.balkanea_hotel_slider {
  width: 100%;
  height: 100%;
  /* Swiper navigation buttons */
  /* Swiper pagination dots */
}
.balkanea_hotel_slider .hotel-card {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  font-family: Arial, sans-serif;
  background: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.balkanea_hotel_slider .hotel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.balkanea_hotel_slider .hotel-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.balkanea_hotel_slider .hotel-card__content {
  padding: 15px;
  margin-right: 0 !important;
}
.balkanea_hotel_slider .hotel-card__name {
  font-size: 1.2rem !important;
  font-weight: bold;
  margin: 0 0 5px;
  color: #333;
}
.balkanea_hotel_slider .hotel-card__address {
  font-size: 0.9rem;
  color: #777;
  margin: 0 0 10px;
}
.balkanea_hotel_slider .hotel-card__reviews {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #555;
  gap: 4px;
}
.balkanea_hotel_slider .hotel-card__stars {
  color: #f5a623;
  margin-right: 5px;
}
.balkanea_hotel_slider .hotel-card__review-count {
  color: #999;
  margin-left: auto;
}
.balkanea_hotel_slider .hotel-card .hotel-rating {
  margin-left: auto;
  margin-bottom: 0;
  display: flex !important;
  gap: 8px;
  width: 100%;
}
.balkanea_hotel_slider .hotel-card .hotel-rating .hotel-rating__reviews {
  display: flex !important;
  flex-direction: column;
}
.balkanea_hotel_slider .hotel-card .hotel-rating .hotel-rating__reviews span:first-of-type {
  font-size: 16px;
  line-height: 18px;
  color: #2d3137;
}
.balkanea_hotel_slider .hotel-card .hotel-rating .hotel-rating__reviews span:last-of-type {
  font-size: 12px;
  line-height: 14px;
  color: #868686;
}
.balkanea_hotel_slider .hotel-card .hotel-rating .hotel-rating__grade {
  height: fit-content;
  background: #28a745;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-weight: 600;
}
.balkanea_hotel_slider .hotel-card .hotel-rating .card-hotel__info {
  font-size: 14px;
  line-height: 16px !important;
  font-style: italic;
}
.balkanea_hotel_slider .swiper-button-next,
.balkanea_hotel_slider .swiper-button-prev {
  color: #333;
  transition: color 0.3s, transform 0.3s;
}
.balkanea_hotel_slider .swiper-button-next:hover,
.balkanea_hotel_slider .swiper-button-prev:hover {
  color: #f5a623;
  transform: scale(1.2);
}
.balkanea_hotel_slider .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.balkanea_hotel_slider .swiper-pagination-bullet-active {
  background: #f5a623;
}
.balkanea_hotel_slider .swiper-button-next, .balkanea_hotel_slider .swiper-button-prev {
  width: 45px;
  height: 45px;
  top: 40%;
}
.balkanea_hotel_slider .swiper-button-next svg, .balkanea_hotel_slider .swiper-button-prev svg {
  font-size: 45px;
}
.balkanea_hotel_slider .swiper-button-next:after, .balkanea_hotel_slider .swiper-button-prev:after {
  display: none;
}
.balkanea_hotel_slider .swiper-wrapper {
  margin-right: 0 !important;
}

.live-search-results {
  border: 1px solid #000;
  padding: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: var(--e-a-bg-default);
  border: var(--e-a-border-bold);
}
.live-search-results li {
  padding: 4px 0;
  border-bottom: 1px solid var(--e-a-border-bold);
}

/*# sourceMappingURL=hotel-slider-main.css.map */
