{
    "Compact": {
        "theme_overlay_main_pad_top": "clamp(10px, calc(10px + 1vw), 100px)",
        "theme_overlay_inner_min_width": "clamp(320px, 50%, 800px)",
        "theme_overlay_inner_max_width": "clamp(480px, 50%, 800px)",
        "theme_overlay_title_font_size": "font-size:clamp(17px, calc(1.1rem + 1vw), 19px);font-weight:600;text-align:center;text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3)",
        "theme_overlay_close_but_size": "clamp(19px, calc(1.1rem + 1vw), 22px)",
        "theme_overlay_font_size": "clamp(13px, calc(1rem + 0.8vw), 16px)"
    },
    "Medium": {
        "theme_overlay_main_pad_top": "clamp(10px, calc(10px + 1.5vw), 200px)",
        "theme_overlay_inner_min_width": "clamp(375px, 70%, 800px)",
        "theme_overlay_inner_max_width": "clamp(480px, 80%, 1024px)",
        "theme_overlay_title_font_size": "font-size:clamp(18px, calc(1.1rem + 1vw), 21px);font-weight:600;text-align:center;text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3)",
        "theme_overlay_close_but_size": "clamp(20px, calc(1.1rem + 1vw), 26px)",
        "theme_overlay_font_size": "clamp(14px, calc(1rem + 0.8vw), 18px)"
    },
    "Large": {
        "theme_overlay_main_pad_top": "clamp(10px, calc(10px + 2vw), 400px)",
        "theme_overlay_inner_min_width": "clamp(375px, 90%, 1024px)",
        "theme_overlay_inner_max_width": "clamp(480px, 90%, 1400px)",
        "theme_overlay_title_font_size": "font-size:clamp(19px, calc(1.1rem + 1vw), 21px);font-weight:600;text-align:center;text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3)",
        "theme_overlay_close_but_size": "clamp(21px, calc(1.1rem + 1vw), 26px)",
        "theme_overlay_font_size": "clamp(15px, calc(1rem + 0.8vw), 20px)"
    }
}
