.sky1-cookie-consent,
.sky1-cookie-consent *,
.sky1-privacy-choices-button,
.sky1-privacy-choices-inline {
  box-sizing: border-box;
}

.sky1-cookie-consent[hidden],
.sky1-cookie-consent__panel[hidden],
.sky1-cookie-consent__button[hidden],
.sky1-privacy-choices-button[hidden],
.sky1-privacy-choices-inline[hidden] {
  display: none !important;
}

.sky1-cookie-consent {
  position: fixed;
  z-index: 2147483000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.sky1-cookie-consent__surface {
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 24px;
  padding: 20px;
  color: #f7fbff;
  background: #071923;
  border: 1px solid rgba(142, 190, 204, 0.42);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(5, 17, 25, 0.38);
  pointer-events: auto;
}

.sky1-cookie-consent__copy {
  min-width: 0;
}

.sky1-cookie-consent__eyebrow {
  margin: 0 0 6px;
  color: #7ec8d6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sky1-cookie-consent__title {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
}

.sky1-cookie-consent__text {
  margin: 0;
  color: #d8e5ea;
  font-size: 14px;
  line-height: 1.55;
}

.sky1-cookie-consent__policy {
  display: inline-flex;
  margin-top: 10px;
  color: #94e1ef;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sky1-cookie-consent__panel {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.sky1-cookie-consent__category {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 13px;
  color: #edf7fa;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(142, 190, 204, 0.22);
  border-radius: 8px;
}

.sky1-cookie-consent__category-label,
.sky1-cookie-consent__category-description {
  display: block;
}

.sky1-cookie-consent__category-label {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
}

.sky1-cookie-consent__category-description {
  margin-top: 4px;
  color: #bed2d8;
  font-size: 13px;
  line-height: 1.4;
}

.sky1-cookie-consent__category input {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: #1fb6cf;
}

.sky1-cookie-consent__locked {
  color: #92d9e5;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.sky1-cookie-consent__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
  align-self: start;
}

.sky1-cookie-consent__button,
.sky1-privacy-choices-button,
.sky1-privacy-choices-inline {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(142, 190, 204, 0.42);
  border-radius: 8px;
  font: 700 14px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
}

.sky1-cookie-consent__button:hover,
.sky1-cookie-consent__button:focus,
.sky1-privacy-choices-button:hover,
.sky1-privacy-choices-button:focus,
.sky1-privacy-choices-inline:hover,
.sky1-privacy-choices-inline:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  outline: 2px solid rgba(148, 225, 239, 0.54);
  outline-offset: 2px;
}

.sky1-cookie-consent__button--primary,
.sky1-cookie-consent__button--save {
  color: #06141b;
  background: #94e1ef;
  border-color: #94e1ef;
}

.sky1-cookie-consent__button--primary:hover,
.sky1-cookie-consent__button--primary:focus,
.sky1-cookie-consent__button--save:hover,
.sky1-cookie-consent__button--save:focus {
  color: #06141b;
  background: #ffffff;
}

.sky1-privacy-choices-button {
  position: fixed;
  z-index: 2147482999;
  right: 18px;
  bottom: 18px;
  min-height: 36px;
  padding: 8px 11px;
  color: #f8fdff;
  background: #092332;
  box-shadow: 0 12px 32px rgba(4, 17, 25, 0.28);
}

.sky1-privacy-choices-button:hover,
.sky1-privacy-choices-button:focus,
.sky1-privacy-choices-button:active {
  color: #f8fdff !important;
  background: #092332 !important;
  border-color: rgba(148, 225, 239, 0.78) !important;
}

.sky1-privacy-choices-inline {
  color: #092332;
  background: transparent;
  border-color: currentColor;
}

.sky1-consent-gated-widget {
  width: min(960px, 100%);
  margin: 24px auto;
  padding: 18px;
  color: #d8e5ea;
  background: #071923;
  border: 1px solid rgba(142, 190, 204, 0.42);
  border-radius: 8px;
  text-align: center;
}

.sky1-consent-gated-widget p {
  margin: 0 0 12px;
  color: #f7fbff;
  font-size: 14px;
  line-height: 1.45;
}

.sky1-consent-gated-widget button {
  min-height: 38px;
  padding: 8px 12px;
  color: #06141b;
  background: #94e1ef;
  border: 1px solid #94e1ef;
  border-radius: 8px;
  font: 700 13px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

@media (max-width: 720px) {
  .sky1-cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .sky1-cookie-consent__surface {
    grid-template-columns: 1fr;
    padding: 16px;
    max-height: calc(100vh - 24px);
  }

  .sky1-cookie-consent__actions {
    justify-content: stretch;
  }

  .sky1-cookie-consent__button {
    flex: 1 1 140px;
  }

  .sky1-cookie-consent__category {
    grid-template-columns: minmax(0, 1fr);
  }

  .sky1-cookie-consent__locked,
  .sky1-cookie-consent__category input {
    justify-self: start;
  }
}
