/* Lakers GDPR Cookie Consent */
.lhgcc,
.lhgcc * {
  box-sizing: border-box;
}

.lhgcc[hidden],
.lhgcc__modal[hidden],
.lhgcc-settings[hidden] {
  display: none !important;
}

.lhgcc {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2147483000;
  font-family: inherit;
  color: #101827;
}

.lhgcc__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 20px 60px rgba(17, 24, 39, .18);
  backdrop-filter: blur(10px);
}

.lhgcc__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.lhgcc__copy strong {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.lhgcc__copy p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
}

.lhgcc__copy a {
  color: var(--lhgcc-accent, #b79551);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lhgcc__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.lhgcc__btn {
  appearance: none;
  border: 1px solid rgba(17, 24, 39, .14);
  border-radius: 999px;
  padding: 11px 17px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.lhgcc__btn:hover,
.lhgcc__btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(17, 24, 39, .12);
  outline: none;
}

.lhgcc__btn--primary {
  border-color: var(--lhgcc-accent, #b79551);
  background: var(--lhgcc-accent, #b79551);
  color: #fff;
}

.lhgcc__btn--ghost {
  background: #fff;
}

.lhgcc__modal {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(17, 24, 39, .48);
}

.lhgcc__modal-card {
  width: min(620px, 100%);
  max-height: min(720px, calc(100vh - 40px));
  overflow: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
}

.lhgcc__modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.lhgcc__modal-head h2 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.lhgcc__close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 39, .06);
  color: #111827;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.lhgcc__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.lhgcc__category strong {
  display: block;
  margin: 0 0 5px;
  color: #111827;
  font-size: 16px;
  font-weight: 850;
}

.lhgcc__category p {
  margin: 0;
  color: #5b6472;
  font-size: 14px;
  line-height: 1.5;
}

.lhgcc__switch {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 30px;
}

.lhgcc__switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lhgcc__switch span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d1d5db;
  cursor: pointer;
  transition: background .18s ease;
}

.lhgcc__switch span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  transition: transform .18s ease;
  box-shadow: 0 2px 8px rgba(17, 24, 39, .22);
}

.lhgcc__switch input:checked + span {
  background: var(--lhgcc-accent, #b79551);
}

.lhgcc__switch input:checked + span::before {
  transform: translateX(22px);
}

.lhgcc__switch input:disabled + span {
  cursor: not-allowed;
  opacity: .68;
}

.lhgcc__modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 24px 24px;
}

.lhgcc-settings {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 2147482999;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: #111827;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .14);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

html[dir="rtl"] .lhgcc__bar,
body.rtl .lhgcc__bar,
html[lang^="he"] .lhgcc__bar {
  direction: rtl;
}

html[dir="rtl"] .lhgcc__actions,
body.rtl .lhgcc__actions,
html[lang^="he"] .lhgcc__actions {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .lhgcc {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .lhgcc__bar {
    display: block;
    padding: 16px;
    border-radius: 16px;
  }

  .lhgcc__copy {
    margin-bottom: 14px;
  }

  .lhgcc__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lhgcc__btn {
    width: 100%;
  }

  .lhgcc__category {
    align-items: flex-start;
    padding: 18px;
  }

  .lhgcc__modal-head,
  .lhgcc__modal-actions {
    padding-left: 18px;
    padding-right: 18px;
  }
}
