/* Alt Kategori Stilleri */
.subcategory-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.subcategory-title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    margin-bottom: 12px;
}

.subcategory-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.subcategory-link {
    color: #1a1a1a;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 12px;
    background: #fafafa;
    border-left: 2px solid #000;
    transition: all 0.2s;
}

.subcategory-link:hover {
    background: #f0f0f0;
    padding-left: 16px;
}
