@font-face {
  font-family: CoFo Sans;
  src: url(../fonts/CoFoSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.ro-cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9990;
  max-width: 420px;
  background: #141414;
  color: #c9c9c7;
  font-family: 'CoFo Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.ro-cookie-text {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.7;
}

.ro-cookie-banner a {
  color: #c9c9c7;
  text-decoration: underline;
}

.ro-cookie-banner a:hover {
  color: #fff;
}

.ro-cookie-confirm {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  background: #fff;
  color: #141414;
  font-family: 'CoFo Sans Mono', 'Courier New', monospace;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 14px 20px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.ro-cookie-confirm:hover {
  background: #c9c9c7;
}

@media (max-width: 480px) {
  .ro-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    padding: 20px;
  }
}
