/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: asteron
 * source-version: 0.2.8
 * target-version: 0.2.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: 1076px) {
    body.single-post .asteron-single-heading h1 {
        font-size: clamp(2.28rem, 4.16vw, 4.44rem) !important;
    }
}

@media (min-width: 1077px) {
    body.single-post .asteron-single-heading h1 {
        font-size: clamp(1.995rem, 3.64vw, 3.885rem) !important;
    }
}
