/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: evradia
 * source-version: 0.1.8
 * target-version: 0.1.9
 * 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: 1060px) {
    body.single-post .evradia-single-title {
        font-size: clamp(1.89rem, 4.55vw, 3.29rem) !important;
    }
}

@media (min-width: 1061px) {
    body.single-post .evradia-single-title {
        font-size: clamp(1.96rem, 3.99vw, 3.78rem) !important;
    }
}

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

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

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

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