.newsletterArea {
    position: relative;
    min-height: 600px;
    margin: 0 auto;
    padding: 48px 24px;
    max-width: 760px;
    display: block;
    align-items: center;
}

.newsLetterStandardText {
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    display: block;
    margin: 0;
    font-weight: 400;
    color: #1f2937;
}

    .newsLetterStandardText > div {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        display: block;
        margin: 0;
        font-weight: inherit;
        color: inherit;
        background-color: inherit;
    }

.newsletterHeader {
    font-weight: 700;
    font-size: 26px;
    color: #E15718;
    line-height: 1.3;
}

    .newsletterHeader > div {
        font-family: 'Heebo', sans-serif;
        display: block;
        font-weight: 700;
        font-size: 26px;
        line-height: 1.3;
        margin: 0;
        color: #E15718;
    }

.newsletterElementRow {
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

    .newsletterElementRow > img {
        width: 100%;
        border-radius: 8px;
    }

.newsletterDiv {
    display: block;
}

.newsletterDivider {
    display: block;
    width: 100%;
    height: 1px;
    background: #d1d5db;
    margin-top: 12px;
    margin-bottom: 12px;
}

.newsletterYoutubeArea {
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

    .newsletterYoutubeArea iframe {
        max-width: 100%;
        border-radius: 8px;
    }

.newsLetterList {
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    font-weight: 400;
    align-content: center;
}

    .newsLetterList > div {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        display: list-item;
        margin: 0;
        font-weight: inherit;
        color: inherit;
        background-color: inherit;
        list-style-type: circle;
        width: fit-content;
    }

.newsLetterListOrdered {
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    font-weight: 400;
    align-content: center;
}

    .newsLetterListOrdered > div {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        display: list-item;
        margin: 0;
        font-weight: inherit;
        color: inherit;
        background-color: inherit;
        list-style-type: decimal;
        width: fit-content;
    }

.newsLetterItalicText {
    font-style: italic;
}

.newsLetterBoldText {
    font-size: 20px;
    font-weight: 800;
}

.newsletterTwitterArea {
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

/* â"€â"€ New Block Types (Viewer) â"€â"€ */
.newsletterQuote {
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    font-style: italic;
    border-left: 4px solid #E15718;
    padding: 12px 24px;
    margin: 8px 0;
    background: #fef7f3;
    color: #374151;
    border-radius: 0 8px 8px 0;
}

    .newsletterQuote > div {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        font-style: inherit;
        color: inherit;
    }

.newsletterSpacer {
    display: block;
    width: 100%;
}

.newsletterButton {
    display: inline-block;
    padding: 14px 32px;
    background: #E15718;
    color: #fff !important;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s, transform 0.1s;
    cursor: pointer;
}

    .newsletterButton:hover {
        background: #c94b14;
        transform: translateY(-1px);
    }

.alertLabel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    color: #92400e;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.newsletterlink {
    color: #E15718;
    text-decoration: underline;
    text-underline-offset: 2px;
}

    .newsletterlink:hover {
        color: #c94b14;
    }

@media (max-width: 768px) {
    .newsletterArea {
        padding: 24px 16px;
    }
}
