.solace-cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
  max-width: 920px;
  margin: 0 auto;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.2);
  color: #1e293b;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.solace-cookie-banner.is-visible {
  display: flex;
}

.solace-cookie-banner p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.solace-cookie-banner a {
  color: #0d9488;
  font-weight: 700;
  text-decoration: none;
}

.solace-cookie-actions {
  display: flex;
  gap: 0.65rem;
  flex-shrink: 0;
}

.solace-cookie-actions button,
.footer-cookie-button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.solace-cookie-actions button {
  min-width: 120px;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 800;
}

.solace-cookie-accept {
  background: #0d9488;
  color: #fff;
}

.solace-cookie-decline {
  background: #e2e8f0;
  color: #0f172a;
}

.footer-cookie-button {
  display: inline;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 720px) {
  .solace-cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .solace-cookie-actions {
    flex-direction: column;
  }
}
