/* Cookie banner GDPR portale (F20c). */

.cookie-banner-csrf-bridge {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#cookie-consent-banner {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
  padding: 18px 18px 14px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, sans-serif;
  color: #111827;
}

#cookie-consent-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.cookie-consent-lead {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: #374151;
}

#cookie-consent-options {
  margin: 8px 0 12px;
}

.cookie-consent-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 6px;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.cookie-consent-details-link {
  font-size: 12px;
  color: #475569;
  margin-right: auto;
}

.cookie-consent-btn {
  padding: 8px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font-size: 13px;
  cursor: pointer;
}

.cookie-consent-btn--accept {
  border-color: transparent;
  background: #d44a2c;
  color: #fff;
  font-weight: 600;
}

.cookie-consent-btn--save {
  border-color: transparent;
  background: #0f172a;
  color: #fff;
  font-weight: 600;
}

#cookie-consent-error {
  margin: 8px 0 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-size: 12px;
  line-height: 1.45;
}
