/* Scoped to the plugin document; no theme, header or checkout overrides. */
.wpr-terms {
    box-sizing: border-box;
    max-width: 860px;
    margin: 0 auto;
    padding: 56px 24px 72px;
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}
.wpr-terms .wpr-terms-version {
    margin: 0 0 32px;
    font-size: 13px;
    line-height: 1.6;
}
.wpr-terms h1 {
    margin: 0 0 16px;
    font-size: clamp(26px, 4vw, 36px);
    line-height: 1.25;
    font-weight: 700;
}
.wpr-terms h2 {
    margin: 44px 0 18px;
    padding-top: 24px;
    border-top: 1px solid #ddd;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
}
.wpr-terms h3 {
    margin: 28px 0 14px;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
}
.wpr-terms p { margin: 0 0 16px; font-size: inherit; line-height: inherit; }
.wpr-terms .wpr-terms-version { font-size: 13px; line-height: 1.6; }
@media (max-width: 600px) {
    .wpr-terms { padding: 32px 18px 48px; }
    .wpr-terms h2 { font-size: 21px; margin-top: 32px; }
}
