/* ========================================================================== 
   PATTAYA-HOTELEMPFEHLUNGEN IN DER SIDEBAR
   GehÃ¶rt einmal ans Ende von assets/css/pattayafans.css
   ========================================================================== */

.pf-hotel-widget {
  overflow: hidden;
  padding: 26px;
}

.pf-hotel-widget .widget-header-2 {
  margin-bottom: 8px;
}

.pf-hotel-widget .widget-header-2 h3 {
  margin: 0;
}

.pf-hotel-intro {
  margin: 0 0 14px;
  color: #64717b;
  font-size: 14px;
  line-height: 1.55;
}

.pf-hotel-list {
  border-top: 1px solid #e7dfd3;
}

.pf-hotel-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e7dfd3;
  color: #2f465a;
  text-decoration: none !important;
}

.pf-hotel-item img {
  display: block;
  width: 112px;
  height: 84px;
  border-radius: 7px;
  object-fit: cover;
  transition: transform 180ms ease, filter 180ms ease;
}

.pf-hotel-copy {
  min-width: 0;
}

.pf-hotel-copy strong,
.pf-hotel-copy small,
.pf-hotel-link {
  display: block;
}

.pf-hotel-copy strong {
  color: #253746;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.22;
}

.pf-hotel-copy small {
  margin-top: 5px;
  color: #65727c;
  font-size: 12px;
  line-height: 1.4;
}

.pf-hotel-link {
  margin-top: 7px;
  color: #9a6814;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.pf-hotel-item:hover,
.pf-hotel-item:focus-visible {
  color: #9a6814;
  text-decoration: none !important;
}

.pf-hotel-item:hover img,
.pf-hotel-item:focus-visible img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.025);
}

.pf-hotel-item:focus-visible {
  border-radius: 6px;
  outline: 2px solid #c99535;
  outline-offset: 3px;
}

.pf-hotel-all {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  text-decoration: none !important;
}

/* Affiliate-Hinweis in der Hotelbox */
.pf-sidebar .pf-hotel-widget .pf-affiliate-note {
  margin: 16px -26px -26px;
  padding: 14px 24px 17px;
  background: #faf9f6;
  border-top: 1px solid var(--pf-border-soft);
  color: #899198;
  font-size: 9px;
  line-height: 1.5;
}

/* Angepasster Außenabstand auf kleinen Smartphones */
@media (max-width: 420px) {
  .pf-sidebar .pf-hotel-widget .pf-affiliate-note {
    margin-right: -22px;
    margin-bottom: -22px;
    margin-left: -22px;
  }
}

@media (max-width: 420px) {
  .pf-hotel-widget {
    padding: 22px;
  }

  .pf-hotel-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
  }

  .pf-hotel-item img {
    width: 96px;
    height: 76px;
  }
}
