<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.cityu-cookie-info {
  position: fixed;
  z-index: 1035;
  width: 100%;
  bottom: 0;
  padding: 2.5rem 0;
  background-color: #f8f9fa;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.05), 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
}

.cityu-cookie-info .fa-info-circle {
  font-size: 3rem;
  float: left;
}

.cityu-cookie-info p {
  margin: 0 100px 0 48px;
  padding-left: 1rem;
}

.cityu-cookie-info button {
  padding: 0.7rem 2rem;
  float: right;
}
</pre></body></html>