.peb-page .pvo-comparison-card {
    padding: clamp(1.25rem, 1.8vw, 2rem);
}

.peb-page .pvo-comparison-card .section__header {
    margin-bottom: 1rem;
}

.peb-page .pvo-comparison-card .section__header h2 {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (min-width: 901px) {
    .peb-page .pvo-comparison-card .section__header h2 {
        white-space: nowrap;
    }
}

/* Scoped layout for long explanatory text blocks on this page only. */
.peb-page .peb-structured-text {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    gap: 0.9rem;
    align-items: start;
}

.peb-page .peb-card {
    margin: 0;
    padding: 0.95rem 1rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(46, 56, 74, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 248, 252, 0.92));
    box-shadow: 0 10px 24px rgba(17, 27, 44, 0.06);
}

.peb-page .peb-card__title {
    margin: 0 0 0.42rem;
    font-size: 0.84rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 700;
    color: #4a607f;
    overflow-wrap: normal;
    word-break: keep-all;
}

@media (min-width: 901px) {
    .peb-page .peb-card__title {
        white-space: nowrap;
    }
}

.peb-page .peb-card__text {
    margin: 0;
    color: #2f2a25;
    line-height: 1.72;
    text-wrap: pretty;
}

@media (max-width: 900px) {
    .peb-page .peb-structured-text {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .peb-page .peb-card {
        padding: 0.85rem 0.9rem;
    }

    .peb-page .peb-card__title {
        margin-bottom: 0.35rem;
        font-size: 0.8rem;
        letter-spacing: 0.04em;
        white-space: normal;
    }
}
