/* 제주·해외 골프 목록 전용 보완 스타일 */
.tour-theme--jeju .domestic-feature__shade {
  background: linear-gradient(90deg, rgba(15, 67, 61, 0.92) 0%, rgba(19, 82, 73, 0.63) 52%, rgba(17, 88, 102, 0.08) 82%);
}

.tour-theme--overseas .domestic-feature__shade {
  background: linear-gradient(90deg, rgba(13, 47, 40, 0.94) 0%, rgba(19, 63, 53, 0.65) 52%, rgba(15, 58, 49, 0.08) 82%);
}

.tour-theme--jeju .domestic-region-tabs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.tour-theme--overseas .domestic-region-tabs {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.tour-theme--jeju .domestic-product-card__image span {
  background: rgba(27, 99, 88, 0.9);
}

.tour-theme--overseas .domestic-product-card__image span {
  background: rgba(31, 65, 56, 0.9);
}

.tour-travel-promo {
  min-height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tour-theme--jeju .tour-travel-promo {
  background-color: #79cee8;
  background-image: url("../images/tour-jeju/jeju-feature.png");
}

.tour-theme--overseas .tour-travel-promo {
  background-color: #dcebe5;
  background-image: url("../images/tour-overseas/overseas-feature.jpg");
}

.domestic-region-finder__copy > .tour-travel-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.tour-travel-notes > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dce5e1;
  border-radius: 11px;
  background: #fff;
}

.tour-travel-notes span {
  display: block;
  margin-bottom: 5px;
  color: #b18b43;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.tour-travel-notes strong {
  color: #294c43;
  font-size: 12px;
}

.tour-travel-notes p {
  margin: 4px 0 0;
  color: #80908a;
  font-size: 9px;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .tour-theme--jeju .domestic-region-tabs,
  .tour-theme--overseas .domestic-region-tabs {
    display: flex;
  }

  .tour-travel-promo {
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .domestic-region-finder__copy > .tour-travel-notes {
    grid-template-columns: 1fr;
  }

  .tour-travel-promo {
    min-height: 220px;
  }

  .tour-theme--jeju .tour-travel-promo {
    background-size: cover;
  }

  .tour-theme--overseas .tour-travel-promo {
    background-size: cover;
  }
}
