.site-footer.pgd-footer {
  width: 100%;
  margin-top: 52px !important;
  padding: 0 !important;
  border-top: 1px solid var(--border) !important;
  background: #f8f5ef !important;
  color: var(--text) !important;
  text-align: left;
  font-size: inherit;
}

.site-footer.pgd-footer a {
  text-decoration: none;
}

.pgd-footer-main {
  width: 100%;
  background: #f8f5ef;
}

.pgd-footer-inner {
  width: min(var(--max-w), calc(100% - 56px));
  max-width: none !important;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.pgd-footer-main > .pgd-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 68px);
  align-items: start;
  padding: 46px 0 42px;
}

.pgd-footer-brand-block {
  padding: 0;
}

.pgd-footer-brand-row,
.pgd-footer-brand-main,
.pgd-footer-brand-copy {
  display: grid;
  gap: 16px;
  justify-items: start;
  min-width: 0;
  text-align: left;
}

.pgd-footer-brand-main {
  gap: 22px;
}

.pgd-footer-brand-copy {
  gap: 10px;
}

.pgd-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
}

.pgd-footer-logo-img {
  display: block;
  width: auto;
  max-width: 182px;
  max-height: 54px;
  object-fit: contain;
}

.pgd-footer-logo-img--dark {
  display: none;
}

.pgd-footer-wordmark {
  display: inline-flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--text);
  line-height: 1;
}

.pgd-footer-wordmark-p {
  color: var(--gold);
}

.pgd-footer-desc {
  max-width: 330px;
  margin: 0;
  color: var(--text3) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
}

.pgd-footer-contact {
  display: grid;
  gap: 8px;
}

.pgd-footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  color: var(--text3) !important;
  font-size: 13px;
  line-height: 1.35;
  transition: color var(--transition-fast);
}

.pgd-footer-contact-item i,
.pgd-footer-social-link i {
  color: var(--gold-dark);
}

.pgd-footer-contact-item span {
  overflow-wrap: anywhere;
}

.pgd-footer-contact-item:hover {
  color: var(--gold-dark) !important;
}

.pgd-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  margin-top: -2px;
}

.pgd-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--gold-dark) !important;
  font-size: 15px;
  line-height: 1;
  opacity: 0.92;
  transition: color var(--transition-fast), opacity var(--transition-fast), transform var(--transition-fast);
}

.pgd-footer-social-link:hover {
  color: #8b5404 !important;
  opacity: 1;
  transform: translateY(-1px);
}

.pgd-footer-social-link.is-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.pgd-footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 54px);
  padding: 4px 0 0;
}

.pgd-footer-nav-col {
  min-width: 0;
}

.pgd-footer-col-title {
  display: grid;
  gap: 8px;
  justify-items: start;
  margin: 0 0 18px;
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark) !important;
  text-align: left;
}

.pgd-footer-col-title::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--gold);
}

.pgd-footer-col-links {
  display: grid;
  gap: 11px;
}

.pgd-footer-link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  color: var(--text2) !important;
  font-size: 14px;
  line-height: 1.38;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.pgd-footer-link:hover {
  color: var(--gold-dark) !important;
  transform: translateX(2px);
}

.pgd-footer-bottom {
  width: 100%;
  border-top: 1px solid rgba(207, 188, 151, 0.62);
  background: #fffdf8;
}

.pgd-footer-bottom-inner {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 13px 0;
}

.pgd-footer-copy,
.pgd-footer-legal {
  min-width: 0;
  margin-top: 0;
  color: var(--text3) !important;
  font-size: 12px;
  line-height: 1.55;
}

.pgd-footer-copy {
  color: var(--text2) !important;
  text-align: left;
}

.pgd-footer-brand {
  color: var(--gold-dark) !important;
}

.pgd-footer-sep {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 8px;
  vertical-align: middle;
  background: var(--border2);
}

.pgd-footer-legal {
  position: relative;
  justify-self: start;
  max-width: none;
  padding-left: 14px;
  text-align: left;
}

.pgd-footer-legal::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background: var(--border2);
  transform: translateY(-50%);
}

@media (max-width: 1180px) {
  .pgd-footer-inner {
    width: min(var(--max-w), calc(100% - 40px));
  }

  .pgd-footer-main > .pgd-footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pgd-footer-brand-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: start;
  }

  .pgd-footer-brand-main {
    max-width: 520px;
  }

  .pgd-footer-socials {
    justify-content: flex-start;
  }

  .pgd-footer-nav-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }

  .pgd-footer-bottom-inner {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 8px 18px;
  }

  .pgd-footer-legal {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 820px) {
  .pgd-footer-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
  }

  .pgd-footer-brand-row {
    grid-template-columns: 1fr;
  }

  .pgd-footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .site-footer.pgd-footer {
    margin-top: 34px !important;
  }

  .pgd-footer-inner {
    width: min(var(--max-w), calc(100% - 28px));
  }

  .pgd-footer-main > .pgd-footer-inner {
    gap: 28px;
    padding: 30px 0 34px;
  }

  .pgd-footer-logo-img {
    max-width: 168px;
  }

  .pgd-footer-wordmark {
    font-size: 32px;
  }

  .pgd-footer-brand-row,
  .pgd-footer-brand-main,
  .pgd-footer-brand-copy {
    gap: 12px;
  }

  .pgd-footer-desc {
    max-width: none;
    font-size: 13px;
    line-height: 1.55;
  }

  .pgd-footer-socials {
    gap: 8px;
  }

  .pgd-footer-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
    padding-top: 4px;
  }

  .pgd-footer-nav-col:nth-child(n + 3) {
    padding-top: 18px;
    border-top: 1px solid rgba(207, 188, 151, 0.48);
  }

  .pgd-footer-col-title {
    gap: 7px;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0.07em;
  }

  .pgd-footer-col-title::after {
    width: 28px;
  }

  .pgd-footer-col-links {
    gap: 9px;
  }

  .pgd-footer-link {
    width: auto;
    font-size: 12.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .pgd-footer-bottom-inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    gap: 8px 14px;
    padding: 16px 0 18px;
  }

  .pgd-footer-copy {
    grid-column: 1 / -1;
  }

  .pgd-footer-legal {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    padding-left: 0;
  }

  .pgd-footer-legal::before {
    display: none;
  }
}

@media (max-width: 460px) {
  .pgd-footer-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
  }
}

/* ============================================================
   COOKIE BAR
   ============================================================ */

#pgd-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1300;
  pointer-events: auto;
  background: #f2a01a;
  border-top: 0;
}

.pgd-cookie-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 24px;
  border: 0;
  background: transparent;
  color: #3f280d;
}

.pgd-cookie-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #3f280d;
}

.pgd-cookie-link {
  color: #3f280d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pgd-cookie-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}

.pgd-cookie-btn {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #3f280d;
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pgd-cookie-red {
  background: rgba(255, 255, 255, 0.9);
  color: #3f280d;
}

.pgd-cookie-gold {
  background: #3f280d;
  color: #fff;
}

.pgd-cookie-red:hover,
.pgd-cookie-gold:hover {
  filter: brightness(0.98);
}

@media (max-width: 700px) {
  #pgd-cookie-bar {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .pgd-cookie-inner {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 14px 16px;
  }

  .pgd-cookie-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pgd-cookie-btn {
    width: 100%;
  }
}

/* ============================================================
   MOBILE QUICK NAV
   ============================================================ */

.pgd-mobile-quicknav {
  display: none;
}

.pgd-mobile-prediction-actions {
  display: none;
}

.pgd-desktop-prediction-actions {
  display: none;
}

.pgd-mobile-account-sheet {
  display: none;
}

@media (min-width: 769px) {
  .pgd-desktop-prediction-actions {
    position: fixed;
    left: 18px;
    bottom: 22px;
    z-index: 1210;
    display: grid;
    gap: 7px;
    width: auto;
    pointer-events: none;
  }

  .pgd-desktop-prediction-actions__link {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #fff;
    font-size: 0;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(61, 43, 14, 0.18);
    pointer-events: auto;
    transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
  }

  .pgd-desktop-prediction-actions__link i {
    flex: 0 0 auto;
    font-size: 17px;
    line-height: 1;
  }

  .pgd-desktop-prediction-actions__link.is-brown {
    border-color: #4f3513;
    background: #4a3215;
  }

  .pgd-desktop-prediction-actions__link.is-green {
    border-color: #0f8a54;
    background: #0aa363;
    color: #f4fff8;
  }

  .pgd-desktop-prediction-actions__link:hover,
  .pgd-desktop-prediction-actions__link:focus-visible,
  .pgd-desktop-prediction-actions__link.is-active {
    color: #fff;
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(61, 43, 14, 0.24);
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  .pgd-footer.pgd-footer-has-mobile-dock {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 104px) !important;
  }

  .pgd-mobile-quicknav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1210;
    display: block;
    pointer-events: none;
  }

  .pgd-mobile-quicknav-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    justify-content: stretch;
    gap: 0;
    min-height: 68px;
    padding: 0 0 env(safe-area-inset-bottom, 0px);
    border-top: 1px solid rgba(232, 160, 32, 0.34);
    background: #3d2b0e;
    box-shadow: none;
    pointer-events: auto;
    overflow: hidden;
  }

  .pgd-mobile-prediction-actions {
    position: fixed;
    left: 12px;
    right: auto;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 76px);
    z-index: 1215;
    display: grid;
    grid-template-columns: repeat(2, 36px);
    gap: 7px;
    width: auto;
    pointer-events: none;
  }

  .pgd-mobile-prediction-actions__link {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(232, 160, 32, 0.38);
    border-radius: 9px;
    background: #fff8ec;
    color: #4b3217;
    box-shadow: 0 6px 16px rgba(61, 43, 14, 0.16);
    font-size: 0;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    pointer-events: auto;
    white-space: nowrap;
  }

  .pgd-mobile-prediction-actions__link i {
    color: #d88b0a;
    font-size: 16px;
    line-height: 1;
  }

  .pgd-mobile-prediction-actions__link.is-primary,
  .pgd-mobile-prediction-actions__link.is-active {
    border-color: #f0a11a;
    background: #f0a11a;
    color: #2f210d;
  }

  .pgd-mobile-prediction-actions__link.is-primary i,
  .pgd-mobile-prediction-actions__link.is-active i {
    color: #2f210d;
  }

  .pgd-mobile-quicknav-link,
  .pgd-mobile-quicknav-button {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0;
    text-decoration: none;
    flex: 1 1 0 !important;
    width: 0 !important;
    max-width: none !important;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 68px;
    padding: 6px 2px 5px;
    border-radius: 0;
    border-top: 3px solid transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff7e6;
    text-align: center;
    transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
  }

  .pgd-mobile-quicknav-link:first-child,
  .pgd-mobile-quicknav-button:first-child {
    border-left: 0;
  }

  .pgd-mobile-quicknav-icon {
    position: relative;
    width: auto;
    min-width: 0;
    height: 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f0b13a;
    transition: color 0.18s ease;
  }

  .pgd-mobile-quicknav-badge {
    position: absolute;
    top: -9px;
    right: -14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 3px;
    border: 2px solid #3d2b0e;
    border-radius: 999px;
    background: #f2b233;
    color: #3d2b0e;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
    box-sizing: border-box;
  }

  .pgd-mobile-quicknav-link i,
  .pgd-mobile-quicknav-button i {
    color: #f0b13a;
    font-size: 21px;
    line-height: 1;
  }

  .pgd-mobile-quicknav-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    flex: 0 0 30px;
    padding: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 211, 107, 0.55);
    background: rgba(255, 255, 255, 0.1);
    line-height: 0;
  }

  .pgd-mobile-quicknav-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
  }

  .pgd-mobile-quicknav-avatar-letter {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #3d2b0e;
    background: #f0a11a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
  }

  .pgd-mobile-quicknav-label {
    display: block;
    font-size: 9.5px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
    color: #fff4da;
  }

  .pgd-mobile-quicknav-link:hover,
  .pgd-mobile-quicknav-link.is-active,
  .pgd-mobile-quicknav-button:hover,
  .pgd-mobile-quicknav-button.is-active {
    background: #4a3414 !important;
    border-top-color: #f0a11a;
    color: #fff;
  }

  .pgd-mobile-quicknav-link:hover .pgd-mobile-quicknav-icon,
  .pgd-mobile-quicknav-link.is-active .pgd-mobile-quicknav-icon,
  .pgd-mobile-quicknav-button:hover .pgd-mobile-quicknav-icon,
  .pgd-mobile-quicknav-button.is-active .pgd-mobile-quicknav-icon {
    background: transparent;
    border-color: transparent;
    color: #f0b13a;
    transform: none;
  }

  .pgd-mobile-quicknav-link:hover .pgd-mobile-quicknav-label,
  .pgd-mobile-quicknav-link.is-active .pgd-mobile-quicknav-label,
  .pgd-mobile-quicknav-button:hover .pgd-mobile-quicknav-label,
  .pgd-mobile-quicknav-button.is-active .pgd-mobile-quicknav-label {
    color: #fff;
  }

  #pgd-cookie-bar.pgd-cookie-bar--with-dock {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
  }

  .pgd-scroll-top {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 104px) !important;
  }

  body.pgd-mobile-account-menu-open {
    overflow: hidden;
  }

  .pgd-mobile-account-sheet {
    position: fixed;
    inset: 0;
    z-index: 1350;
    display: block;
    pointer-events: none;
  }

  .pgd-mobile-account-sheet[hidden] {
    display: none;
  }

  .pgd-mobile-account-sheet__backdrop {
    position: absolute;
    inset: 0 0 calc(env(safe-area-inset-bottom, 0px) + 82px) 0;
    border: 0;
    background: rgba(23, 16, 10, 0.56);
    backdrop-filter: blur(6px);
    pointer-events: auto;
  }

  .pgd-mobile-account-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    top: max(calc(env(safe-area-inset-top, 0px) + 6px), 6px);
    bottom: calc(env(safe-area-inset-bottom, 0px) + 82px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background: #fffdfa;
    box-shadow: none;
    pointer-events: auto;
    animation: pgd-member-sheet-up 0.26s ease;
  }

  .pgd-mobile-account-sheet__head {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    align-items: center;
    min-height: 46px;
    padding: 7px 12px 5px;
    border-bottom: 1px solid rgba(139, 112, 80, 0.16);
    background: #fffdfa;
  }

  .pgd-mobile-account-sheet__head span {
    justify-self: center;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #8f6a38;
    font-weight: 800;
    text-transform: uppercase;
  }

  .pgd-mobile-account-sheet__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(139, 112, 80, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #4a3414;
    font-size: 15px;
  }

  .pgd-mobile-account-sheet__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0 12px 14px;
    background: #fffdfa;
    -webkit-overflow-scrolling: touch;
  }

  .pgd-mobile-account-sheet__scroll > .pgd-account-menu.hsp-menu {
    position: static;
    top: auto;
    width: 100%;
    min-height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .pgd-mobile-account-sheet__scroll > .pgd-account-menu.hsp-menu > :first-child {
    margin-top: 0;
    padding-top: 0;
  }

  .pgd-mobile-account-sheet .hsp-membership {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 8px 14px 9px;
    border-bottom: 1px solid rgba(139, 112, 80, 0.18);
    background: rgba(255, 255, 255, 0.72);
  }

  .pgd-mobile-account-sheet .hsp-membership-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: var(--pgd-account-plan, #8B7050);
    font-size: 13px;
  }

  .pgd-mobile-account-sheet .hsp-membership-copy {
    display: grid;
    gap: 1px;
    min-width: 0;
  }

  .pgd-mobile-account-sheet .hsp-membership-copy small {
    display: block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #7b6347;
    text-transform: uppercase;
  }

  .pgd-mobile-account-sheet .hsp-membership-copy strong {
    display: block;
    color: var(--pgd-account-plan, #8B7050);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
  }
}

@media (max-width: 420px) {
  .pgd-mobile-quicknav-inner {
    min-height: 66px;
    padding: 0 0 env(safe-area-inset-bottom, 0px);
  }

  .pgd-mobile-quicknav-icon {
    width: auto;
    min-width: 0;
    height: 21px;
    border-radius: 0;
  }

  .pgd-mobile-quicknav-link i,
  .pgd-mobile-quicknav-button i {
    font-size: 20px;
  }

  .pgd-mobile-quicknav-label {
    font-size: 8.8px;
  }

}

@media (max-width: 980px) {
  body.pgd-has-account-mobile-dock .pgd-mobile-quicknav {
    display: none !important;
  }

  body.pgd-has-account-mobile-dock .pgd-mobile-prediction-actions {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
  }

  body.pgd-mobile-account-menu-open .pgd-mobile-prediction-actions {
    display: none;
  }

  body.pgd-has-account-mobile-dock #pgd-cookie-bar {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
  }

  body.pgd-has-account-mobile-dock .pgd-scroll-top {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 108px) !important;
  }
}

@media (max-width: 768px) {
  .pgd-mobile-quicknav-link.is-prediction-feature {
    border-top-color: #e2c55c !important;
    background: linear-gradient(180deg, #fff9df 0%, #f7e9ae 100%) !important;
    color: #263238 !important;
  }

  .pgd-mobile-quicknav-link.is-prediction-feature:hover,
  .pgd-mobile-quicknav-link.is-prediction-feature.is-active {
    border-top-color: #aa850d !important;
    background: #f1dda0 !important;
  }

  .pgd-mobile-quicknav-link.is-prediction-feature .pgd-mobile-quicknav-icon,
  .pgd-mobile-quicknav-link.is-prediction-feature .pgd-mobile-quicknav-icon i,
  .pgd-mobile-quicknav-link.is-prediction-feature .pgd-mobile-quicknav-label {
    color: #263238 !important;
  }

  .pgd-mobile-quicknav-link.is-prediction-feature .pgd-mobile-quicknav-badge {
    border-color: #f7e9ae;
    background: #263238;
    color: #fff;
  }
}

@media (max-width: 768px) {
  body.pgd-has-account-mobile-dock .pgd-footer.pgd-footer-has-mobile-dock {
    padding-bottom: 0 !important;
  }
}
