/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: corvella
 * 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) {
    body.single-post .corvella-field-heading h1 {
        font-size: clamp(2.1rem, 4.27vw, 4.55rem) !important;
    }
}

@media (min-width: 1177px) and (max-width: 1647px) {
    body.single-post.corvella-type-scale-small .corvella-field-heading h1 {
        font-size: clamp(1.44rem, 2.72vw, 2.88rem) !important;
    }
}

@media (min-width: 1648px) {
    body.single-post.corvella-type-scale-small .corvella-field-heading h1 {
        font-size: clamp(1.26rem, 2.38vw, 2.52rem) !important;
    }
}

@media (min-width: 1024px) and (max-width: 1037px) {
    body.single-post.corvella-type-scale-large .corvella-field-heading h1 {
        font-size: clamp(2.12rem, 4.32vw, 4.64rem) !important;
    }
}

@media (min-width: 1038px) {
    body.single-post.corvella-type-scale-large .corvella-field-heading h1 {
        font-size: clamp(1.855rem, 3.78vw, 4.06rem) !important;
    }
}
