.affsync-cookie-banner,
.affsync-cookie-modal,
.affsync-cookie-manage,
.affsync-cookie-embed,
.affsync-cookie-policy {
  --acc-magenta: #e50068;
  --acc-magenta-dark: #bd0055;
  --acc-amber: #ffb629;
  --acc-ink: #202735;
  --acc-muted: #667085;
  --acc-line: #e4e7ec;
  --acc-soft: #f6f7fa;
  --acc-white: #fff;
  box-sizing: border-box;
}
.affsync-cookie-banner *,
.affsync-cookie-modal *,
.affsync-cookie-manage *,
.affsync-cookie-embed *,
.affsync-cookie-policy *,
.affsync-cookie-banner *::before,
.affsync-cookie-modal *::before,
.affsync-cookie-manage *::before,
.affsync-cookie-embed *::before,
.affsync-cookie-policy *::before,
.affsync-cookie-banner *::after,
.affsync-cookie-modal *::after,
.affsync-cookie-manage *::after,
.affsync-cookie-embed *::after,
.affsync-cookie-policy *::after {
  box-sizing: border-box;
}
.affsync-cookie-banner[hidden],
.affsync-cookie-modal[hidden],
.affsync-cookie-manage[hidden] {
  display: none !important;
}
.affsync-cookie-banner {
  position: fixed;
  z-index: 2147483000;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: 64px minmax(240px, 1fr) minmax(224px, auto);
  align-items: center;
  gap: 20px;
  width: min(1120px, calc(100% - 44px));
  margin-inline: auto;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: radial-gradient(circle at 8% 0%, rgba(229, 0, 104, 0.38), transparent 28%), linear-gradient(125deg, #181e2a, #29263a 68%, #541938);
  box-shadow: 0 26px 70px rgba(9, 13, 20, 0.35);
  color: #fff;
  font-family: inherit;
}
.affsync-cookie-banner__mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #e50068 0 64%, #ffb629 65%);
  box-shadow: 0 10px 24px rgba(229, 0, 104, 0.3);
}
.affsync-cookie-banner__mark svg {
  width: 39px;
  height: 39px;
  fill: #fff;
}
.affsync-cookie-eyebrow {
  margin: 0 0 4px !important;
  color: #ffb629 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.13em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}
.affsync-cookie-banner__copy h2 {
  margin: 0 0 7px !important;
  color: #fff !important;
  font-size: clamp(20px, 2.1vw, 27px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.025em;
  line-height: 1.08 !important;
}
.affsync-cookie-banner__copy > p:last-child {
  max-width: 720px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
.affsync-cookie-banner__copy a {
  color: #fff !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.affsync-cookie-banner__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  min-width: 300px;
}
.affsync-cookie-banner__actions .affsync-cookie-button--customize {
  grid-column: 1 / -1;
}
.affsync-cookie-button {
  min-height: 43px;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
.affsync-cookie-button:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
}
.affsync-cookie-button:focus-visible {
  outline: 3px solid rgba(255, 182, 41, 0.72);
  outline-offset: 3px;
}
.affsync-cookie-button--accept,
.affsync-cookie-button--save {
  border-color: #e50068;
  background: #e50068;
  box-shadow: 0 7px 18px rgba(229, 0, 104, 0.26);
  color: #fff;
}
.affsync-cookie-button--reject {
  border-color: rgba(255, 255, 255, 0.4);
  background: #fff;
  color: #202735;
}
.affsync-cookie-button--customize {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}
.affsync-cookie-modal {
  position: fixed;
  z-index: 2147483100;
  inset: 0;
  display: grid;
  padding: 18px;
  place-items: center;
  font-family: inherit;
}
.affsync-cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(13, 17, 25, 0.72);
  backdrop-filter: blur(5px);
  cursor: default;
}
.affsync-cookie-modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(820px, calc(100dvh - 36px));
  overflow: auto;
  border: 1px solid rgba(32, 39, 53, 0.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(8, 11, 16, 0.42);
  color: #202735;
}
.affsync-cookie-modal__panel:focus {
  outline: none;
}
.affsync-cookie-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 28px 20px;
  border-bottom: 1px solid #e4e7ec;
  background: radial-gradient(circle at 88% 0%, rgba(255, 182, 41, 0.24), transparent 31%), linear-gradient(145deg, #fff, #fff7fb);
}
.affsync-cookie-modal__header .affsync-cookie-eyebrow {
  color: #e50068 !important;
}
.affsync-cookie-modal__header h2 {
  margin: 0 !important;
  color: #202735 !important;
  font-size: clamp(27px, 4vw, 37px) !important;
  font-weight: 920 !important;
  letter-spacing: -0.038em;
  line-height: 1.04 !important;
}
.affsync-cookie-modal__close {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid #e4e7ec;
  border-radius: 50%;
  background: #fff;
  color: #202735;
  cursor: pointer;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.affsync-cookie-modal__close:focus-visible {
  outline: 3px solid rgba(229, 0, 104, 0.26);
  outline-offset: 2px;
}
.affsync-cookie-modal__intro {
  margin: 0 !important;
  padding: 20px 28px 0;
  color: #667085 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.affsync-cookie-purposes {
  display: grid;
  gap: 10px;
  padding: 20px 28px 25px;
}
.affsync-cookie-purpose {
  margin: 0;
  padding: 17px 18px;
  border: 1px solid #e4e7ec;
  border-radius: 17px;
  background: #fff;
}
.affsync-cookie-purpose:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #f6f7fa;
}
.affsync-cookie-purpose h3,
.affsync-cookie-purpose strong {
  display: block;
  margin: 0 0 4px !important;
  color: #202735 !important;
  font-size: 15px !important;
  font-weight: 880 !important;
  line-height: 1.3 !important;
}
.affsync-cookie-purpose p,
.affsync-cookie-purpose small {
  display: block;
  margin: 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  font-weight: 450 !important;
  line-height: 1.5 !important;
}
.affsync-cookie-purpose label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: center;
  gap: 18px;
  margin: 0;
  cursor: pointer;
}
.affsync-cookie-purpose input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.affsync-cookie-purpose input:focus-visible + i {
  outline: 3px solid rgba(229, 0, 104, 0.25);
  outline-offset: 3px;
}
.affsync-cookie-purpose input:checked + i {
  border-color: #e50068;
  background: #e50068;
}
.affsync-cookie-purpose input:checked + i::after {
  transform: translateX(22px);
}
.affsync-cookie-purpose i {
  position: relative;
  display: block;
  width: 48px;
  height: 27px;
  border: 1px solid #cbd1da;
  border-radius: 999px;
  background: #dfe3e9;
  transition: background 0.18s ease, border-color 0.18s ease;
}
.affsync-cookie-purpose i::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  content: '';
  transition: transform 0.18s ease;
}
.affsync-cookie-required {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e8f5ee;
  color: #20794c;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}
.affsync-cookie-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 28px 26px;
  border-top: 1px solid #e4e7ec;
  background: #f6f7fa;
}
.affsync-cookie-modal__footer > a {
  color: #202735 !important;
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.affsync-cookie-modal__footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.affsync-cookie-modal__footer .affsync-cookie-button--reject {
  border-color: #cfd4dc;
}
.affsync-cookie-manage {
  position: fixed;
  z-index: 2147482900;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: #202735;
  box-shadow: 0 9px 25px rgba(11, 15, 22, 0.25);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}
.affsync-cookie-manage svg {
  width: 22px;
  height: 22px;
  fill: #ffb629;
}
.affsync-cookie-manage:hover {
  background: #2b3343;
}
.affsync-cookie-manage:focus-visible {
  outline: 3px solid rgba(229, 0, 104, 0.36);
  outline-offset: 3px;
}
.affsync-cookie-embed {
  display: grid;
  min-height: 140px;
  margin-block: 18px;
  padding: 24px;
  place-items: center;
  border: 1px dashed #c9ced7;
  border-radius: 16px;
  background: #f6f7fa;
  text-align: center;
}
.affsync-cookie-embed p {
  margin: 0 0 13px !important;
  color: #667085 !important;
  font-size: 13px !important;
}
.affsync-cookie-embed button {
  padding: 9px 14px;
  border: 0;
  border-radius: 999px;
  background: #202735;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}
.affsync-consent-marketing-denied .adsbygoogle,
.affsync-consent-marketing-denied ins[data-ad-client] {
  display: none !important;
}
.affsync-cookie-modal-open {
  overflow: hidden;
}
.affsync-cookie-policy {
  color: #202735;
}
.affsync-cookie-policy .affsync-cookie-policy__lead {
  padding: 18px 20px;
  border-left: 5px solid #e50068;
  border-radius: 0 14px 14px 0;
  background: #fff4f8;
  font-size: 1.08em;
}
.affsync-cookie-policy h2 {
  margin-top: 1.8em;
}
.affsync-cookie-policy .affsync-cookie-policy__table-wrap {
  overflow-x: auto;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
}
.affsync-cookie-policy table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border-collapse: collapse;
}
.affsync-cookie-policy th,
.affsync-cookie-policy td {
  padding: 15px;
  border: 0;
  border-bottom: 1px solid #e4e7ec;
  text-align: left;
  vertical-align: top;
}
.affsync-cookie-policy thead th {
  background: #202735;
  color: #fff;
}
.affsync-cookie-policy tbody tr:last-child th,
.affsync-cookie-policy tbody tr:last-child td {
  border-bottom: 0;
}
.affsync-cookie-policy .affsync-cookie-policy__button {
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: #e50068;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}
@media (max-width: 880px) {
  .affsync-cookie-banner {
    grid-template-columns: 52px minmax(0, 1fr);
  }
  .affsync-cookie-banner__mark {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
  .affsync-cookie-banner__mark svg {
    width: 32px;
    height: 32px;
  }
  .affsync-cookie-banner__actions {
    grid-column: 1 / -1;
    min-width: 0;
  }
  .affsync-cookie-modal__footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .affsync-cookie-modal__footer > div {
    width: 100%;
    justify-content: stretch;
  }
  .affsync-cookie-modal__footer > div .affsync-cookie-button {
    flex: 1 1 150px;
  }
}
@media (max-width: 560px) {
  .affsync-cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    width: calc(100% - 20px);
    padding: 16px;
    border-radius: 20px;
  }
  .affsync-cookie-banner__mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
  .affsync-cookie-banner__mark svg {
    width: 27px;
    height: 27px;
  }
  .affsync-cookie-banner__copy h2 {
    font-size: 20px !important;
  }
  .affsync-cookie-banner__copy > p:last-child {
    grid-column: 1 / -1;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
  .affsync-cookie-banner__actions {
    gap: 7px;
  }
  .affsync-cookie-button {
    min-height: 42px;
    padding-inline: 10px;
    font-size: 12px;
  }
  .affsync-cookie-modal {
    align-items: end;
    padding: 0;
  }
  .affsync-cookie-modal__panel {
    width: 100%;
    max-height: 94dvh;
    border-radius: 24px 24px 0 0;
  }
  .affsync-cookie-modal__header,
  .affsync-cookie-modal__intro,
  .affsync-cookie-purposes,
  .affsync-cookie-modal__footer {
    padding-right: 18px;
    padding-left: 18px;
  }
  .affsync-cookie-modal__header {
    padding-top: 20px;
  }
  .affsync-cookie-purposes {
    padding-top: 16px;
    padding-bottom: 18px;
  }
  .affsync-cookie-purpose {
    padding: 14px;
  }
  .affsync-cookie-purpose:first-child {
    align-items: flex-start;
    flex-direction: column;
  }
  .affsync-cookie-modal__footer {
    padding-top: 16px;
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }
  .affsync-cookie-modal__footer > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .affsync-cookie-modal__footer > div .affsync-cookie-button--save {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .affsync-cookie-modal__footer > div .affsync-cookie-button {
    width: 100%;
  }
  .affsync-cookie-manage {
    bottom: 10px;
    left: 10px;
    width: 42px;
    padding: 9px;
  }
  .affsync-cookie-manage span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .affsync-cookie-button,
  .affsync-cookie-purpose i,
  .affsync-cookie-purpose i::after {
    transition: none;
  }
}
