.vovo-elementor-notice {
    padding: 1rem 1.25rem;
    background: #fffbeb;
    border: 1px dashed #fde68a;
    color: #92400e;
    border-radius: 8px;
    font-size: 0.85rem;
    text-align: center;
}

.vovo-property-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.vovo-property-type-card {
    display: block;
    padding: 1.5rem 1rem;
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none;
    color: #0f172a;
    font-weight: 600;
}

.vovo-property-type-card:hover {
    background: #eff6ff;
    border-color: #93c5fd;
}

/* Gallery style variants — same markup/JS as the default "Big + Thumbs"
   gallery, pure CSS layout differences. */
.vovo-gallery-style-grid .vovo-gallery-main {
    display: none;
}

.vovo-gallery-style-grid .vovo-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.5rem;
}

.vovo-gallery-style-grid .vovo-gallery-thumbs img {
    width: 100%;
    height: 110px;
}

.vovo-gallery-style-strip .vovo-gallery-main {
    aspect-ratio: 21 / 9;
}

.vovo-gallery-style-strip .vovo-gallery-thumbs {
    overflow-x: auto;
    flex-wrap: nowrap;
}

.vovo-gallery-style-mosaic .vovo-gallery-main {
    display: none;
}

.vovo-gallery-style-mosaic .vovo-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 90px;
    gap: 0.4rem;
}

.vovo-gallery-style-mosaic .vovo-gallery-thumbs img {
    width: 100%;
    height: 100%;
}

.vovo-gallery-style-mosaic .vovo-gallery-thumbs img:first-child {
    grid-column: span 2;
    grid-row: span 2;
    height: 100%;
}

/* Image Slider widget */
.vovo-image-slider {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    background: #e2e8f0;
}

.vovo-image-slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.3s ease;
}

.vovo-image-slider-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.vovo-image-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.3rem;
}

.vovo-image-slider-prev { left: 0.75rem; }
.vovo-image-slider-next { right: 0.75rem; }

.vovo-image-slider-dots {
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.35rem;
}

.vovo-image-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    padding: 0;
}

.vovo-image-slider-dot.active {
    background: #fff;
}

.vovo-elementor-empty {
    color: #64748b;
    font-size: 0.9rem;
}

.vovo-elementor-saved-searches {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vovo-elementor-saved-searches li {
    padding: 0.4rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.vovo-elementor-saved-searches a {
    color: #2563eb;
    text-decoration: none;
}
