/*
Theme Name: GOC Theme TG
Theme URI: https://goldenonlineclass.com
Description: Child theme Astra untuk Golden Online Class - Custom Landing Pages tanpa Elementor
Author: Bos Tongkang
Author URI: https://goldenonlineclass.com
Template: astra
Version: 1.0.0
Text Domain: goc-theme-tg
*/

/* ==========================================================================
   Custom CSS untuk Landing Pages GOC
   ========================================================================== */
/* Fix: Elementor Nav Menu Dropdown */
ul.elementor-nav-menu--dropdown,
.elementor-nav-menu--dropdown,
.elementor-nav-menu--dropdown.sm-nowrap {
    z-index: 999999 !important;
}

.elementor-widget-nav-menu,
.elementor-nav-menu--main,
.elementor-nav-menu__container {
    z-index: 99999 !important;
}

/* ==========================================================================
   Fix: Article H2/H3 Spacing & Size
   ========================================================================== */
.elementor-widget-theme-post-content h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-top: 2em !important;
    margin-bottom: 0.75em !important;
    line-height: 1.3 !important;
}

.elementor-widget-theme-post-content h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
    line-height: 1.4 !important;
}

.elementor-widget-theme-post-content p {
    margin-bottom: 1em !important;
    line-height: 1.8 !important;
}
/* ==========================================================================
   Fix: Article UL/LI Bullet List
   ========================================================================== */
.elementor-widget-theme-post-content ul,
.entry-content ul {
    list-style-type: disc !important;
    padding-left: 2em !important;
    margin-bottom: 1em !important;
}

.elementor-widget-theme-post-content ul li,
.entry-content ul li {
    list-style-type: disc !important;
    margin-bottom: 0.5em !important;
    display: list-item !important;
}

.elementor-widget-theme-post-content ol,
.entry-content ol {
    list-style-type: decimal !important;
    padding-left: 2em !important;
    margin-bottom: 1em !important;
}

.elementor-widget-theme-post-content ol li,
.entry-content ol li {
    list-style-type: decimal !important;
    margin-bottom: 0.5em !important;
    display: list-item !important;
}