.country-tour {
    padding: 80px 0;
}
.country-tour-cards {
    padding: 0 0 64px;
}
.tours-landing:not(.tours-landing--early-booking) .country-tour:nth-child(even) {
    background: #FFF6D4;
}
[data-market="pl"] .tours-landing:not(.tours-landing--early-booking) .country-tour:nth-child(even) {
    background: #EEE6EE;
}
.country-tour .container__header{
    margin: 0;
}

.country-tour .container__header .container__header-title {
  justify-content: space-between;
}

.tour-list__container {
  padding-top: 30px;
}

.tours-landing .tour-list__view {
    padding: 0;
    margin: 0;
}

.is-collapsed .popular-tour-section,
.is-collapsed .tour-list__container {
    display: none;
}

.popular-tour-section .container__header{
  margin-bottom: 44px;
}
.is-collapsed {
    padding-bottom: 0;
    transition: background 0.3s ease;
    cursor: pointer;
}
.is-collapsed .container__header-title {
  cursor: pointer;
}

.search-header-title {
  color: #0D0F10;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  padding: 20px 0 30px;
  gap: 0 10px;
}

.hidden {
  display: none;
}

.country-tour.is-collapsed .header-title-link {
  background: none;
}
.country-tour.is-collapsed .header-title-link {
  pointer-events: none;
}
.country-tour.is-collapsed .header-title-link-arrow,
.country-tour.is-collapsed .header-title-link svg {
  display: none;
}

[data-market="pl"] .tours-landing:not(.tours-landing--early-booking) .country-tour:nth-child(even) {
    background: #EEE6EE;
}

@media (hover: hover) {
  .country-tour.is-collapsed .header-title-link:hover {
    background: none;
  }

  .open-hot-tour:hover {
    background: rgba(0, 0, 0, 0.06);
  }

  .country-tour.is-collapsed:hover {
    background: #EDEDEE;
  }
  .tours-landing:not(.tours-landing--early-booking) .country-tour.is-collapsed:nth-child(even):hover {
    background: #FFEFB5;
  }
  [data-market="pl"] .tours-landing:not(.tours-landing--early-booking) .country-tour.is-collapsed:nth-child(even):hover {
    background: #E1D4E1;
  }

}

.open-hot-tour {
  border: none;
  width: 52px;
  height: 52px;
  transition: background 0.3s ease;
  cursor: pointer;
  background: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}
.open-hot-tour.is-rotated {
  transform: rotate(-180deg);
  display: flex;
}
.is-collapsed .open-hot-tour {
  display: flex;
}
.skeleton {
  padding: 24px;
}

.skeleton__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.skeleton__avatar {
  width: 40px;
  height: 42px;
  border-radius: 12px;
  background: #EDEDED;
}

.skeleton__title {
  width: 280px;
  height: 42px;
  border-radius: 12px;
  background: #EDEDED;
}
.skeleton__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.skeleton-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.skeleton-card__media {
  height: 140px;
  border-radius: 12px;
  background: #EDEDED;
}

.skeleton-card__line {
  height: 32px;
  background: #EDEDED;
  border-radius: 12px;
}

.skeleton-card__line--lg {
  width: 90%;
}

.skeleton-card__line--md {
  width: 70%;
}

.skeleton-card__line--sm {
  width: 50%;
}

@media (max-width: 767px) {
  .country-tour {
    padding: 24px 0;
  }
  .search-header-title {
    font-size: 24px;
  }
  .search-header-title img {
    width: 52px;
    height: 52px;
  }
  .country-tour .container__header .header-title-link,
  .country-tour .container__header .container__header-title {
    font-size: 18px;
  }
  .container__header a span {
    display: block;
  }
  .tour-list__container {
    margin-top: 0;
  }
  .skeleton__grid {
    grid-template-columns: 1fr;
  }

}
