/* bestonlinecasinos.si — custom header (C/D) + footer (2/7) */

.wrapper {
  padding-top: 7rem !important;
}

/* ── HEADER: warm gradient bar + left accent split ── */
.header {
  height: 7rem !important;
  background: linear-gradient(105deg, #3d3836 0%, #3d3836 0.55rem, #faf7f2 0.55rem, #fff9f5 100%) !important;
  box-shadow: 0 0.2rem 1.6rem rgba(72, 64, 64, 0.1) !important;
  border-bottom: 0.3rem solid #e51a38 !important;
}

.header::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 0.55rem !important;
  background: #fdc246 !important;
  z-index: 1 !important;
}

.header::after {
  content: none !important;
}

.header .logo::before,
.header .logo::after {
  content: none !important;
  display: none !important;
}

.header .search-toggle svg,
.header .gift svg {
  fill: #484040 !important;
}

.header .search-toggle:hover svg,
.header .search-toggle:focus svg {
  fill: #e51a38 !important;
}

.header__menu-toggle {
  border-color: #484040 !important;
}

.header__menu-toggle span {
  background: #484040 !important;
}

/* Language flags — outline capsule */
.header__nav a {
  padding: 0.35rem 0.55rem !important;
  border-radius: 999px !important;
  border: 0.15rem solid #d8d0c8 !important;
  background: #ffffff !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}

.header__nav a:hover,
.header__nav a:focus {
  border-color: #e51a38 !important;
  box-shadow: 0 0.2rem 0.8rem rgba(229, 26, 56, 0.15) !important;
}

.header__nav a[aria-current="page"] {
  border-color: #e51a38 !important;
  box-shadow: inset 0 0 0 0.1rem rgba(229, 26, 56, 0.2) !important;
}

@media screen and (max-width: 1199px) {
  .header__nav {
    top: 6.9rem !important;
    border: 0.1rem solid #ece6de !important;
  }
}

@media screen and (min-width: 1200px) {
  .header__nav {
    display: flex !important;
  }

  .header__menu-toggle {
    display: none !important;
  }
}

/* ── INTRO-HOME: anchors in one row (desktop) ── */
@media screen and (min-width: 992px) {
  .intro-home__list {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 1rem !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .intro-home__list li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .intro-home__list a {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    flex: 1 1 0 !important;
    font-size: 1.6rem !important;
    padding: 1rem 0.8rem 1rem 1rem !important;
  }

  .intro-home__list svg {
    width: 2.6rem !important;
    height: 2.6rem !important;
    margin-right: 1rem !important;
    flex-shrink: 0 !important;
  }
}

/* ── FOOTER: cream panel + inset desc (variant 2/7) ── */
.footer {
  background-image: none !important;
  background-color: #f7f4ef !important;
  color: #484040 !important;
  padding: 2.5rem 0 2rem !important;
  border-top: 0.35rem solid #fdc246 !important;
  box-shadow: inset 0 0.4rem 0 #e51a38 !important;
}

.footer a {
  color: #484040 !important;
}

.footer a:hover,
.footer a:focus {
  color: #e51a38 !important;
}

.footer__nav {
  display: none !important;
}

.footer__subtitle {
  display: inline-block !important;
  margin: 0 0 2rem !important;
  padding: 0.55rem 1.4rem !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #e51a38 0%, #ec566c 100%) !important;
  border-radius: 999px !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

.footer__info-imgs img {
  border-radius: 0.6rem !important;
  box-shadow: 0 0.2rem 0.8rem rgba(72, 64, 64, 0.12) !important;
}

.footer__info-help {
  color: #5a534f !important;
  font-weight: 600 !important;
}

.footer__desc {
  margin: 0 0 2rem !important;
  padding: 1.4rem 1.6rem !important;
  color: #5a534f !important;
  background: #ffffff !important;
  border-left: 0.4rem solid #ec566c !important;
  border-radius: 0 0.6rem 0.6rem 0 !important;
  box-shadow: 0 0.2rem 1rem rgba(72, 64, 64, 0.06) !important;
  font-size: 1.25rem !important;
  line-height: 1.55 !important;
}

.footer__bottom {
  font-size: 1.2rem !important;
}

.footer__bottom a {
  display: inline-block !important;
  padding: 0.35rem 0.9rem !important;
  border-radius: 0.4rem !important;
  background: #ece8e1 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: background 0.2s, color 0.2s !important;
}

.footer__bottom a:hover,
.footer__bottom a:focus {
  background: #e51a38 !important;
  color: #ffffff !important;
}

.footer__bottom li:last-child {
  color: #8a8480 !important;
}

.footer__bottom li:last-child::before {
  content: none !important;
  display: none !important;
}

.footer__bottom li:nth-child(2)::before {
  background: #c4bdb4 !important;
}

@media screen and (min-width: 576px) {
  .footer {
    background-image: none !important;
    padding: 3rem 0 2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    background-image: none !important;
    padding: 3.5rem 0 2rem !important;
  }
}

@media screen and (min-width: 992px) {
  .footer {
    background-image: none !important;
    padding: 4rem 0 2.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .footer {
    background-image: none !important;
    padding: 4.5rem 0 2.5rem !important;
  }
}

/* ── UTILITY PAGES ── */
.wrapper--utility {
  padding-top: 7rem !important;
  padding-bottom: 4rem !important;
  min-height: 50vh !important;
}

.page-standalone {
  text-align: center !important;
  padding: 4rem 1.5rem !important;
}

.page-standalone__code {
  margin: 0 0 0.5rem !important;
  font-size: 6rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #e51a38 !important;
}

.page-standalone__title {
  margin: 0 0 1rem !important;
  font-size: 2.4rem !important;
  color: #484040 !important;
}

.page-standalone__text {
  margin: 0 auto 2rem !important;
  max-width: 42rem !important;
  font-size: 1.6rem !important;
  color: #5a534f !important;
  line-height: 1.5 !important;
}

.page-standalone__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  justify-content: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-standalone__actions a {
  display: inline-block !important;
  padding: 0.9rem 1.8rem !important;
  border-radius: 0.5rem !important;
  background: #e51a38 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
}

.page-standalone__actions a:hover,
.page-standalone__actions a:focus {
  background: #484040 !important;
  color: #ffffff !important;
}

.page-standalone__actions a.page-standalone__actions-link--alt {
  background: #484040 !important;
}

.page-standalone__actions a.page-standalone__actions-link--alt:hover,
.page-standalone__actions a.page-standalone__actions-link--alt:focus {
  background: #e51a38 !important;
}

.redirection-page--in-site {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 40vh !important;
  padding: 3rem 1.5rem !important;
}

.redirection-page--in-site > .wrapper {
  padding-top: 0 !important;
  text-align: center !important;
  max-width: 48rem !important;
  padding: 2.5rem 2rem !important;
  background: #ffffff !important;
  border-radius: 1rem !important;
  box-shadow: 0 0.4rem 2rem rgba(72, 64, 64, 0.1) !important;
  border-top: 0.35rem solid #fdc246 !important;
}

.redirection-page--in-site h1 {
  margin: 0 0 1.5rem !important;
  font-size: 2.2rem !important;
  color: #484040 !important;
}

.redirection-page--in-site .progress-bar {
  height: 0.5rem !important;
  background: #ece8e1 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

.redirection-page--in-site .progress-bar__fill {
  display: block !important;
  height: 100% !important;
  width: 0 !important;
  background: linear-gradient(90deg, #e51a38, #ec566c) !important;
  border-radius: 999px !important;
  animation: lpm-progress 2s ease-out forwards !important;
}

@keyframes lpm-progress {
  to {
    width: 100%;
  }
}
