/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */

/* seznam s fajfkou */
.content-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.content-section ul li {
  position: relative;
  padding-left: 1.6em; /* místo pro ikonu */
  margin: 0 0 .45em 0;
}

.content-section ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.25em;
  color: #FD4084;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1;
}


/* Obsahove H1 na podstrankach */
.content-section .section-title h1,
.left-white-spacing .section-title h1,
.content-section .text-block h1,
.content-section .pagebody h1 {
  font-size: 42px !important;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .content-section .section-title h1,
  .left-white-spacing .section-title h1,
  .content-section .text-block h1,
  .content-section .pagebody h1 {
    font-size: 34px !important;
    line-height: 1.28;
  }
}

@media only screen and (max-width: 575px) {
  .content-section .section-title h1,
  .left-white-spacing .section-title h1,
  .content-section .text-block h1,
  .content-section .pagebody h1 {
    font-size: 28px !important;
    line-height: 1.3;
  }
}
/* Branch FAQ */
.branch-faq {
  margin: 36px 0 28px;
  padding: 30px 34px;
  background: #fffaf4;
  border: 1px solid #ead9c1;
  border-left: 4px solid #c39b5f;
  box-shadow: 0 12px 34px rgba(35, 35, 35, 0.06);
}

.branch-faq h2 {
  margin: 0 0 22px;
  color: #272c35;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.branch-faq h3 {
  position: relative;
  margin: 0;
  padding: 18px 0 8px 34px;
  color: #272c35;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}

.branch-faq h3::before {
  content: "Q";
  position: absolute;
  top: 19px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #c39b5f;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}

.branch-faq p {
  margin: 0 0 12px 34px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(195, 155, 95, 0.28);
  color: #68717d;
  font-size: 16px;
  line-height: 1.75;
}

.branch-faq p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .branch-faq {
    margin: 28px 0 24px;
    padding: 24px 20px;
  }

  .branch-faq h2 {
    font-size: 24px;
  }

  .branch-faq h3 {
    padding-left: 30px;
    font-size: 18px;
  }

  .branch-faq p {
    margin-left: 30px;
    font-size: 15px;
  }
}
/* Branch detail layout */
.branch-detail-section {
  padding: 56px 0 64px;
}

.branch-detail-grid {
  row-gap: 40px;
}

.branch-detail-content {
  max-width: 640px;
}

.branch-detail-content h1 {
  margin-bottom: 26px !important;
}

.branch-detail-content p {
  max-width: 620px;
  margin-bottom: 20px;
  color: #68717d;
  font-size: 17px;
  line-height: 1.8;
}

.branch-detail-content img {
  display: inline-block;
  max-width: calc(50% - 8px);
  height: auto;
  margin: 18px 8px 26px 0;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(35, 35, 35, 0.12);
  vertical-align: top;
}

.branch-detail-side {
  position: sticky;
  top: 24px;
}

.branch-map-card {
  overflow: hidden;
  margin: 0 0 22px !important;
  border: 1px solid #ead9c1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(35, 35, 35, 0.10);
}

.branch-map-card iframe {
  display: block;
  width: 100%;
  min-height: 470px;
}

.branch-quick-card {
  padding: 26px 28px;
  border: 1px solid #ead9c1;
  border-left: 4px solid #c39b5f;
  border-radius: 8px;
  background: #fffaf4;
  box-shadow: 0 12px 30px rgba(35, 35, 35, 0.06);
}

.branch-quick-card h2 {
  margin: 0 0 10px;
  color: #272c35;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.branch-quick-card p {
  margin: 0 0 20px;
  color: #68717d;
  font-size: 16px;
  line-height: 1.65;
}

.branch-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.branch-quick-actions .custom-button {
  min-width: 150px;
  margin: 0;
  text-align: center;
}

.branch-button-secondary {
  background: #272c35 !important;
}

.branch-button-secondary:hover {
  background: #c39b5f !important;
}

@media only screen and (max-width: 991px) {
  .branch-detail-section {
    padding: 42px 0 52px;
  }

  .branch-detail-content {
    max-width: none;
  }

  .branch-detail-side {
    position: static;
  }

  .branch-map-card iframe {
    min-height: 380px;
  }
}

@media only screen and (max-width: 575px) {
  .branch-detail-section {
    padding: 34px 0 42px;
  }

  .branch-detail-content p {
    font-size: 16px;
    line-height: 1.75;
  }

  .branch-detail-content img {
    max-width: 100%;
    width: 100%;
    margin: 16px 0 22px;
  }

  .branch-map-card iframe {
    min-height: 320px;
  }

  .branch-quick-card {
    padding: 22px 20px;
  }

  .branch-quick-actions .custom-button {
    width: 100%;
  }
}
.branch-side-photo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  background: transparent;
}

.branch-side-photo:empty {
  display: none;
}

.branch-side-photo img,
.branch-detail-content img.branch-detail-photo-moved {
  display: block;
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  height: 210px;
  margin: 0;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: none;
}

@media only screen and (max-width: 991px) {
  .branch-side-photo img,
  .branch-detail-content img.branch-detail-photo-moved {
    height: 240px;
  }
}

@media only screen and (max-width: 575px) {
  .branch-side-photo img,
  .branch-detail-content img.branch-detail-photo-moved {
    width: 100%;
    max-width: 100%;
    height: 220px;
  }
}
/* Branch typography and FAQ refinement */
.branch-detail-content h1 {
  max-width: 620px;
  margin: 0 0 28px !important;
  font-size: 38px !important;
  line-height: 1.28;
}

.branch-detail-content h2 {
  margin: 42px 0 18px;
  color: #272c35;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
}

.branch-detail-content h3 {
  margin: 28px 0 10px;
  color: #272c35;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.branch-detail-content p {
  margin-bottom: 22px;
  line-height: 1.85;
}

.branch-detail-content .branch-faq,
.branch-faq {
  clear: both;
  margin: 46px 0 30px;
  padding: 28px 30px;
  background: #fffaf4;
  border: 1px solid #ead9c1;
  border-left: 4px solid #c39b5f;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(35, 35, 35, 0.06);
}

.branch-detail-content .branch-faq h2,
.branch-faq h2 {
  margin: 0 0 20px;
  font-size: 25px;
  line-height: 1.35;
}

.branch-detail-content .branch-faq h3,
.branch-faq h3 {
  position: relative;
  margin: 0;
  padding: 16px 0 8px 32px;
  font-size: 18px;
  line-height: 1.45;
}

.branch-detail-content .branch-faq h3::before,
.branch-faq h3::before {
  content: "Q";
  position: absolute;
  top: 17px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #c39b5f;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}

.branch-detail-content .branch-faq p,
.branch-faq p {
  margin: 0 0 12px 32px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(195, 155, 95, 0.28);
  font-size: 16px;
  line-height: 1.8;
}

.branch-detail-content .branch-faq p:last-child,
.branch-faq p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.branch-quick-card h2 {
  font-size: 22px;
  line-height: 1.35;
}

@media only screen and (max-width: 991px) {
  .branch-detail-content h1 {
    font-size: 32px !important;
  }

  .branch-detail-content h2 {
    font-size: 24px;
  }

  .branch-detail-content h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 575px) {
  .branch-detail-content h1 {
    font-size: 28px !important;
  }

  .branch-detail-content h2,
  .branch-detail-content .branch-faq h2,
  .branch-faq h2 {
    font-size: 22px;
  }

  .branch-detail-content h3,
  .branch-detail-content .branch-faq h3,
  .branch-faq h3 {
    font-size: 17px;
  }

  .branch-detail-content .branch-faq,
  .branch-faq {
    padding: 24px 20px;
  }
}
/* Voucher FAQ */
.voucher-faq-section {
  padding: 8px 0 38px;
  background: #ffffff;
}

.voucher-faq {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
