.by8am-cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100050;
  padding: 16px;
  background: rgba(26, 26, 46, 0.96);
  color: #f8fafc;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.25);
  font-family: "Inter", "DM Sans", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.by8am-cookie-consent[hidden] {
  display: none !important;
}

.by8am-cookie-consent__inner {
  max-width: 960px;
  margin: 0 auto;
}

.by8am-cookie-consent__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.by8am-cookie-consent__intro {
  margin: 0 0 10px;
  color: #e2e8f0;
}

.by8am-cookie-consent__intro a {
  color: #fbbf24;
  font-weight: 600;
}

.by8am-cookie-consent__legal {
  margin: 0 0 14px;
  font-size: 12px;
  color: #cbd5e1;
}

.by8am-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.by8am-cookie-consent__btn {
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid transparent;
  font-family: inherit;
}

.by8am-cookie-consent__btn--primary {
  background: #f59e0b;
  color: #1a1a2e;
  border-color: #f59e0b;
}

.by8am-cookie-consent__btn--secondary {
  background: #334155;
  color: #f8fafc;
  border-color: #475569;
}

.by8am-cookie-consent__btn--ghost {
  background: transparent;
  color: #f8fafc;
  border-color: rgba(248, 250, 252, 0.45);
}

.by8am-cookie-consent__btn:hover {
  filter: brightness(1.05);
}

.by8am-cookie-consent__btn:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 2px;
}

.by8am-cookie-consent__footnote {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
}

@media (max-width: 640px) {
  .by8am-cookie-consent__actions {
    flex-direction: column;
  }

  .by8am-cookie-consent__btn {
    width: 100%;
  }
}
