.manset-modul-container {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.manset-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 0;
}

.grid-toggle-buttons {
    display: flex;
    gap: 5px;
}

.grid-btn {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    color: #495057;
    transition: all 0.3s ease;
}

.grid-btn:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.grid-btn.active {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.diger_mansetler_container {
    margin-bottom: 30px;
}

.grid-1 {
    /* Liste görünümü - varsayılan */
}

.grid-3{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}
