.quotes-page .quote-feed-card__content {
    white-space: pre-line;
}

.quotes-page .quote-follow-form,
.quotes-page .quote-delete-form {
    margin: 0;
}

.quotes-page :is(
    .quote-follow-button,
    .quote-owner-button,
    .quote-action-button,
    .quotes-compose-submit,
    .quotes-search__form button
) {
    cursor: pointer;
}

.quotes-page .quote-feed-card.is-featured :is(
    .quote-feed-card__content,
    .quote-author__name,
    .quote-meta-pill,
    .quote-owner-button,
    .quote-follow-button
) {
    -webkit-text-fill-color: currentColor;
}

/* Keep the summary visually anchored at the bottom-center of the hero card. */
.quotes-page .quotes-hero__stats {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.65rem;
    text-align: center;
}

.quotes-page .quotes-hero__stats > div {
    min-width: 6rem;
    justify-items: center;
}

@media (max-width: 575.98px) {
    .quotes-page .quotes-hero__stats {
        right: 0.75rem;
        left: 0.75rem;
        gap: 0.8rem;
    }

    .quotes-page .quotes-hero__stats > div {
        min-width: 5.2rem;
    }
}
