/* EDIVA_SINGLE_POST_TITLE_SCALE_V1
 * theme: arvella
 * source-version: 0.1.12
 * target-version: 0.1.13
 * 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 .single-entry-header .entry-title {
        font-size: clamp(1.505rem, 3.85vw, 3.185rem) !important;
    }
}
