/**
 * Quote section (single post).
 */

.quote-section {
    --Neutrals-01: #EEEDED;
    --Primary-40: #9D9D9D;
    background: #000;
    padding: 3rem 1.25rem;
}

@media (min-width: 768px) {
    .quote-section {
        padding: 4rem 1.5rem;
    }
}

.quote-section-inner {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .quote-section-inner {
        width: 80%;
    }
}

.quote-block {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Desktop/Heading/H4 - Alt */
.quote-content {
    color: var(--Neutrals-01, #EEEDED);
    text-align: center;
    font-family: "Scheherazade New", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.quote-block .quote-content {
    margin-bottom: 20px;
}

/* Desktop/Body/Large */
.quote-name {
    color: var(--Neutrals-01, #EEEDED);
    text-align: center;
    font-family: "Forma DJR Text", "forma-djr-text", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.5px;
    font-style: normal;
    margin: 0;
}

/* Desktop/Body/Large - Alt */
.quote-role {
    color: var(--Primary-40, #9D9D9D);
    text-align: center;
    font-family: "Scheherazade New", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
