/* ================================
   HOCKEYLAND – FOOTER CUSTOM CSS
   Newsletter mobile, FAQ section, footer FAQ link, scroll-to-top
================================ */


/* 1) Newsletter skrytý na desktopu */

.container.footer-newsletter {
  display: none !important;
}


/* 2) Newsletter + šipka + barvy jen na mobilech */

@media (max-width: 768px) {

  .container.footer-newsletter {
    display: block !important;
  }

  .container.footer-newsletter button.btn-arrow-right .sr-only {
    display: none !important;
  }

  .container.footer-newsletter button.btn.btn-default.btn-arrow-right::after {
    content: "" !important;
    display: block !important;

    width: 22px !important;
    height: 22px !important;
    background-size: 22px 22px !important;

    background-repeat: no-repeat !important;
    background-position: center !important;

    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2.5' fill='none' stroke-linecap='butt' stroke-linejoin='miter'><path d='M5 12 H19'></path><path d='M12 5 L19 12 L12 19'></path></svg>") !important;
  }

  .container.footer-newsletter button.btn.btn-default.btn-arrow-right {
    background-color: #f19210 !important;
    border-color: #f19210 !important;
    color: transparent !important;
  }

  .container.footer-newsletter button.btn.btn-default.btn-arrow-right:hover,
  .container.footer-newsletter button.btn.btn-default.btn-arrow-right:active,
  .container.footer-newsletter button.btn.btn-default.btn-arrow-right:focus {
    background-color: #ffaf41 !important;
    border-color: #ffaf41 !important;
    color: transparent !important;
  }

}


/* ================================
   LINKA POD OBSAHEM HOMEPAGE
================================ */

.homepage-texts-wrapper {
  border-bottom: 1px solid #eee !important;
  padding-bottom: 18px !important;
}


/* ================================
   FAQ SECTION – ONLY HOMEPAGE
================================ */

.hl-faq-section {
  background: #fff !important;
  border-top: none !important;

  margin-top: 92px !important;
  margin-bottom: 64px !important;

  padding: 0 20px 0 !important;
}

.hl-faq-inner {
  max-width: 920px !important;
  margin: 0 auto !important;
}

.hl-faq-title {
  margin: 0 0 10px !important;
  text-align: center !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.hl-faq-subtitle {
  max-width: 620px !important;
  margin: 0 auto 28px !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #666 !important;
}

.hl-faq-item {
  border-bottom: 1px solid #e6e6e6 !important;
  padding: 17px 0 !important;
}

.hl-faq-item:first-of-type {
  border-top: 1px solid #e6e6e6 !important;
}

.hl-faq-question {
  cursor: pointer !important;
  list-style: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: #111 !important;
  padding-right: 34px !important;
  position: relative !important;
}

.hl-faq-question::-webkit-details-marker {
  display: none !important;
}

.hl-faq-question::after {
  content: "+" !important;
  position: absolute !important;
  right: 2px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #f19210 !important;
}

.hl-faq-item[open] .hl-faq-question::after {
  content: "−" !important;
}

.hl-faq-answer {
  margin: 12px 0 0 !important;
  max-width: 760px !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #444 !important;
}


/* ================================
   FOOTER – PRO ZÁKAZNÍKY
================================ */

#footer .custom-footer__articles {
  text-align: left !important;
}

#footer .custom-footer__articles .pageElement__heading,
#footer .custom-footer__articles .pageElement__heading span {
  text-align: left !important;
}

#footer .custom-footer__articles ul {
  text-align: left !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none !important;
}

#footer .custom-footer__articles ul li {
  text-align: left !important;
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

#footer .custom-footer__articles ul li::before,
#footer .custom-footer__articles ul li:before {
  content: none !important;
  display: none !important;
}

#footer .custom-footer__articles ul li a {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;

  text-align: left !important;
  text-decoration: none !important;
}

#footer .custom-footer__articles ul li a:hover,
#footer .custom-footer__articles ul li a:focus {
  color: #787878 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 1px !important;
}


/* ================================
   FOOTER FAQ LINK
================================ */

#footer .custom-footer__articles ul li .hl-footer-faq-link,
.custom-footer__articles ul li .hl-footer-faq-link {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;

  color: inherit !important;
  text-align: left !important;
  text-decoration: none !important;
}

#footer .custom-footer__articles ul li .hl-footer-faq-link:hover,
#footer .custom-footer__articles ul li .hl-footer-faq-link:focus,
.custom-footer__articles ul li .hl-footer-faq-link:hover,
.custom-footer__articles ul li .hl-footer-faq-link:focus {
  color: #787878 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 1px !important;
}

.hl-footer-faq-separator {
  margin-left: 8px !important;
  color: #999 !important;
}


/* ================================
   SCROLL TO TOP BUTTON
================================ */

#scrollTopBtn {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;

  width: 46px !important;
  height: 46px !important;

  background: #f19210 !important;
  border-radius: 50% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  cursor: pointer !important;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: all 0.2s ease !important;
  z-index: 9999 !important;
}

#scrollTopBtn.visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

#scrollTopBtn:hover {
  background: #ffaf41 !important;
}

#scrollTopBtn svg {
  width: 22px !important;
  height: 22px !important;
}

#scrollTopBtn path {
  stroke: #fff !important;
  stroke-width: 2.4 !important;
  fill: none !important;
  stroke-linecap: butt !important;
  stroke-linejoin: miter !important;
}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

  .homepage-texts-wrapper {
    padding-bottom: 14px !important;
  }

  .hl-faq-section {
    background: #fff !important;
    border-top: none !important;

    margin-top: 58px !important;
    margin-bottom: 48px !important;

    padding: 0 16px 0 !important;
  }

  .hl-faq-title {
    font-size: 24px !important;
  }

  .hl-faq-subtitle {
    font-size: 14px !important;
    margin-bottom: 22px !important;
  }

  .hl-faq-question {
    font-size: 15px !important;
  }

  .hl-faq-answer {
    font-size: 14px !important;
  }

  #footer .custom-footer__articles,
  #footer .custom-footer__articles .pageElement__heading,
  #footer .custom-footer__articles .pageElement__heading span,
  #footer .custom-footer__articles ul,
  #footer .custom-footer__articles ul li {
    text-align: left !important;
  }

  #footer .custom-footer__articles ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
  }

  #footer .custom-footer__articles ul li::before,
  #footer .custom-footer__articles ul li:before {
    content: none !important;
    display: none !important;
  }

  .hl-footer-faq-link {
    margin-top: 0 !important;
    text-align: left !important;
  }

  #scrollTopBtn {
    right: 16px !important;
    bottom: 16px !important;

    width: 42px !important;
    height: 42px !important;
  }

}