/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: sorelia
 * 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) {
    body.single-post .srl-single-head h1 {
        font-size: clamp(36.4px, 5.46vw, 81.2px) !important;
    }
}
