@media only screen and (max-width: 992px) {
    .kategori-seviye-container {
        padding: 16px;
        background-color: #f9f9f9;
        min-height: 100vh;
        font-family: 'Arial', sans-serif;
        overflow-y: auto;
        position: relative;
        z-index: 1000;
        margin-top: 210px;
    }

    .kategori-seviye-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .kategori-seviye-header .geri-icon {
        font-size: 20px;
        color: #007782;
        margin-right: 10px;
    }

    .kategori-kapat-btn {
        background: transparent;
        border: none;
        font-size: 22px;
        color: #007782;
    }

    .log-login-logo img {
        height: 30px;
    }

    .kategori-kart {
        background-color: #ffffff;
        padding: 14px 18px;
        margin-bottom: 5px;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 0px;
        font-size: 15.5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #007782;
        cursor: pointer;
        transition: background-color 0.2s ease;
        font-family: "Inter", sans-serif;
        font-weight: normal;
    }

    .kategori-kart:hover {
        background-color: #f2fdfd;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    }

    .kategori-kart a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        width: 100%;
    }

    .kategori-kart .kategori-icon {
        font-size: 17px;
        color: #007782;
        margin-right: 10px;
        min-width: 20px;
    }

    .kategori-isim {
        color: #1b1b1b !important;
        font-weight: 500;
        flex: 1;
        line-height: 1;
    }

    .ileri-icon {
        font-size: 16px;
        color: #999;
    }
}