/* ====== الأقسام العامة ====== */
.section-wrapper {
    padding: 40px 5%;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 25px;
}

.section-header h2 {
    background: var(--primary);
    color: white;
    margin: 0;
    padding: 5px 15px;
    font-size: 1rem;
}

.section-header .view-all {
    text-decoration: none;
    color: var(--text-light);
    font-size: 0.75rem;
}

