.syntby-cookie-dialog {
  width: min(calc(100% - 36px), 1080px);
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding: 28px;
  border: 1px solid rgba(255, 225, 155, .42);
  color: #f2f4f5;
  background: #07111e;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
  font: 400 15px/1.55 "Manrope", Arial, sans-serif;
}
.syntby-cookie-dialog h2 { margin: 0 0 10px; color: #f2f4f5; font: 600 24px/1.2 "Unbounded", "Manrope", Arial, sans-serif; }
.syntby-cookie-dialog p { max-width: 680px; margin: 0; color: #b8c2cd; }
.syntby-cookie-dialog .syntby-cookie-label { margin: 0 0 10px; color: #e0aa62; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.syntby-cookie-dialog a { color: #f2f4f5; text-underline-offset: 3px; }
.syntby-cookie-actions { display: flex; gap: 10px; }
.syntby-cookie-actions button,
.syntby-cookie-settings {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 225, 155, .75);
  border-radius: 0;
  color: #f2f4f5;
  background: transparent;
  font: 700 13px/1.2 "Manrope", Arial, sans-serif;
  cursor: pointer;
}
.syntby-cookie-actions button:last-child {
  color: #10151a;
  background: linear-gradient(135deg, #fff3c9 0%, #ffd47f 45%, #e8aa4e 100%);
}
.syntby-cookie-settings { min-height: 36px; padding: 0; border: 0; color: inherit; background: transparent; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) {
  .syntby-cookie-dialog { width: calc(100% - 20px); bottom: 10px; grid-template-columns: 1fr; gap: 20px; padding: 21px; }
  .syntby-cookie-dialog h2 { font-size: 21px; }
  .syntby-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .syntby-cookie-actions button { padding: 0 10px; white-space: normal; }
}
