/* ================================
   HOCKEYLAND – SAFE CUSTOM CSS
   FAQ, newsletter mobile, scroll-to-top
   Bez zásahu do funkčnosti footer odkazů
================================ */

/* Newsletter skrytý na desktopu */

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

/* Newsletter na mobilu */

@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 {
    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;
  }

  .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;
  }

}

/* Linka pod homepage textem */

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

/* ================================
   FAQ SECTION
================================ */

.hl-faq-section {
  background: #fff !important;
  margin-top: 120px !important;
  margin-bottom: 64px !important;
  padding: 0 20px !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;
}

/* FAQ na mobilu */

@media (max-width: 767px) {

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

  .hl-faq-section {
    margin-top: 85px !important;
    margin-bottom: 48px !important;
    padding: 0 16px !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 FAQ LINK – pouze vzhled odkazu
   Bez zásahu do ostatních footer odkazů
================================ */

.hl-footer-faq-link {
  color: inherit !important;
  text-decoration: none !important;
}

.hl-footer-faq-link:hover,
.hl-footer-faq-link:focus {
  color: #787878 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !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;
}

@media (max-width: 767px) {

  #scrollTopBtn {
    right: 16px !important;
    bottom: 16px !important;
    width: 42px !important;
    height: 42px !important;
  }

}