.consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 300;
  width: min(680px, calc(100% - 36px));
  margin-inline: auto;
  padding: 19px;
  border: 1px solid #2E3644;
  border-radius: 16px;
  background: #0b1727;
  box-shadow: 0 18px 44px -18px rgba(1,12,31,0.8);
}
.consent[hidden] { display: none; }
.consent p { margin: 0; color: #AAB6C6; font-size: .9rem; }
.consent a { color: #4A90E8; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.consent-actions button {
  font: inherit; font-size: .9rem; font-weight: 600; cursor: pointer;
  padding: 9px 18px; border-radius: 8px; border: 1px solid #2E3644;
  background: transparent; color: #F5F8FB;
}
.consent-actions button:first-child { background: #104FB6; border-color: #104FB6; color: #fff; }
@media print { .consent { display: none !important; } }
