/* Production overrides — Villa Toscana */

/* Fotorama UI sprites (local copy optional: assets/libs/fotorama/fotorama.png) */
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.png) !important;
}

/* English version not restored yet */
.lang-switch {
    display: none !important;
}

/* Restaurant PDF / menu links */
.download-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem 1.25rem;
    margin-top: 0.5rem;
    text-align: center;
}

.download-links .download {
    margin-left: 0 !important;
}

@media only screen and (max-width: 600px) {
    .download-links {
        flex-direction: column;
        align-items: center;
    }

    .restoran-info .fotorama {
        max-width: 100%;
    }

    .fotorama__nav__frame--thumb {
        max-width: 22vw;
    }

    .video video {
        width: 100%;
        height: auto;
    }

    .header-container {
        flex-wrap: wrap;
    }

    .tel-header {
        font-size: 0.95rem;
    }
}

/* Fix typo in archived CSS (backup if main.css not patched) */
.mobile-nav__link {
    font-size: 21px;
}
