/* ========================================================================== 
   THAILAND-HUB / kurzinfos.htm
   Nach pattaya-hub.css laden. Enthält nur Ergänzungen für die Thailand-Seite.
   ========================================================================== */

.pf-thailand-hub .pf-hub-feature-image {
  display: block;
  aspect-ratio: auto;
  height: auto;
  background: transparent;
}

.pf-thailand-hub .pf-hub-feature-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: initial;
}

.pf-thailand-hub .pf-hub-hero img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
}

.pf-thailand-hub .pf-hub-section-heading > p {
  max-width: 470px;
}

.pf-thailand-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pf-thailand-shop-box {
  overflow: hidden;
  border: 1px solid var(--pf-border-soft);
  border-radius: 8px;
  background: #faf9f6;
}

.pf-thailand-shop-head {
  padding: 21px 23px 16px;
  border-bottom: 1px solid var(--pf-border-soft);
  background: #fff;
}

.pf-thailand-shop-head h3 {
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  color: var(--pf-heading);
  font-family: var(--pf-font-heading);
  font-size: 25px;
  line-height: 1.12;
}

.pf-thailand-shop-head h3::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 38px;
  height: 2px;
  background: var(--pf-accent);
  content: "";
}

.pf-thailand-shop-links {
  margin: 0;
  padding: 7px 23px;
  list-style: none;
}

.pf-thailand-shop-links li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  border-bottom: 1px solid #e7e1d8;
}

.pf-thailand-shop-links li:last-child {
  border-bottom: 0;
}

.pf-thailand-shop-links li::before {
  position: absolute;
  top: 21px;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid var(--pf-accent);
  border-radius: 50%;
  content: "";
}

.pf-thailand-shop-links a {
  display: block;
  padding: 13px 0;
  color: #3c5260;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.pf-thailand-shop-links a:hover {
  color: var(--pf-accent-dark);
}

.pf-thailand-shop-links strong,
.pf-thailand-shop-links span {
  display: block;
}

.pf-thailand-shop-links strong {
  color: var(--pf-heading);
  font-size: 13px;
}

.pf-thailand-shop-links span {
  margin-top: 2px;
  color: var(--pf-muted);
  font-size: 10px;
  font-weight: 600;
}

.pf-thailand-shop-links a:hover strong,
.pf-thailand-shop-links a:hover span {
  color: var(--pf-accent-dark);
}

.pf-thailand-hub p.pf-thailand-shop-note {
  margin: 0;
  padding: 13px 23px 15px;
  border-top: 1px solid var(--pf-border-soft);
  background: #f6f3ed;
  color: #899198;
  font-size: 9px;
  line-height: 1.5;
}

.pf-thailand-nature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pf-thailand-hub .pf-hub-cta {
  margin-top: 28px;
}

.pf-thailand-hub p.pf-hub-affiliate-note {
  margin: 9px 2px 0;
  color: #899198;
  font-size: 9px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .pf-thailand-nature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pf-thailand-shop-grid,
  .pf-thailand-nature-grid {
    grid-template-columns: 1fr;
  }

  .pf-thailand-shop-head {
    padding: 19px 20px 15px;
  }

  .pf-thailand-shop-links {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pf-thailand-shop-note {
    padding-right: 20px;
    padding-left: 20px;
  }
}
