/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: averion
 * source-version: 0.1.10
 * target-version: 0.1.11
 * 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 .av-single-heading h1 {
        font-size: clamp(2.12rem, 3.36vw, 2.64rem) !important;
    }
}

@media (min-width: 1181px) and (max-width: 1513px) {
    body.single-post .av-single-heading h1 {
        font-size: clamp(2.2rem, 2.96vw, 3.04rem) !important;
    }
}

@media (min-width: 1514px) {
    body.single-post .av-single-heading h1 {
        font-size: clamp(1.925rem, 2.59vw, 2.66rem) !important;
    }
}
