/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: yverna
 * source-version: 0.1.9
 * target-version: 0.1.10
 * scope: single WordPress posts only; desktop widths only
 * policy: <40px keep, 40-55.99px reduce 20%, >=56px reduce 30%
 */

@media (min-width: 1024px) and (max-width: 1180px) {
    body.single-post .yverna-single-title-card h1 {
        font-size: clamp(1.92rem, 3.44vw, 2.84rem) !important;
    }
}

@media (min-width: 1181px) and (max-width: 1513px) {
    body.single-post .yverna-single-title-card h1 {
        font-size: clamp(2.08rem, 2.96vw, 3.2rem) !important;
    }
}

@media (min-width: 1514px) {
    body.single-post .yverna-single-title-card h1 {
        font-size: clamp(1.82rem, 2.59vw, 2.8rem) !important;
    }
}
