body

/* Default Cookie Banner Theme Changes */
.syrenis-cookie-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.cassie-cookie-module {
  background: #f2f2f2;
  width: 100%;
  border-top: 1px solid #d9d9d5;
}

.cassie-pre-banner {
  max-width: 1200px;
  display: flex-column;
  margin: auto;
  gap: 24px;
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
}

.cassie-bottom-fixed {
  flex-direction: column;
}

.cassie-widget {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
}

.cassie-d-none {
  background: rgba(0, 0, 0, 0);
  border: none;
}

.cassie-d-none-important,
.gpc-d-none-important {
  display: none !important;
}

button {
  white-space: nowrap !important;
  padding-left: 2px;
  padding-right: 2px;
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
}

.cassie-cookie-module {
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
}

.cassie-pre-banner--button {
  display: flex;
  height: 48px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 2px solid #0d0d0d;
  background: rgba(0, 0, 0, 0);
  /* font-family: Overpass; */
  color: #0d0d0d;
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cassie-pre-banner--text {
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
  max-width: 894px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.cassie-pre-banner--text span {
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
}

.cassie-pre-banner--text strong {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.cassie-pre-banner--text a {
  color: var(--CTA-color-cta-1, #0d0d0d);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  text-underline-position: from-font !important;
}

.cassie-pre-banner--button--container {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.cassie-view-all--button--icon {
  display: none !important;
}

.cassie-bottom {
  padding: 24px !important;
  border-color: var(--prebanner-background-color) !important;
}

/* Cookie Consent Page Changes */
.cassie-cookie-modal {
  border: none;
  overflow-y: auto;
  background-color: #f2f2f2 !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cassie-cookie-modal--right {
  display: flex;
  height: 100%;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  background-color: #f2f2f2;
  max-width: 580px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cassie-cookie-modal--header {
  padding: 0 40px;
}

.cassie-cookie-modal--main {
  padding-right: 40px;
  padding-left: 40px;
  height: 100%;
  margin-bottom: 120px;
}

.cassie-cookie-modal--footer {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 8px 40px;
  border-top: 1px solid var(--Divider-OnLight-color-onlight-divider, #d9d9d6);
  background: var(--Backgrounds-Light-color-light-background-2, #f2f2f2);
  z-index: 100;
  max-width: 580px;
  display: flex;
  align-content: stretch;
}

.cassie-cookie-modal--group-head-container .cassie-cookie-group--description {
  display: none;
}

.cassie-cookie-group--heading h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  color: var(--Text-OnLight-color-onlight-text-1, #3d3935);
}

.cassie-cookie--child--description p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  /* font-family: "Cadillac Gothic"; */
   /* font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important; */
  /* 100% */
  color: var(--Text-OnLight-color-onlight-text-1, #3d3935);
}

.cassie-cookie--child--description br{
  display: none !important;
}

.cassie-cookie-modal--right .cassie-toggle-switch:focus-within {
  outline: none !important;
}

.cassie-cookie-modal--group .cassie-cookie-children--container {
  background-color: rgba(0, 0, 0, 0);
}

.cassie-cookie-modal--group .cassie-cookie-children--container--open {
  display: inline-flex !important;
  transition: 0.2s linear;
  flex-direction: column;
  margin-left: auto;
}

.cassie-cookie-modal--save-preferences--container button {
  display: flex;
  height: 48px;
  padding: 16px 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fcfcfc;
  border: 2px solid #0d0d0d;
  background: #0d0d0d;
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin: auto;
}

.cassie-cookie-modal--footer-image--container {
  display: none !important;
}

.cassie-cookie-modal--header--content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* font-family: "Cadillac Gothic"; */
   font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
  /* 142.857% */
}

.cassie-cookie-modal--header--content p:last-of-type {
  margin-top: 16px;
  margin-bottom: -8px;
  line-height: 0;
}


.cassie-cookie-modal--header--content strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* font-family: "Cadillac Gothic"; */
  display: inline-block;
  margin-bottom: 10px;
  /* 150% */
}

  .cassie-cookie-modal--header--content hr {
    display: none;
  }

.cassie-cookie-modal--footer {
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 26px;
}

/* .cassie-cookie--child {
  padding-top: 10px;
} */

.cassie-cookie--child--heading {
  display: none;
}

.cassie-cookie-modal--group-head-container {
  display: flex;
  gap: 32px;
  font-size: 16px !important;
  justify-content: space-between;
}

.cassie-expand-cookies--container {
  display: flex;
  gap: 0;
  width: 100%;
}

.cassie-expand-cookies--container h3 {
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  margin: 0;
  margin-top: 1rem;
  font-weight: 700;
  line-height: 24px; /* 140% */
}

.cassie-expand-cookies--container p {
  font-size: 12px !important;
}

.cassie-cookie--child--description {
  font-size: 14px;
}

.cassie-expand-cookies--icon {
  fill: #0d0d0d !important;
  transition: ease 0.2s;
  height: 100%;
  width: 32px;
}

.cassie-expand-cookies--icon path {
  stroke-width: 2;
  stroke-linecap: round;
}

.cassie-expand-cookies--icon--open {
  transform: rotate(-180deg);
}

/* Container styles */
.cassie-toggle-switch {
  width: 46px !important;
  height: 26px !important;
  background-color: none;
  /* Default OFF background */
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  flex: 0 0 auto;
  align-self: center;
  padding: 10px;
  border-radius: 999px;
  border: 1px solid #0d0d0d;

  background: rgba(0, 0, 0, 0);
}

/* ON state background */
.cassie-toggle-switch[aria-checked="true"] {
  background-color: #0d0d0d;
  /* Blue background */
}

/* Slider base */
.cassie-toggle-switch--slider {
  position: absolute;
  top: 0;
  left: -1px;
  height: 25px !important;
  width: 24px !important;
  background-color: none;
  border-radius: 999px;
  transition: transform 0.3s ease;
  border: 1px solid #0d0d0d;
}

/* Move slider to the right when ON */
.cassie-toggle-switch[aria-checked="true"] .cassie-toggle-switch--slider {
  transform: translateX(23px);
  /* move slider to the right */
  background-color: white;
}

/* Optional status span (you can customize or hide it if not used) */
.cassie-toggle-switch--status {
  display: none;
}

.cassie-child-cookie--toggle-switch {
  display: none;
}

.cassie-cookie-modal--top-header {
  display: flex;
  padding-top: 12px;
  justify-content: end;
}

.cassie-close-modal-button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 31px;
  height: 32px;
  color: #0d0d0d;
}

.cassie-cookie-modal--cookies--container {
  gap: 32px !important;
  width: 100% !important;
}

.cassie-manage-cookies--button {
  width: 200px;
  border: none;
  color: white;
  background-color: #0d0d0d;
  margin: 10px;
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
}

/* .cassie-cookie-modal--group {
  padding: 8px 0;
} */

.cassie-cookie-modal--accept-all {
  display: none;
  /* Display Flex When Needed */
  margin: 16px 0;
  gap: 12px;
  justify-content: space-between;
}

.cassie-expand-cookies--icon {
  display: none;
}

/* Media Selector */

@media (max-width: 600px) {
  .cassie-pre-banner--button--container {
    flex-direction: column;
    width: 100%;
  }

  .cassie-pre-banner--button {
    width: 100%;
  }

  .cassie-cookie-modal--footer-extra {
    width: 100%;
  }

  .cassie-cookie-modal--group:has(.cassie-cookie-children--container--open) {
    border-top: 1px solid #d9d9d6;
    border-bottom: 1px solid #d9d9d6;
  }

  .cassie-expand-cookies--icon {
    display: block;
  }

  .cassie-expand-cookies--container {
    display: flex;
    gap: 8px;
  }

  .cassie-cookie--child {
    padding-bottom: 24px;
  }

  .cassie-cookie-modal--footer {
    box-shadow: 0 -4px 8px 0 rgba(13, 13, 13, 0.1);
    flex-direction: column-reverse;
    gap: 8px;
  }

  .cassie-cookie-modal--header--content hr {
    display: none;
  }

  .cassie-cookie-modal--cookies--container {
    border-top: solid 1px #d9d9d6;
  }

  #cancel_cassie_button {
    width: 100%;
  }

  .cassie-cookie-modal--footer-content {
    width: 100%;
  }

  .cassie-cookie-modal--footer-content p {
    width: 100%;
  }

  .cassie-cookie-modal--header--content p:last-of-type {
  margin-top: 16px;
  line-height: 0;
}
}

@media (min-width: 600px) {
  .cassie-cookie-children--container {
    display: block !important;
  }
}

#cancel_cassie_button {
  display: flex;
  height: 48px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 2px solid #0d0d0d;
  background: rgba(0, 0, 0, 0);
  /* font-family: Overpass; */
  color: #0d0d0d;
  font-family: "CadillacGothic", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 1px;
  text-transform: uppercase;
  pointer-events: auto;
}

.cassie-cookie-modal--footer-content {
  margin: 0 !important;
}

.cassie-cookie-modal--footer-content p {
  margin: 0;
}

#cancel_cassie_button {
  pointer-events: auto;
  position: relative;
  z-index: 100;
}

#cassie_cookie_footer_content p {
  all: unset;
  display: contents;
}

.gpc-notice {
  border: 1px solid #6fbf73;
  border-radius: 4px;
  background-color: #f0fdf4;

  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Overpass-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
}

.gpc-icon {
  width: 24px;
  height: 24px;
  background-image: url("	https://asset-cdn-use-uat.cassiecloud.com/Themes/0634A6FC-8115-4492-A65E-C4AD89427C2F/6/resources/shield.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center, center;
}
