/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: virella
 * source-version: 0.1.7
 * target-version: 0.1.8
 * 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: 1244px) {
    body.single-post .virella-single-heading h1 {
        font-size: clamp(2.24rem, 3.6vw, 4.64rem) !important;
    }
}

@media (min-width: 1245px) {
    body.single-post .virella-single-heading h1 {
        font-size: clamp(1.96rem, 3.15vw, 4.06rem) !important;
    }
}
