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

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