﻿
.styled-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 992px) {
    .kocaelilogo {
        max-width: 40% !important;
    }
    .uplogo{
        max-width:50% !important;
    }
}

    .styled-list li {
        margin: 8px 0;
        background-color: #f5f5f5;
        border-radius: 8px;
        transition: background-color 0.3s ease;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        overflow: hidden;
    }

        .styled-list li a {
            display: block;
            padding: 14px 18px;
            text-decoration: none;
            color: #333;
            font-weight: 500;
            border-left: 5px solid transparent;
            transition: all 0.3s ease;
            font-size: 1.5rem;
            word-wrap: break-word;
        }

            .styled-list li a i {
                margin-right: 8px;
                min-width: 20px;
            }

        .styled-list li:hover {
            background-color: #e0f2f1;
        }

            .styled-list li:hover a {
                color: #00796b;
                border-left: 5px solid #00796b;
            }

        .styled-list li.active a {
            color: #4caf50;
            font-weight: 600;
            border-left: 5px solid #4caf50;
            background-color: #e8f5e9;
        }

    /* ✅ Responsive ayarlar */
    @media (max-width: 768px) {
        .styled-list li a {
            font-size: 0.95rem;
            padding: 12px 14px;
        }
    }

    @media (max-width: 480px) {
        .styled-list li a {
            font-size: 0.9rem;
            padding: 10px 12px;
        }
    }

    @media only screen and (max-width: 992px) {
        .otobusfiyat tr th {
            font-size: 8px;
        }

        .otobusfiyat tr td {
            font-size: 8px;
        }
    }

    table {
        width: 100%;
        margin-bottom: 30px;
    }

        table th {
            font-weight: 600;
            background-color: #e8f5e9;
            font-family: 'Montserrat', sans-serif;
        }

        table th, table td {
            padding: 10px;
            vertical-align: middle;
        }

    @media only screen and (max-width: 992px) {
        .otobusfiyat tr th {
            font-size: 8px;
        }


        .otobusfiyat tr td {
            font-size: 8px;
        }
    }

    .kocaeli-kart {
        background-color: rgb(232 245 233);
        border-color: #e8f5e9;
        border: 1px solid #e8f5e9;
    }

        .kocaeli-kart .kocaeli-kart-p {
            color: rgba(0,0,0,.65);
            font-weight: 500;
            font-size: 16px;
            margin-left: 10px;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-top: 10px;
        }