/* ========================================
   СТИЛОВЕ ЗА ДВОЙНИ ЦЕНИ
   ======================================== */

/* Оригинална валута (главна) */
/* .original-currency {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
} */

/* Конвертирана валута (вторична) */
/* .converted-currency {
    font-size: 0.8em;
    color: #666;
    opacity: 0.8;
} */

/* Контейнер за цени */
.price-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.original-price {
  font-size: 1.1em;
  font-weight: bold;
}

.converted-price {
  font-size: 0.9em;
  color: #666;
  margin-top: 2px;
}

/* Индикатори за валута - ПРЕМАХНАТИ */
/* .currency-indicator {
           position: absolute;
           top: -5px;
           right: -5px;
           font-size: 0.7em;
           padding: 2px 4px;
           border-radius: 3px;
           font-weight: bold;
       }

       .eur-indicator, .eur-badge {
           background-color: #28a745;
           color: white;
       }

       .bgn-indicator, .bgn-badge {
           background-color: #007bff;
           color: white;
       } */

/* Стилове за карточки с оферти */
.offer-price.primary {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
}

.offer-price.secondary {
  font-size: 0.8em;
  color: #666;
  margin-top: 2px;
}

/* Стилове за overlay цени */
.price-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #e91e63;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  min-width: 140px;
}

.price-overlay .old-price {
  text-decoration: line-through;
  text-decoration-color: white !important;
  color: white !important;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.price-overlay .old-price small {
  color: white !important;
  font-size: 0.8em;
  opacity: 0.9;
}

.price-overlay .original-currency small {
  color: white !important;
  font-size: 0.8em;
  opacity: 0.9;
}

.price-overlay .converted-currency small {
  color: white !important;
  font-size: 0.7em;
  opacity: 0.9;
}

/* Бели цветове за overlay */
.price-overlay {
  color: white !important;
}

.price-overlay .price {
  color: white !important;
}

.price-overlay .converted-currency {
  color: white !important;
  font-size: 1.3em !important;
}

.price-overlay .converted-currency small {
  color: white !important;
  font-size: 1em !important;
}

/* Всички текстове в overlay да бъдат бели */
.price-overlay * {
  color: white !important;
}

.price-overlay p {
  color: white !important;
}

.price-overlay span {
  color: white !important;
}

.price-overlay small {
  color: white !important;
}

.price-overlay .price-value {
  color: white !important;
}

.price-overlay .original-currency {
  color: white !important;
}

.offer__prices .price {
  color: #fff !important;
}

/* Бял strikethrough за всички стари цени */
.price-overlay .old-price.converted-currency {
  text-decoration: line-through;
  text-decoration-color: white !important;
  color: white !important;
}

/* Стил за подчертан текст - цял текст заедно */
.strikethrough-text {
  text-decoration: line-through;
  text-decoration-color: white !important;
  color: white !important;
  display: inline-block;
}

.strikethrough-text small {
  color: white !important;
  font-size: 0.8em;
  opacity: 0.9;
}

/* Подобрени стилове за стара цена */
.selected-offers__price.old-price {
  display: inline-block;
  color: #cd238e !important;
  font-size: 20px !important;
  text-decoration-color: #cd238e !important;
}

.old-price {
  text-decoration: line-through;
  text-decoration-color: #775eec;
  color: #775eec;
  font-size: 1.1em;
  font-weight: 500 !important;
  opacity: 0.9 !important;
  margin-bottom: 2px !important;
}

/* Компактен формат за групиране на цени */
.currency-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 1px 0;
  line-height: 1.2;
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* Компактен дизайн за двойни цени на два реда */
.currency-group.compact-dual {
  font-size: 0.85em;
  gap: 4px;
  line-height: 1.1;
  margin: 0.5px 0;
}

.currency-group.compact-dual .old-price {
  font-size: 0.9em;
  opacity: 0.7;
}

.currency-group.compact-dual .current-price {
  font-size: 0.95em;
}

.currency-group.compact-dual .separator {
  font-size: 0.8em;
  margin: 0 1px;
}

.currency-group .old-price {
  margin-bottom: 0;
  font-size: 0.9em;
  opacity: 0.7;
  text-decoration: line-through;
  text-decoration-color: #775eec;
  color: #775eec;
}

.currency-group .current-price {
  font-weight: bold;
  color: #775eec;
}

.currency-group .separator {
  color: #775eec;
  opacity: 0.6;
  font-weight: normal;
  margin: 0 2px;
}

#excursion-offer .old-price {
  opacity: 0.7 !important;
  text-decoration: line-through;
  text-decoration-color: #fff !important;
  color: #fff;
  font-weight: 100 !important;
  font-size: 14px;
}

#excursion-offer .price-similar-offers .old-price,
#holiday-offer .price-similar-offers .old-price,
.price-similar-offers .old-price {
  opacity: 0.7 !important;
  text-decoration: line-through;
  text-decoration-color: #cd238e !important;
  color: #cd238e;
  font-weight: 100 !important;
  font-size: 14px;
}

#holiday-offer .old-price {
  opacity: 0.7 !important;
  text-decoration: line-through;
  text-decoration-color: #fff !important;
  color: #fff;
  font-weight: 100 !important;
  font-size: 14px;
}

.similar-offers__bottom--right .old-price {
  display: none;
}

.offer__preview--inner .compact-dual span.old-price,
.offer__preview--inner .compact-dual span.old-price.converted-currency {
  opacity: 0.7 !important;
  text-decoration: line-through !important;
  color: white !important;
  font-size: 15px !important;
  padding-right: 5px;
  margin-bottom: 0px !important;
}

.offer__preview--inner .compact-dual span.original-currency,
.offer__preview--inner .compact-dual span.converted-currency {
  color: white !important;
  font-weight: 500 !important;
  font-size: 21px !important;
  padding-left: 5px;
  opacity: 1 !important;
}

.offer__preview--inner .compact-dual {
  flex-direction: row !important;
  align-items: end !important;
  justify-content: end !important;
}

.offer__preview--inner .compact-dual .separator {
  color: white !important;
  opacity: 1 !important;
}

.similar-offers__bottom--right p span.selected-offers__price {
  color: #cd238e !important;
  font-size: 13px !important;
  margin-right: 0px !important;
  font-weight: 400 !important;
}

.similar-offers__bottom--right p {
  justify-content: end;
  text-align: end;
  display: flex;
}

.similar-offers__bottom--right {
  margin-top: 0px !important;
}

.offer__aside .offer__body--inner {
  padding: 10px;
}

.offer__aside--header {
  margin: -16px -11px 15px;
}

.pick-prices__item--inner p {
  justify-content: center;
}

.pick-prices__item--inner p span {
  margin-right: 0px !important;
}

.search-excursions .price {
  display: grid;
}

.search-item-design .offers__item--prices {
  left: 7px !important;
  right: 20px !important;
  align-items: flex-start !important;
}

.search-item-design .offer__prices {
  padding: 13px 10px 13px 10px;
}

.search-item-design .price-value {
  font-size: 18px !important;
  /* font-weight: 500 !important; */
}

.search-item-design .price .old-price {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration-color: white!important;
  color: white!important;
}

.search-item-design .offers__item--prices {
  bottom: 0px !important;
  right: 0px !important;
}

.holiday-offers .price,
.offers-season .price {
  display: grid;
}

.holiday-offers .offers__item--prices {
  left: 7px !important;
  right: 20px !important;
  align-items: flex-start !important;
}

.holiday-offers .price span {
  display: inline-block !important;
  color: #775eec !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  /* margin-right: 20px !important; */
  margin-bottom: 2px !important;
}

.holiday-offers .price .old-price,
.offers-season .price .old-price {
  margin-right: 0 !important;
  margin-bottom: 2px !important;
  font-weight: 100 !important;
  text-decoration: line-through !important;
  text-decoration-color: #775eec;
  opacity: 0.7 !important;
  text-align: left;
}

.holiday-offers .offers__item--prices {
  bottom: 0px !important;
  right: 0px !important;
}

.holiday-offers .selected-offers__price {
  display: inline-block;
  color: rgb(119, 94, 236);
  font-size: 18px !important;
  font-weight: 700;
  margin-right: 20px;
  margin-bottom: 2px;
}

.holiday-offers .old-price {
  margin-right: 0px;
  margin-bottom: 2px !important;
  font-weight: 100 !important;
  opacity: 0.7 !important;
  text-decoration: line-through;
  color: rgb(119, 94, 236) !important;
  text-decoration-color: #775eec !important;
}

.holiday-offers .offers__item--prices,
.offers-season .offers__item--prices {
  bottom: 1px !important;
  left: 8px !important;
  align-items: flex-start !important;
}

#holiday-offer .pick-prices.mb-m .old-price,
.pick-prices.mb-m .old-price {
  padding-top: 4px;
  color: #989898 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-decoration-color: #989898 !important;
}

.pick-prices.mb-m .price {
  display: grid;
}

.similar-offers__bottom.d-block {
  display: block !important;
}

.cruise-offers .offers__item--prices {
  bottom: 0px !important;
  left: 8px !important;
  align-items: flex-start !important;
}

.cruise-offers .price span {
  display: inline-block;
  color: rgb(119, 94, 236) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  /* margin-right: 20px !important; */
  margin-bottom: 2px !important;
}

/* .currency-group .converted-currency {
           font-size: 0.9em;
           opacity: 0.8;
       } */

/* Стилове за карточки с оферти */
.offers__item--prices .currency-group {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 2px 0;
  line-height: 1.1;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.offers__item--prices .currency-group .old-price {
  font-size: 0.85em;
  opacity: 0.7;
  margin-bottom: 0;
}

.offers__item--prices .currency-group .current-price {
  font-weight: bold;
  color: #775eec;
}

.offers__item--prices .currency-group .separator {
  color: #775eec;
  opacity: 0.6;
  font-size: 0.9em;
  margin: 0 1px;
}

/* Стилове за избрани оферти */
.selected-offers__prices .currency-group {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 2px 0;
  line-height: 1.1;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.selected-offers__prices .currency-group .old-price {
  font-size: 0.85em;
  opacity: 0.7;
  margin-bottom: 0;
}

.selected-offers__prices .currency-group .current-price {
  font-weight: bold;
  color: #775eec;
}

.selected-offers__prices .currency-group .separator {
  color: #775eec;
  opacity: 0.6;
  font-size: 0.9em;
  margin: 0 1px;
}

/* Стилове за екскурзии */
.excursions__price .currency-group {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 1px 0;
  line-height: 1;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.excursions__price .currency-group .old-price {
  font-size: 0.8em;
  opacity: 0.7;
  margin-bottom: 0;
}

.excursions__price .currency-group .current-price {
  font-weight: bold;
  color: #775eec;
}

.excursions__price .currency-group .separator {
  color: #775eec;
  opacity: 0.6;
  font-size: 0.8em;
  margin: 0 1px;
}

/* Стилове за правилно позициониране на цените */
.excursions__price {
  display: block;
  margin-top: 5px;
  text-align: right;
}

.excursions__price p {
  margin: 0;
  padding: 0;
}

/* Стилове за таблицата с екскурзии */
.excursions__table td {
  vertical-align: top;
}

.excursions__table td:last-child {
  text-align: right;
  padding-left: 10px;
}

.excursions__table td:last-child span {
  color: #cd238e;
  font-weight: 700 !important;
  white-space: nowrap;
  font-size: 20px !important;
  text-decoration-color: #cd238e !important;
}

.excursions__table td:last-child .old-price {
  opacity: 0.7 !important;
  font-weight: 100 !important;
}

.excursions__table .price {
  display: grid;
}

.slick-slide .selected-offers__prices .price {
  display: grid;
}

.slick-slide .selected-offers__prices .price span {
  color: #cd238e;
  font-weight: 700 !important;
  white-space: nowrap;
  font-size: 20px !important;
  text-decoration-color: #cd238e !important;
}

.slick-slide .selected-offers__prices .old-price {
  opacity: 0.7 !important;
  font-weight: 100 !important;
}

/* Стилове за цените в таблицата */
.excursions__table .excursions__price {
  margin-top: 3px;
  line-height: 1.2;
}

/* Стилове за карточки с оферти - правилно позициониране */
.offers__item--prices {
  display: block;
  margin-top: 8px;
  text-align: right;
}

.offers__item--prices p {
  margin: 0;
  padding: 0;
}

/* Стилове за избрани оферти - правилно позициониране */
.selected-offers__prices {
  display: block;
  margin-top: 8px;
  text-align: right;
}

.selected-offers__prices p {
  margin: 0;
  padding: 0;
}

/* Стилове за ранни резервации - правилно позициониране */
.offer__info {
  display: block;
  margin-top: 5px;
  text-align: right;
}

.behave-as-tabs-nav .offer__info,
.grid-container .offer__info {
  text-align: center;
}

.offer__info p {
  margin: 0;
  padding: 0;
}

/* Стилове за подобни оферти - правилно позициониране */
.similar-offers__bottom--right {
  display: block;
  margin-top: 5px;
  text-align: right;
}

.similar-offers__bottom--right p {
  margin: 0;
  padding: 0;
}

/* Допълнителни стилове за правилно позициониране */
.offers__item--title {
  margin-bottom: 5px;
}

.selected-offers__title {
  margin-bottom: 5px;
}

.offer__title {
  margin-bottom: 5px;
}

.excursions__title {
  margin-bottom: 3px;
}

/* Стилове за предотвратяване на препокриване */
.offers__item--inner {
  position: relative;
}

.offers__item--prices {
  position: relative;
  z-index: 1;
}

/* Стилове за правилно подреждане в карточките */
.offers__item--tags {
  margin-bottom: 8px;
}

.selected-offers__tags {
  margin-bottom: 8px;
}

/* Стилове за правилно подреждане на цените */
.offers__item--prices .currency-group:first-child {
  margin-bottom: 2px;
}

.selected-offers__prices .currency-group:first-child {
  margin-bottom: 2px;
}

.excursions__price .currency-group:first-child {
  margin-bottom: 1px;
}

.offer__info .currency-group:first-child {
  margin-bottom: 2px;
}

.similar-offers__bottom--right .currency-group:first-child {
  margin-bottom: 2px;
}

/* Стилове за компактни цени в карточките */
.offers__item--prices .currency-group.compact-dual {
  font-size: 0.8em;
  gap: 3px;
  margin: 0.5px 0;
}

.selected-offers__prices .currency-group.compact-dual {
  font-size: 0.8em;
  gap: 3px;
  margin: 0.5px 0;
}

.excursions__price .currency-group.compact-dual {
  font-size: 0.75em;
  gap: 2px;
  margin: 0.3px 0;
}

/* Връщане на стария дизайн с 3 елемента на ред */
.offers {
  display: flex !important;
  flex-flow: row wrap !important;
  max-width: 1040px !important;
  margin: 20px auto !important;
}

.offers__item {
  flex: 0 0 25% !important;
  overflow: hidden !important;
  width: 25% !important;
  max-width: 25% !important;
}

/* Специфични стилове за страници за търсене */
.site-block .offers {
  display: flex !important;
  flex-flow: row wrap !important;
  max-width: 1040px !important;
  margin: 20px auto !important;
}

.site-block .offers__item {
  flex: 0 0 25% !important;
  overflow: hidden !important;
  width: 25% !important;
  max-width: 25% !important;
}

/* Специфични стилове за wrapper */
.wrapper .offers {
  display: flex !important;
  flex-flow: row wrap !important;
  max-width: 1040px !important;
  margin: 20px auto !important;
}

.wrapper .offers__item {
  flex: 0 0 25% !important;
  overflow: hidden !important;
  width: 25% !important;
  max-width: 25% !important;
}

/* Подобрения на дизайна на карточките */
.offers__item--inner {
  height: calc(100% - 20px) !important;
  margin: 10px !important;
  padding: 0 20px 47px !important;
  position: relative !important;
  font-size: 14px !important;
  background: #fff !important;
  border: 1px solid #d9d7e7 !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

.offers__item--inner:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-2px) !important;
}

.offers__item--preview {
  overflow: hidden !important;
  margin: -1px -21px 15px !important;
  border-radius: 10px 10px 0 0 !important;
}

.offers__item--preview img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  transition: transform 0.3s ease !important;
}

.offers__item--inner:hover .offers__item--preview img {
  transform: scale(1.05) !important;
}

.offers__item--title {
  margin-bottom: 12px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.125 !important;
  color: #3a3a3a !important;
  min-height: 40px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.offers__item--tags {
  margin: -8px 0 25px !important;
  font-size: 0 !important;
  color: #868686 !important;
}

.offers__item--tags span {
  display: inline-block !important;
  font-size: 15px !important;
  margin: 12px 20px 0 0 !important;
}

/* Подобрения на цените */
.offers__item--prices {
  position: absolute !important;
  bottom: 17px !important;
  left: 20px !important;
  right: 20px !important;
  white-space: nowrap !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  background: rgba(255, 255, 255, 0.95) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  backdrop-filter: blur(5px) !important;
}

/* По-големи шрифтове само за страници за търсене */
body[data-page*="excursions-search"]
  .offers__item--prices
  .currency-group.compact-dual,
body[data-page*="holidays_search"]
  .offers__item--prices
  .currency-group.compact-dual,
body[data-page*="cruises-search"]
  .offers__item--prices
  .currency-group.compact-dual {
  font-size: 1.1em !important;
  gap: 6px !important;
  line-height: 1.2 !important;
}

body[data-page*="excursions-search"]
  .offers__item--prices
  .currency-group.compact-dual
  .old-price,
body[data-page*="holidays_search"]
  .offers__item--prices
  .currency-group.compact-dual
  .old-price,
body[data-page*="cruises-search"]
  .offers__item--prices
  .currency-group.compact-dual
  .old-price {
  font-size: 1em !important;
  opacity: 0.7 !important;
}

body[data-page*="excursions-search"]
  .offers__item--prices
  .currency-group.compact-dual
  .current-price,
body[data-page*="holidays_search"]
  .offers__item--prices
  .currency-group.compact-dual
  .current-price,
body[data-page*="cruises-search"]
  .offers__item--prices
  .currency-group.compact-dual
  .current-price {
  font-size: 1.05em !important;
}

body[data-page*="excursions-search"]
  .offers__item--prices
  .currency-group.compact-dual
  .separator,
body[data-page*="holidays_search"]
  .offers__item--prices
  .currency-group.compact-dual
  .separator,
body[data-page*="cruises-search"]
  .offers__item--prices
  .currency-group.compact-dual
  .separator {
  font-size: 0.9em !important;
  margin: 0 2px !important;
}

/* По-големи шрифтове за заглавия и детайли на страници за търсене */
body[data-page*="excursions-search"] .offers__item--title,
body[data-page*="holidays_search"] .offers__item--title,
body[data-page*="cruises-search"] .offers__item--title {
  font-size: 20px !important;
  line-height: 1.2 !important;
  min-height: 48px !important;
}

body[data-page*="excursions-search"] .offers__item--tags span,
body[data-page*="holidays_search"] .offers__item--tags span,
body[data-page*="cruises-search"] .offers__item--tags span {
  font-size: 16px !important;
  margin: 14px 20px 0 0 !important;
}

body[data-page*="excursions-search"] .offers__item--inner,
body[data-page*="holidays_search"] .offers__item--inner,
body[data-page*="cruises-search"] .offers__item--inner {
  font-size: 15px !important;
  padding: 0 20px 55px !important;
}

/* По-големи бутони и етикети на страници за търсене */
body[data-page*="excursions-search"] .offers__item--icons .label,
body[data-page*="holidays_search"] .offers__item--icons .label,
body[data-page*="cruises-search"] .offers__item--icons .label {
  font-size: 14px !important;
  padding: 12px 22px !important;
  min-height: 38px !important;
}

body[data-page*="excursions-search"] .offers__item--icons .ico,
body[data-page*="holidays_search"] .offers__item--icons .ico,
body[data-page*="cruises-search"] .offers__item--icons .ico {
  height: 38px !important;
  width: 38px !important;
  font-size: 20px !important;
  padding-top: 9px !important;
}

/* Подобрения на бутоните */
.offers__item--icons .label {
  min-height: 34px !important;
  display: inline-block !important;
  margin-top: 10px !important;
  padding: 10px 20px !important;
  color: #fff !important;
  background: #775eec !important;
  border-radius: 0 100px 100px 0 !important;
  vertical-align: top !important;
  /* font-weight: 500 !important; */
  font-size: 13px !important;
  /* text-transform: uppercase !important; */
  letter-spacing: 0.5px !important;
}

.offers__item--icons .ico {
  display: inline-block !important;
  height: 34px !important;
  width: 34px !important;
  margin: 10px 0 0 10px !important;
  padding-top: 8px !important;
  font-size: 18px !important;
  text-align: center !important;
  background: #775eec !important;
  border-radius: 100px !important;
  vertical-align: top !important;
  transition: all 0.3s ease !important;
}

.offers__item--icons .ico:hover {
  background: #694fe0 !important;
  transform: scale(1.1) !important;
}

/* Подобрения на линковете */
.offers__item--link {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  text-indent: -10000px !important;
  border-radius: 10px !important;
}

/* Подобрения на общия layout */
.site-block {
  /* padding: 40px 0 !important; */
}

.site-block .wrapper {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* Подобрения на заглавията */
.section__title-2 {
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #3a3a3a !important;
  text-align: center !important;
  margin-bottom: 10px !important;
}

.section__subtitle-2 {
  font-size: 18px !important;
  color: #868686 !important;
  text-align: center !important;
  margin-bottom: 40px !important;
}

/* Подобрения на пагинацията */
.paging {
  text-align: center !important;
  margin-top: 40px !important;
}

.paging a {
  display: inline-block;
  margin: 0 4px;
  height: 50px;
  width: 50px;
  padding-top: 15px;
  color: #cd238e;
  font-size: 18px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}

.paging a:hover,
.paging a.active {
  background: transparent !important;
  color: #cd238e !important;
  border-color: #cd238e !important;
}

.hotels .old-price {
  margin-right: 0;
  margin-bottom: 2px !important;
  font-weight: 100 !important;
  text-decoration: line-through !important;
  opacity: 0.7 !important;
  display: inline-block;
  color: #775eec !important;
  font-size: 18px !important;
}

.hotels .price span {
  display: inline-block;
  color: #775eec;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.similar-offers .price {
  display: grid;
}

.price-button {
  max-width: 350px;
}

.price-button .price-value {
  padding: 0 5px 0 5px;
}
/* Медия заявки за responsive дизайн */
@media screen and (max-width: 61.9em) {
  .offers__item {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }

  .site-block .offers__item,
  .wrapper .offers__item {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 32.9em) {
  .offers__item {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .site-block .offers__item,
  .wrapper .offers__item {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .offers__item--inner {
    margin: 5px !important;
    /* padding: 0 15px 40px !important; */
  }

  .offers__item--title {
    font-size: 16px !important;
    min-height: 35px !important;
  }

  .offers__item--prices {
    padding: 0px 10px !important;
  }

  /* Responsive стилове за по-големи шрифтове на мобилни */
  body[data-page*="excursions-search"] .offers__item--title,
  body[data-page*="holidays_search"] .offers__item--title,
  body[data-page*="cruises-search"] .offers__item--title {
    font-size: 18px !important;
    min-height: 42px !important;
  }

  body[data-page*="excursions-search"] .offers__item--tags span,
  body[data-page*="holidays_search"] .offers__item--tags span,
  body[data-page*="cruises-search"] .offers__item--tags span {
    font-size: 15px !important;
  }

  body[data-page*="excursions-search"]
    .offers__item--prices
    .currency-group.compact-dual,
  body[data-page*="holidays_search"]
    .offers__item--prices
    .currency-group.compact-dual,
  body[data-page*="cruises-search"]
    .offers__item--prices
    .currency-group.compact-dual {
    font-size: 1em !important;
  }
}

/* Специфични стилове за екскурзии */
.excursions {
  display: flex !important;
  flex-flow: row wrap !important;
  max-width: 1040px !important;
  margin: 20px auto !important;
}

.excursions__item {
  flex: 0 0 25% !important;
  overflow: hidden !important;
}

@media screen and (max-width: 61.9em) {
  .excursions__item {
    flex: 0 0 50% !important;
  }
}

@media screen and (max-width: 32.9em) {
  .excursions__item {
    flex: 0 0 100% !important;
  }
}

/* Групиране на цени по валута */
.price-overlay .original-currency {
  margin-bottom: 8px !important;
}

.price-overlay .converted-currency {
  margin-top: 0 !important;
}

/* Подобрено позициониране на двойните цени (като в изображение 3) */
.offers__item--prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.offers__item--prices .price {
  margin: 0;
  line-height: 1.2;
}

.offers__item--prices .original-currency {
  font-size: 1.2em;
  font-weight: bold;
  color: #775eec;
}

/* .offers__item--prices .converted-currency {
           font-size: 0.9em;
           color: #775eec;
           opacity: 0.8;
       } */

/* Стилове за карточки с оферти */
.offer__prices .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}

.offer__prices .original-currency {
  font-size: 1.1em;
  font-weight: bold;
  color: #775eec;
}

.offer__prices .converted-currency {
  font-size: 0.8em;
  color: #775eec;
  opacity: 0.8;
}

/* По-голям размер за основната цена в лв */
.original-currency .price-value {
  font-size: 1.3em !important;
  font-weight: bold !important;
}

.price-overlay .current-price.primary {
  font-size: 1.4em;
  font-weight: bold;
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 3px;
}

.price-overlay .current-price.secondary {
  font-size: 1em;
  color: white !important;
  margin-top: 2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Компактен формат за overlay цени */
.price-overlay .currency-group {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 1px 0 !important;
  line-height: 1.1 !important;
  flex-direction: row !important;
}

.price-overlay .currency-group .old-price {
  font-size: 0.85em !important;
  opacity: 0.7 !important;
  margin-bottom: 0 !important;
  color: white !important;
  text-decoration-color: white !important;
  display: inline-block !important;
}

.price-overlay .currency-group .current-price {
  font-weight: bold !important;
  color: white !important;
  display: inline-block !important;
}

.price-overlay .currency-group .separator {
  color: white !important;
  opacity: 0.8 !important;
  font-size: 0.9em !important;
  display: inline-block !important;
}

.price-overlay .currency-group .original-currency {
  font-size: 1.2em !important;
  color: white !important;
}

.price-overlay .currency-group .converted-currency {
  font-size: 1em !important;
  opacity: 0.9 !important;
  color: white !important;
}

/* Подобрено подреждане на цените в overlay */
.price-overlay .price {
  margin: 2px 0 !important;
  line-height: 1.2 !important;
  display: flex !important;
  flex-direction: row !important;
}

.price-overlay .currency-group {
  margin: 3px 0 !important;
}

/* По-големи размери за overlay */
.price-overlay .currency-group .original-currency {
  font-size: 1.3em !important;
  font-weight: bold !important;
}

.price-overlay .currency-group .converted-currency {
  font-size: 1.1em !important;
}

/* Допълнителни стилове за overlay цени */
.price-overlay p.price {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 2px 0 !important;
  color: white !important;
}

.price-overlay p.price span {
  display: inline-block !important;
  color: white !important;
}

.price-overlay p.price .old-price {
  text-decoration: line-through !important;
  text-decoration-color: white !important;
  color: white !important;
  opacity: 0.7 !important;
}

.price-overlay p.price .current-price {
  font-weight: bold !important;
  color: white !important;
}

.price-overlay p.price .separator {
  color: white !important;
  opacity: 0.8 !important;
}

/* Принудително прилагане на стилове за overlay */
.price-overlay * {
  color: white !important;
}

.price-overlay .price,
.price-overlay .price *,
.price-overlay .currency-group,
.price-overlay .currency-group * {
  color: white !important;
}

/* Осигуряване на правилно подреждане */
.price-overlay .price.currency-group {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;
  margin: 2px 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

/* Стилове за резултати от търсене */
.search-result-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.price-primary {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
}

.price-secondary {
  font-size: 0.8em;
  color: #666;
  margin-top: 2px;
}

/* Информационен dropdown */
.currency-info-text {
  font-size: 0.9em;
  color: #666;
}

.currency-explanation {
  padding: 10px;
  font-size: 0.8em;
  color: #666;
}

.currency-explanation ul {
  margin: 5px 0;
  padding-left: 15px;
}

/* Responsive дизайн */
@media (max-width: 768px) {
  .price-overlay {
    padding: 12px 15px;
    font-size: 0.9em;
    min-width: 120px;
    top: 10px;
    right: 10px;
  }

  .offer-price.secondary,
  .price-secondary {
    font-size: 0.7em;
  }

  .converted-price {
    font-size: 0.8em;
  }

  /* .currency-indicator {
               font-size: 0.6em;
               top: -3px;
               right: -3px;
           } */
}

/* Стилове за checkout цени */
.checkout-price .dual-price {
  font-size: 1.1em !important;
  font-weight: bold !important;
  color: #333 !important;
}

.checkout-price-button .dual-price {
  font-size: 1.1em !important;
  font-weight: bold !important;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Скриваме зачеркнатите цени в checkout бутона */
.checkout-price-button .old-price {
  display: none !important;
}

.checkout-price .price{
  display: grid!important;
}

.checkout-price .price span {
  display: flex;
  margin-top: 5px;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 400;
  text-decoration-color: #5a5a5a;
  align-items: baseline;
  padding-right: 5px;
}

/* Осигуряваме достатъчна ширина за бутона */
/* .price-button {
  min-width: 300px !important;
  border-radius: 25px !important;
  overflow: hidden !important;
}

.price-button .price-button__item:first-child {
  flex: 1 !important;
  min-width: 0 !important;
  padding-right: 10px !important;
}

/* Стилове за pill-shaped бутон */
/* .price-button {
  display: flex !important;
  border-radius: 50px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

.price-button .price-button__item {
  padding: 0px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
} */
