/* ========================================
   CHOVNÍ PSI - Stránka s přehledem chovných psů a fen
   MOBILE FIRST - základní styly pro mobil
   ======================================== */

/* ========================================
   HLAVNÍ KONTEJNER - MOBIL
   ======================================== */

.detail-stanice {
    background-color: #f9f9f9;
    min-height: 100vh;
    padding: 12px 0;
    width: 100%;
}

.detail-stanice__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* ========================================
   SIDEBAR MENU - MOBIL (Dropdown)
   ======================================== */

.detail-stanice__sidebar {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #f9f9f9;
    padding: 12px 8px 20px 8px;
}

.sidebar-menu {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 4px;
}

/* Tlačítko dropdown - MOBIL */
.sidebar-menu__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: white;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sidebar-menu__toggle:hover,
.sidebar-menu__toggle:active {
    background-color: #f8f9fa;
}

.sidebar-menu__toggle-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-menu__toggle-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.sidebar-menu__toggle-icon svg {
    width: 100%;
    height: 100%;
    fill: #666;
}

/* Ikona otočená při otevření */
.sidebar-menu__toggle--open .sidebar-menu__toggle-icon {
    transform: rotate(180deg);
}

.sidebar-menu__toggle--open .sidebar-menu__toggle-icon svg {
    fill: #8b5cf6;
}

/* Skrytý title na mobilu */
.sidebar-menu__title {
    display: none;
}

/* Dropdown seznam - MOBIL */
.sidebar-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    background: white;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

/* Zobrazit seznam při otevření */
.sidebar-menu__list--open {
    display: flex;
}

.sidebar-menu__item {
    /* Položka seznamu */
}

.sidebar-menu__link {
    display: block;
    padding: 12px 20px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-menu__link:last-child {
    border-bottom: none;
}

.sidebar-menu__link:hover,
.sidebar-menu__link:active {
    background-color: #f5f5f5;
    color: #1a1a1a;
}

.sidebar-menu__link--active {
    background-color: #8b5cf6;
    color: white;
    font-weight: 600;
}

.sidebar-menu__link--active:hover {
    background-color: #7c3aed;
}


/* ========================================
   HLAVNÍ OBSAH - MOBIL
   ======================================== */

.detail-stanice__content {
    background: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: 90px;
    scroll-margin-top: 120px;
    position: relative;
    z-index: 1;
}

/* ========================================
   SEKCE S INFORMACEMI - MOBIL
   ======================================== */

.stanice-info {
    margin-bottom: 0;
    padding-bottom: 0;
}

.stanice-info__layout {
    display: flex;
    flex-direction: column;
}

.stanice-info__details {
    display: contents;
}

.stanice-info__name {
    order: 1;
    margin-bottom: 6px;
    font-size: 21px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stanice-info__subtitle {
    order: 2;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin: 0 0 12px 0;
}

.stanice-info__rating {
    order: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-top: 8px;
    margin-bottom: 24px;
    transition: all 0.2s ease;
}

.stanice-info__rating:hover,
.stanice-info__rating:active {
    opacity: 0.8;
}

.stanice-info__stars {
    display: flex;
    gap: 3px;
}

.stanice-info__star {
    width: 18px;
    height: 18px;
    fill: #fbbf24;
}

.stanice-info__reviews {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
        height: 16px;
    }
}

/* ========================================
   CHOVNÍ PSI - Stránka s přehledem chovných psů a fen
   MOBILE FIRST - základní styly pro mobil
   ======================================== */

/* ========================================
   HLAVNÍ SEKCE CHOVNÍ PSI - MOBIL
   ======================================== */

.chovni-psi {
    margin-top: 8px;
    padding: 0 4px;
}

.chovni-psi__title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px 0;
}

/* ========================================
   SEKCE PRO KAŽDÉ PLEMENO - MOBIL
   ======================================== */

.chovni-psi__breed {
    margin-bottom: 40px;
}

.chovni-psi__breed:last-child {
    margin-bottom: 0;
}

.chovni-psi__breed-title {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    padding: 14px 16px;
    background-color: #f0ebf8;
    border-left: 5px solid #8b5cf6;
}

/* ========================================
   SEKCE PSI / FENY - MOBIL
   ======================================== */

.chovni-psi__section {
    margin-bottom: 32px;
}

.chovni-psi__section:last-child {
    margin-bottom: 0;
}

.chovni-psi__section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px 0;
}

/* ========================================
   GRID S KARTAMI - MOBIL (horizontální scroll)
   ======================================== */

.chovni-psi__grid {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
    padding-bottom: 8px;
    /* Skrýt scrollbar na Webkit prohlížečích */
    scrollbar-width: thin;
    scrollbar-color: #d0d0d0 transparent;
}

.chovni-psi__grid::-webkit-scrollbar {
    height: 6px;
}

.chovni-psi__grid::-webkit-scrollbar-track {
    background: transparent;
}

.chovni-psi__grid::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 3px;
}

.chovni-psi__grid::-webkit-scrollbar-thumb:hover {
    background-color: #b0b0b0;
}

/* ========================================
   KARTA PSA/FENY - MOBIL
   ======================================== */

.dog-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    /* Širší karty na mobilu pro datum narození + úmrtí */
    width: calc(70% - 6px);
    flex-shrink: 0;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
}

.dog-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.dog-card__image-wrapper {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    flex-shrink: 0;
}

.dog-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.dog-card:hover .dog-card__image {
    transform: scale(1.05);
}

.dog-card__content {
    padding: 10px 10px 10px 8px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.dog-card__header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.dog-card__gender-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transform: translateY(2px);
}

.dog-card__gender-icon svg {
    width: 18px;
    height: 18px;
}

.dog-card__gender-icon--male {
    color: #64b5f6;
}

.dog-card__gender-icon--female {
    color: #f48fb1;
}

.dog-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    /* Zkrátit dlouhá jména s třemi tečkami */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.dog-card__info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    flex-grow: 1;
}

/* ========================================
   DATUM NAROZENÍ - MOBIL
   ======================================== */

.dog-card__birth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    width: fit-content;
}

.dog-card__birth-icon {
    width: 16px;
    height: 16px;
    fill: #999;
    transform: translateY(-2px);
}

/* ========================================
   DATUM ÚMRTÍ - MOBIL
   ======================================== */

.dog-card__death {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    width: fit-content;
}

.dog-card__death-icon {
    font-size: 16px;
    color: #999;
    line-height: 1;
    font-weight: 700;
    transform: translateY(-2px);
}

/* ========================================
   TLAČÍTKO NA KARTĚ - MOBIL
   ======================================== */

.dog-card__button {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.dog-card__button:hover,
.dog-card__button:active {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

/* ========================================
   ZESNULÝ PES - MOBIL
   ======================================== */

.dog-card--deceased .dog-card__image {
    filter: grayscale(100%) sepia(20%) brightness(0.92) contrast(1.1);
    position: relative;
}

/* Jemný tmavý overlay pro důstojný vzhled */
.dog-card--deceased .dog-card__image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

/* Štítky na zesnulých kartách - zachovat plné barvy a bílé písmo */
.dog-card--deceased .dog-card__badge {
    opacity: 1 !important;
    filter: none !important;
    color: #ffffff !important;
}

.dog-card--deceased .dog-card__button {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    color: white;
}

.dog-card--deceased .dog-card__button:hover,
.dog-card--deceased .dog-card__button:active {
    background: linear-gradient(135deg, #525e73 0%, #3b4557 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* ========================================
   RESPONZIVITA - TABLET (768px+)
   ======================================== */

@media (min-width: 768px) {
    .chovni-psi {
        margin-top: 12px;
        padding: 0;
    }

    .chovni-psi__title {
        font-size: 22px;
        margin-bottom: 28px;
    }

    .chovni-psi__breed {
        margin-bottom: 48px;
    }

    .chovni-psi__breed-title {
        font-size: 23px;
        margin-bottom: 24px;
        padding: 16px 20px;
    }

    .chovni-psi__section {
        margin-bottom: 36px;
    }

    .chovni-psi__section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* Grid na tabletu: horizontální scroll s většími kartami */
    .chovni-psi__grid {
        gap: 16px;
    }

    .dog-card {
        min-width: 320px;
    }

    .dog-card__image-wrapper {
        height: 220px;
    }

    .dog-card__content {
        padding: 20px;
    }

    .dog-card__gender-icon,
    .dog-card__gender-icon svg {
        width: 20px;
        height: 20px;
    }

    .dog-card__name {
        font-size: 17px;
    }

    .dog-card__info {
        gap: 10px;
        margin-bottom: 18px;
    }

    .dog-card__birth {
        font-size: 14px;
    }

    .dog-card__birth-icon {
        width: 17px;
        height: 17px;
    }

    .dog-card__button {
        padding: 13px 22px;
        font-size: 15px;
    }
}

/* ========================================
   RESPONZIVITA - DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
    .chovni-psi {
        margin-top: 16px;
    }

    .chovni-psi__title {
        font-size: 27px;
        margin-bottom: 32px;
    }

    .chovni-psi__breed {
        margin-bottom: 56px;
    }

    .chovni-psi__breed-title {
        font-size: 27px;
        margin-bottom: 28px;
        padding: 18px 24px;
    }

    .chovni-psi__section {
        margin-bottom: 40px;
    }

    .chovni-psi__section-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    /* Grid na desktopu: 3 karty vedle sebe (bez horizontálního scrollu) */
    .chovni-psi__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        overflow: visible;
        scroll-snap-type: none;
        padding-bottom: 0;
        align-items: start;
    }

    .dog-card {
        min-width: auto;
        max-width: none;
        width: 100%;
        flex-shrink: 1;
        scroll-snap-align: none;
        height: auto;
    }

    .dog-card__image-wrapper {
        height: 260px;
    }

    .dog-card__content {
        padding: 24px;
    }

    .dog-card__gender-icon,
    .dog-card__gender-icon svg {
        width: 22px;
        height: 22px;
    }

    .dog-card__name {
        font-size: 18px;
    }

    .dog-card__info {
        gap: 12px;
        margin-bottom: 20px;
    }

    .dog-card__birth {
        font-size: 14px;
    }

    .dog-card__birth-icon {
        width: 18px;
        height: 18px;
    }

    .dog-card__death-icon {
        font-size: 20px;
        transform: translateY(-1px);
    }

    .dog-card__button {
        padding: 14px 24px;
        font-size: 15px;
    }
}
   RESPONZIVITA - VELKÉ DISPLEJE (1400px+)
   ======================================== */

@media (min-width: 1400px) {
    /* Grid na velkých displejích: stále 3 karty, ale s větším gap */
    .chovni-psi__grid {
        gap: 28px;
    }
}

/* ========================================
   ŠTÍTKY NA KARTÁCH PSŮ - MOBIL
   ======================================== */

.dog-card__badges {
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-wrap: wrap;
    max-width: calc(100% - 16px);
    z-index: 10;
}

.dog-card__badge {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff !important;
    white-space: nowrap;
    opacity: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    filter: none !important;
}

/* ========================================
   CHOVNÝ STATUS
   ======================================== */

.dog-card__badge--chovny {
    background-color: #00C853;  /* jasná živá zelená */
    color: #ffffff;
}

.dog-card__badge--chovna {
    background-color: #00C853;  /* jasná živá zelená */
    color: #ffffff;
}

.dog-card__badge--nadeje {
    background-color: #FF9800;  /* jasná oranžová */
    color: #ffffff;
}

.dog-card__badge--mazlicek {
    background-color: #9E9E9E;  /* neutrální šedá */
    color: #ffffff;
}

/* ========================================
   DOSTUPNOST PRO KRYTÍ (PSI)
   ======================================== */

.dog-card__badge--verejne-dostupny {
    background-color: #2196F3;  /* jasná modrá */
    color: #ffffff;
}

.dog-card__badge--kryje-omezeně {
    background-color: #9C27B0;  /* jasná fialová */
    color: #ffffff;
}

.dog-card__badge--docasne-nedostupny {
    background-color: #757575;  /* tmavší šedá */
    color: #ffffff;
}

/* ========================================
   BIOLOGICKÝ STATUS (FENY)
   ======================================== */

.dog-card__badge--v-planu {
    background-color: #00BCD4;  /* jasná tyrkysová */
    color: #ffffff;
}

.dog-card__badge--nakryta {
    background-color: #FF5722;  /* jasná červeno-oranžová */
    color: #ffffff;
}

.dog-card__badge--ma-stenata {
    background-color: #E91E63;  /* jasná růžová */
    color: #ffffff;
}

.dog-card__badge--v-odpocinku {
    background-color: #009688;  /* jasná teal */
    color: #ffffff;
}

/* ========================================
   KARIÉRA
   ======================================== */

.dog-card__badge--v-penzi {
    background-color: #FF6F00;  /* jasná tmavší oranžová */
    color: #ffffff;
}

.dog-card__badge--na-prodej {
    background-color: #F44336;  /* jasná červená */
    color: #ffffff;
}

.dog-card__badge--spoluvlastnictvi {
    background-color: #00ACC1;  /* jasná cyan */
    color: #ffffff;
}

/* ========================================
   MEMORIAL
   ======================================== */

.dog-card__badge--in-memoriam {
    background-color: #9E9E9E !important;
    color: #fff !important;
    text-shadow: none !important;
}

.dog-card__badge.dog-card__badge--in-memoriam {
    color: #fff !important;
}

.dog-card__badge--zakladatel {
    background-color: #FFC107 !important;
    color: #fff !important;
    font-weight: 700;
    text-shadow: none !important;
}

.dog-card__badge.dog-card__badge--zakladatel {
    color: #fff !important;
}

/* ========================================
   RESPONZIVITA ŠTÍTKŮ - TABLET (768px+)
   ======================================== */

@media (min-width: 768px) {
    .dog-card__badges {
        bottom: 12px;
        left: 12px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
        max-width: calc(100% - 24px);
    }

    /* Zachovat stejné velikosti jako na mobilu a homepage */
    .dog-card__badge {
        font-size: 11px;
        padding: 4px 10px;
    }
}

/* ========================================
   RESPONZIVITA ŠTÍTKŮ - DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
    .dog-card__badges {
        bottom: 16px;
        left: 16px;
        gap: 6px;
        max-width: calc(100% - 32px);
    }

    /* Zachovat stejné velikosti jako na mobilu a homepage */
    .dog-card__badge {
        font-size: 11px;
        padding: 4px 10px;
    }

/* ========================================
   RESPONZIVITA - TABLET (768px+)
   ======================================== */

@media (min-width: 768px) {
    .detail-stanice {
        padding: 60px 0;
    }

    .detail-stanice__container {
        padding: 0 40px;
        gap: 20px;
    }

    .detail-stanice__sidebar {
        top: 72px;
        padding: 12px 0;
    }

    .sidebar-menu__link {
        padding: 12px 40px;
        font-size: 14px;
        border-radius: 0;
    }

    .sidebar-menu__toggle {
        padding: 14px 40px;
    }

    .detail-stanice__content {
        padding: 24px;
        margin-top: 68px;
    }

    .stanice-info__name {
        font-size: 26px;
        gap: 10px;
    }

    .stanice-info__rating {
        margin-bottom: 32px;
    }

    .stanice-info__star {
        width: 20px;
        height: 20px;
    }
}
        font-size: 13px;
        padding: 10px 14px;
    }
}

/* ========================================
   RESPONZIVITA - DESKTOP (1024px+)
   ======================================== */

@media (min-width: 1024px) {
    .detail-stanice {
        padding: 60px 0;
    }

    .detail-stanice__container {
        max-width: 1400px;
        padding: 0 40px;
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 40px;
    }

    /* Sidebar - DESKTOP: Vertikální menu */
    .detail-stanice__sidebar {
        position: static;
        padding: 0;
        margin: 0;
        background-color: transparent;
    }

    /* Skrýt dropdown tlačítko na desktopu */
    .sidebar-menu__toggle {
        display: none;
    }

    .sidebar-menu {
        padding: 20px;
    }

    /* Zobrazit title na desktopu */
    .sidebar-menu__title {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 16px 0;
        padding-bottom: 14px;
        border-bottom: 2px solid #f0f0f0;
    }

    /* Seznam vždy viditelný na desktopu */
    .sidebar-menu__list {
        display: flex !important;
        flex-direction: column;
        margin-top: 0;
        box-shadow: none;
        gap: 4px;
    }

    .sidebar-menu__item {
        flex-shrink: 1;
    }

    .sidebar-menu__link {
        padding: 12px 16px;
        font-size: 16px;
        border-radius: 6px;
    }

    /* Submenu - první úroveň - desktop */
    .sidebar-menu__submenu-link {
        padding: 10px 12px 10px 20px;
        font-size: 14px;
    }

    /* Submenu - druhá úroveň - desktop */
    .sidebar-menu__submenu-level2-link {
        padding: 9px 12px 9px 28px;
        font-size: 14px;
    }

    /* Obsah - DESKTOP */
    .detail-stanice__content {
        padding: 36px;
        margin-top: 0;
    }

    /* Reset margin-top pro detail psa na desktopu */
    .page-detail-pes .detail-stanice__content {
        margin-top: 0;
    }

    .stanice-info {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* Desktop styly pro tlačítko v sekci stanice-info */
    .stanice-info__contact-button {
        width: 340px;
        padding: 14px 32px;
        font-size: 18px;
        margin: 24px auto 0 auto;
    }

    /* Desktop - skrýt tlačítko v sekci O nás */
    .o-nas .stanice-info__contact-button {
        display: none;
    }

    .stanice-info__layout {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    /* Detaily a meta rozdělit pomocí display: contents */
    .stanice-info__details,
    .stanice-info__meta {
        display: contents;
    }

    /* 1. Nadpis */
    .stanice-info__name {
        font-size: 33px;
        order: 1;
        margin-top: 0;
        margin-bottom: 6px;
        gap: 12px;
    }

    .stanice-info__gender {
        width: 32px;
        height: 32px;
    }

    .stanice-info__gender svg {
        width: 32px;
        height: 32px;
    }

    .details-table__verified {
        width: 20px;
        height: 20px;
    }

    .details-table__verified svg {
        width: 20px;
        height: 20px;
    }

    /* Reset margin-top pro nadpis na desktopu */
    .page-detail-pes .stanice-info__name {
        margin-top: 0;
    }

    /* 2. Název stanice */
    .stanice-info__station {
        font-size: 20px;
        font-weight: 400;
        color: #666;
        margin: 0 0 8px 0;
        order: 2;
    }

    /* 3. Hvězdičky */
    .stanice-info__rating {
        margin-top: 0;
        margin-bottom: 16px;
        order: 3;
    }

    /* 4. Podtitul */
    .stanice-info__subtitle {
        font-size: 17px;
        margin-top: 2px;
        order: 4;
    }

    /* 5. Lokalita */
    .stanice-info__location {
        order: 5;
    }

    /* 6. Tabulka s detaily */
    .stanice-info__details-table {
        order: 6;
    }

    /* 7. Fotka přes celou šířku */
    .stanice-info__photo-wrapper {
        order: 7;
        width: 100%;
        max-width: none;
    }

    .stanice-info__photo {
        aspect-ratio: 16 / 9;
    }

    /* Fotogalerie - DESKTOP */
    .photo-gallery__image {
        aspect-ratio: 16 / 9;
    }
