/* ==========================================================================
   Organism: Newsletter List Section
   ========================================================================== */

.saha-newsletter-list-section {
    width: 100%;
}

/* --- Section header --- */

.saha-newsletter-list-section__header {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--saha-color-border);
    margin-bottom: 48px;
}

.saha-newsletter-list-section__section-title {
    font-family: var(--saha-font-primary);
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: var(--saha-color-text-primary);
    margin: 0;
}

/* --- Items list --- */

.saha-newsletter-list-section__items {
    width: 100%;
}
