.tfnz-quote_container {
    container-type: inline-size;
}

.tfnz-quote_center {
    margin: 30px 20px;
    display: flex;
    align-items: flex-start;
}

.tfnz-quote_symbol {
    width: 48px;
    flex-grow: 0;
    flex-shrink: 0;
}

.tfnz-quote_text {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    gap: 8px;
}

.tfnz-quote_body {
    text-transform: none;
    margin: 0 !important;
    font-weight: 500 !important;
    color: #333 !important;
}

.tfnz-quote_credit {
    margin: 0 !important;
    color: #333;
    font-size: 1rem;
}

.tfnz-quote_size_large .tfnz-quote_body {
    font-size: 1.82rem;
    line-height: 1.3;
}
.tfnz-quote_size_large .tfnz-quote_symbol {
    margin-top: 0.5rem;
}

.tfnz-quote_size_medium .tfnz-quote_body {
    font-size: 1.35rem;
    line-height: 1.3;
}
.tfnz-quote_size_medium .tfnz-quote_symbol {
    margin-top: 0.3rem;
}

@container (width < 800px) {
    .tfnz-quote_symbol {
        width: 32px;
    }

    .tfnz-quote_size_large .tfnz-quote_symbol {
        margin-top: 0.4rem;
    }
    .tfnz-quote_size_medium .tfnz-quote_symbol {
        margin-top: 0.2rem;
    }
}