/**
 * Voco Szobaink - Styles
 */

.voco-szobaink-wrapper {
    width: 100%;
}

/* Szoba item */
.voco-szoba-item {
    display: flex;
    gap: 40px;
        background-color: #F9F7F3;
    margin-bottom: 60px;
    align-items: stretch;
}

.voco-szoba-item:last-child {
    margin-bottom: 0;
}

/* Reversed layout - gallery on right */
.voco-szoba-item.voco-szoba-reversed {
    flex-direction: row-reverse;
}

/* Gallery */
.voco-szoba-galeria {
    flex: 1;
    min-width: 0;
}

.voco-szoba-slider {
    width: 100%;
    overflow: hidden;
}

.voco-szoba-slider .splide__track {
    overflow: hidden;
}

.voco-szoba-slider .splide__slide {
    overflow: hidden;
}

.voco-szoba-figure {
    margin: 0;
    padding: 0;
    position: relative;
}

.voco-szoba-slider .splide__slide img {
    width: 100%;
    aspect-ratio: 8 / 10;
    object-fit: cover;
    display: block;
}

/* Képfelirat (Médiatár "Felirat" + "Leírás" mezőkből) */
.voco-szoba-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.voco-szoba-caption-title {
    font-weight: 600;
    font-size: 14px;
}

.voco-szoba-caption-desc {
    opacity: 0.9;
}

/* Képernyőolvasó számára elérhető, vizuálisan elrejtett szöveg */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal !important;
}

/* Fókusz látható megjelenítés (akadálymentes navigáció) */
.voco-szoba-slider .splide__arrow:focus-visible,
.voco-szoba-button:focus-visible {
    outline: 3px solid #2271b1;
    outline-offset: 2px;
}

/* Slider arrows */
.voco-szoba-slider .splide__arrow {
    background: rgba(255, 255, 255, 0.9);
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.voco-szoba-slider .splide__arrow svg {
    display: none;
}

.voco-szoba-slider .splide__arrow::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23333333' d='m44 108c-1.023 0-2.047-.391-2.828-1.172-1.563-1.563-1.563-4.094 0-5.656l37.172-37.172-37.172-37.172c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0l40 40c1.563 1.563 1.563 4.094 0 5.656l-40 40c-.781.781-1.805 1.172-2.828 1.172z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.voco-szoba-slider .splide__arrow--prev::after {
    transform: rotate(180deg);
}

/* Slider pagination */
.voco-szoba-slider .splide__pagination {
    bottom: 15px;
}

.voco-szoba-slider .splide__pagination__page {
    background: rgba(255, 255, 255, 0.6);
}

.voco-szoba-slider .splide__pagination__page.is-active {
    background: #fff;
}

.voco-szoba-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    align-items: flex-start;
}

/* Szoba piktogramok */
.voco-szoba-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.voco-szoba-icon-item {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.voco-szoba-icon {
    width: 50px !important;
    height: 50px !important;
    padding: 10px;
    object-fit: contain;
    background-color: #ffffff;
    border-radius: 10px !important;
}

.voco-szoba-title {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    line-height: 1.2;
    font-family: "Montserrat", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #333333;
    position: relative;
}

.voco-szoba-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background-color: #f8b90a;
}

.voco-szoba-description {
    margin-bottom: 25px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.08px;
    color: #000000;
}

.voco-szoba-description p {
    margin: 0 0 15px 0;
}

.voco-szoba-description p:last-child {
    margin-bottom: 0;
}

/* Felszereltség */
.voco-szoba-felszereltseg {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.voco-felszereltseg-item {
    margin: 0;
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 20px;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
}

.voco-szoba-button {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 35px;
    border-radius: 50px;
    background-color: #f8b90a;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.voco-szoba-button:hover {
    background-color: #333333;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .voco-szoba-item {
        flex-direction: column !important;
        gap: 25px;
        margin-bottom: 50px;
    }
    
    .voco-szoba-content {
        padding: 0;
    }
    
    .voco-szoba-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 600px) {
    .voco-szoba-item {
        margin-bottom: 40px;
    }
    
    .voco-szoba-title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    
    .voco-szoba-description {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    
    .voco-felszereltseg-item {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
}
