.cl-cookie-consent,
.cl-cookie-consent * {
  box-sizing: border-box;
}

.cl-cookie-consent {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 11000;
}

.cl-cookie-consent__banner,
.cl-cookie-consent__modal,
.cl-cookie-consent__manage {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cl-cookie-consent__banner {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 111, 211, 0.12);
  border-radius: 28px;
  box-shadow: 0 28px 64px rgba(7, 11, 38, 0.2);
  bottom: 24px;
  max-width: 680px;
  padding: 24px;
  pointer-events: auto;
  position: fixed;
  right: 24px;
  width: calc(100vw - 48px);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.cl-cookie-consent__banner-close,
.cl-cookie-consent__modal-close {
  align-items: center;
  appearance: none;
  background: rgba(244, 248, 252, 0.9);
  border: 1px solid rgba(11, 111, 211, 0.12);
  border-radius: 999px;
  color: #171717;
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
  width: 42px;
  z-index: 2;
}

.cl-cookie-consent__banner-close {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #171717;
  font-size: 36px;
  height: auto;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: auto;
}

.cl-cookie-consent__eyebrow {
  color: #0b6fd3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cl-cookie-consent__title {
  color: #171717;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 12px;
}

.cl-cookie-consent__desc {
  color: #404040;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.cl-cookie-consent__desc a {
  color: #0b6fd3;
  text-decoration: none;
}

.cl-cookie-consent__desc a:hover,
.cl-cookie-consent__desc a:focus-visible {
  text-decoration: underline;
}

.cl-cookie-consent__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.cl-cookie-consent__badges li {
  background: #eef5ff;
  border-radius: 999px;
  color: #0b6fd3;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  padding: 8px 12px;
}

.cl-cookie-consent__actions,
.cl-cookie-consent__modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.cl-cookie-consent__actions {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr) minmax(0, 1fr);
}

.cl-cookie-consent__button {
  align-items: center;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3;
  margin: 0;
  min-height: 48px;
  min-width: 0;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  white-space: nowrap;
}

.cl-cookie-consent__button:hover,
.cl-cookie-consent__button:focus-visible,
.cl-cookie-consent__manage:hover,
.cl-cookie-consent__manage:focus-visible,
.cl-cookie-consent__footer-link:hover,
.cl-cookie-consent__footer-link:focus-visible {
  transform: translateY(-1px);
}

.cl-cookie-consent__button--primary {
  background: #0b6fd3;
  border-color: #0b6fd3;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(11, 111, 211, 0.22);
}

.cl-cookie-consent__button--primary:hover,
.cl-cookie-consent__button--primary:focus-visible {
  background: #095fb2;
  border-color: #095fb2;
}

.cl-cookie-consent__button--secondary {
  background: #ffffff;
  border-color: #0b6fd3;
  color: #0b6fd3;
}

.cl-cookie-consent__button--secondary:hover,
.cl-cookie-consent__button--secondary:focus-visible {
  background: #eef5ff;
}

.cl-cookie-consent__button--ghost {
  background: #f4f8fc;
  border-color: #d7e5f4;
  color: #171717;
}

.cl-cookie-consent__button--ghost:hover,
.cl-cookie-consent__button--ghost:focus-visible {
  background: #eaf4ff;
  border-color: #c7ddf2;
}

.cl-cookie-consent__modal-shell {
  inset: 0;
  pointer-events: auto;
  position: fixed;
}

.cl-cookie-consent__backdrop {
  background: rgba(7, 11, 38, 0.56);
  inset: 0;
  position: absolute;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.cl-cookie-consent__modal {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 32px 72px rgba(7, 11, 38, 0.22);
  display: flex;
  flex-direction: column;
  left: 50%;
  max-height: min(88vh, 880px);
  max-width: 760px;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 32px);
}

.cl-cookie-consent__modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
}

.cl-cookie-consent__banner-close:hover,
.cl-cookie-consent__banner-close:focus-visible,
.cl-cookie-consent__modal-close:hover,
.cl-cookie-consent__modal-close:focus-visible {
  color: #0b6fd3;
  transform: translateY(-1px);
}

.cl-cookie-consent__banner-close:hover,
.cl-cookie-consent__banner-close:focus-visible {
  background: transparent;
}

.cl-cookie-consent__modal-body {
  overflow: auto;
  padding: 28px 28px 16px;
}

.cl-cookie-consent__categories {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.cl-cookie-consent__category {
  align-items: start;
  background: #f8fbff;
  border: 1px solid #dbe9f7;
  border-radius: 22px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px;
}

.cl-cookie-consent__category--required {
  background: #eef5ff;
}

.cl-cookie-consent__category-copy {
  display: grid;
  gap: 6px;
}

.cl-cookie-consent__category-name {
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.cl-cookie-consent__category-desc {
  color: #525252;
  font-size: 15px;
  line-height: 1.55;
}

.cl-cookie-consent__switch {
  align-self: center;
  display: inline-flex;
  position: relative;
}

.cl-cookie-consent__switch input {
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1px;
}

.cl-cookie-consent__switch-ui {
  background: #d0d7df;
  border-radius: 999px;
  display: inline-flex;
  height: 32px;
  position: relative;
  transition: background-color 0.18s ease;
  width: 56px;
}

.cl-cookie-consent__switch-ui::after {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(7, 11, 38, 0.18);
  content: "";
  height: 24px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: transform 0.18s ease;
  width: 24px;
}

.cl-cookie-consent__switch input:checked + .cl-cookie-consent__switch-ui {
  background: #0b6fd3;
}

.cl-cookie-consent__switch input:checked + .cl-cookie-consent__switch-ui::after {
  transform: translateX(24px);
}

.cl-cookie-consent__switch input:disabled + .cl-cookie-consent__switch-ui {
  background: #0b6fd3;
  opacity: 0.92;
}

.cl-cookie-consent__table-wrap {
  margin-top: 22px;
}

.cl-cookie-consent__table-title {
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 12px;
}

.cl-cookie-consent__table-scroll {
  overflow-x: auto;
}

.cl-cookie-consent__table {
  border-collapse: collapse;
  min-width: 100%;
  width: 100%;
}

.cl-cookie-consent__table th,
.cl-cookie-consent__table td {
  border-bottom: 1px solid #e5edf5;
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

.cl-cookie-consent__table th {
  color: #171717;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
}

.cl-cookie-consent__table td {
  color: #404040;
  font-size: 14px;
  line-height: 1.55;
}

.cl-cookie-consent__cookie-label {
  color: #171717;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}

.cl-cookie-consent__table code {
  color: #0b6fd3;
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.45;
}

.cl-cookie-consent__modal-actions {
  border-top: 1px solid #edf2f7;
  padding: 18px 28px 24px;
}

body.cl-cookie-consent-modal-open {
  overflow: hidden;
}

.cl-cookie-consent__manage {
  appearance: none;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 111, 211, 0.16);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 16px 34px rgba(7, 11, 38, 0.16);
  color: #0b6fd3;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  left: 24px;
  min-height: 46px;
  padding: 0 16px;
  pointer-events: auto;
  position: fixed;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.cl-cookie-consent__manage:hover,
.cl-cookie-consent__manage:focus-visible {
  background: #ffffff;
  border-color: rgba(11, 111, 211, 0.24);
}

.cl-cookie-consent__footer-item {
  margin: 0 0 7px;
}

.cl-cookie-consent__footer-link {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .cl-cookie-consent__banner {
    bottom: 18px;
    right: 18px;
    width: calc(100vw - 36px);
  }

  .cl-cookie-consent__manage {
    bottom: 18px;
    left: 18px;
  }
}

@media (max-width: 767px) {
  .cl-cookie-consent__banner {
    border-radius: 24px;
    bottom: 12px;
    left: 12px;
    padding: 20px;
    right: 12px;
    width: auto;
  }

  .cl-cookie-consent__title {
    font-size: 24px;
  }

  .cl-cookie-consent__desc {
    font-size: 15px;
    line-height: 1.55;
  }

  .cl-cookie-consent__actions,
  .cl-cookie-consent__modal-actions {
    flex-direction: column;
  }

  .cl-cookie-consent__actions {
    display: flex;
  }

  .cl-cookie-consent__button {
    width: 100%;
  }

  .cl-cookie-consent__modal {
    border-radius: 24px;
    max-height: calc(100vh - 24px);
    top: 12px;
    transform: translateX(-50%);
    width: calc(100vw - 24px);
  }

  .cl-cookie-consent__modal-body {
    padding: 22px 18px 12px;
  }

  .cl-cookie-consent__banner-close,
  .cl-cookie-consent__modal-close {
    right: 14px;
    top: 14px;
  }

  .cl-cookie-consent__modal-actions {
    padding: 16px 18px 18px;
  }

  .cl-cookie-consent__category {
    grid-template-columns: 1fr;
  }

  .cl-cookie-consent__switch {
    justify-self: start;
  }

  .cl-cookie-consent__manage {
    bottom: 12px;
    left: 12px;
    min-height: 42px;
    padding: 0 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cl-cookie-consent__button,
  .cl-cookie-consent__manage,
  .cl-cookie-consent__modal-close,
  .cl-cookie-consent__switch-ui,
  .cl-cookie-consent__switch-ui::after {
    transition: none;
  }
}
