.elementor-kit-5417 .listivo-highlight-featured-listings
.listivo-listing-card-v4.listivo-listing-card-v4--featured
.listivo-listing-card-v4__gallery{
    border: none !important;
}

.elementor-kit-5417 .listivo-highlight-featured-listings
.listivo-listing-card-v4--featured .listivo-listing-card-v4__inner{
    border: 1px solid var(--e-global-color-lcolor4) !important;
    background: var(--e-global-color-lcolor5) !important;
}

.listivo-listing-card-v4__value > span{
    font-size: 20px;
    line-height: 20px;
    background: var(--e-global-color-lprimary1);
    padding: 0 5px;
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-lheading3-font-family);
    font-weight: var(--e-global-typography-lheading3-font-weight);
    letter-spacing: var(--e-global-typography-lheading3-letter-spacing);
    text-transform: var(--e-global-typography-lheading3-text-transform);
    font-style: var(--e-global-typography-lheading3-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading3-text-decoration);
    text-decoration: var(--e-global-typography-lheading3-text-decoration);
}

.elementor-kit-5417 .listivo-highlight-featured-listings
.listivo-listing-card-v4.listivo-listing-card-v4--featured
.listivo-listing-card-v4__attribute{
    color: var(--e-global-color-lcolor2) !important;
    background-color: var(--e-global-color-lcolor4) !important; 
}

.elementor-kit-5417 .listivo-highlight-featured-listings
.listivo-listing-card-v4--featured .listivo-listing-card-v4__bottom{
   border-color: var(--e-global-color-lcolor4) !important;
}

.listivo-featured-container {
    display: grid;
    grid-template-rows: 2fr 1fr;
    grid-template-columns: 1fr;
    gap: 5px;
    height: 100%;
}

.listivo-featured-slider-wrapper {
    grid-row: 1;
    position: relative;
    overflow: hidden;
}

.listivo-thumbnails-grid {
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 5px;
}

.listivo-thumbnail {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.listivo-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listivo-swiper-container,
.listivo-swiper-wrapper,
.listivo-swiper-slide {
    height: 100%;
}

.listivo-swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listivo-3d-tour-button__inner {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.listivo-3d-tour-button__inner:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* Для контейнера слайдера добавляем position: relative */
.listivo-featured-container,
.listivo-listing-card-v4__gallery {
  position: relative;
}
