
/* Türkçe Clean Widget - Minimal & Şık */
.turkce-clean-widget {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 16px 0;
    line-height: 1.5;
}

.clean-baslik {
    margin: 0 0 14px 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 6px;
    letter-spacing: 0.3px;
}

.clean-liste {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clean-item {
    margin: 7px 0;
    padding: 6px 0;
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.2s ease;
}

.clean-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.clean-link {
    text-decoration: none;
    color: #34495e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.94rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.clean-link:hover {
    color: #3498db;
}

.clean-isim {
    flex: 1;
}

.clean-sayi {
    color: #3498db;
    font-weight: 600;
    font-size: 0.88rem;
    background: #ebf3fd;
    padding: 2px 8px;
    border-radius: 12px;
    min-width: 50px;
    text-align: center;
}

/* Mobil */
@media (max-width: 480px) {
    .clean-baslik { font-size: 1rem; }
    .clean-link { font-size: 0.9rem; }
    .clean-sayi { font-size: 0.82rem; padding: 2px 6px; }
}
        