.sube-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

.sube-card-main {
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.25);
    overflow: hidden;
}

.sube-hero {
    padding: 1.5rem 1.75rem 1.25rem 1.75rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    background: radial-gradient(circle at top left, #e0f2fe 0, #ffffff 55%);
}

.sube-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .35rem;
    line-height: 1.3;
}

.sube-meta {
    font-size: .85rem;
    color: #64748b;
}

.sube-body {
    padding: 1.5rem 1.75rem 1.75rem 1.75rem;
}

.sube-detay-body {
    line-height: 1.7;
    font-size: .96rem;
    color: #111827;
}

    .sube-detay-body p {
        margin-bottom: .8rem;
    }

.sube-side {
    border-left: 1px solid rgba(148, 163, 184, 0.25);
    background: linear-gradient(to bottom, #f9fafb, #eff6ff);
}

.sube-detay-img-main {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 1.2rem;
    margin-bottom: .75rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.45);
}

    .sube-detay-img-main.d-flex {
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.45);
    }

.sube-map-main {
    width: 100%;
    height: 320px;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
    margin-bottom: .75rem;
}

    .sube-map-main iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }

.sube-info-chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .25rem .6rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.15);
    font-size: .8rem;
    color: #475569;
    margin-right: .4rem;
    margin-top: .25rem;
}

.yol-tarifi-btn {
    width: 100%;
}

@media (max-width: 991.98px) {
    .sube-side {
        border-left: none;
        border-top: 1px solid rgba(148, 163, 184, 0.25);
        padding-top: 1.25rem;
    }

    .sube-card-main {
        border-radius: 1rem;
    }
}

#lightgallery .gallery-item {
    border-radius: .75rem;
    overflow: hidden;
    background: #f8fafc;
    height: 100%;
    transition: all .25s ease;
    border: 1px solid rgba(0,0,0,0.08);
}

    #lightgallery .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1 / 1;
        display: block;
    }

    #lightgallery .gallery-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    }
