.elementor-1573 .elementor-element.elementor-element-eb4ea4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1573 .elementor-element.elementor-element-dfc641e{--spacer-size:10px;}.elementor-1573 .elementor-element.elementor-element-422846fd{--display:flex;}.elementor-1573 .elementor-element.elementor-element-8b248df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1573 .elementor-element.elementor-element-3212d2e{--spacer-size:90px;}/* Start custom CSS for shortcode, class: .elementor-element-37e9760a *//* 1. Import Font Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* 2. Global Font & Warna Teks (Poppins & Warna Non-Bold) */
.um, .um *, .woocommerce, .woocommerce * {
    font-family: 'Poppins', sans-serif !important;
    color: #324A6D; /* Warna teks standar */
}

/* 3. Warna Teks Bold */
.um b, .um strong, .um h1, .um h2, .um h3, 
.um .um-name, .um .um-meta-text, 
.woocommerce strong, .woocommerce h1, .woocommerce h2 {
    color: #1C244B !important;
}

/* 4. Mengubah Bar Navigasi (Sebelumnya Hitam jadi Kuning) */
.um-profile-nav.uimob340-show, 
.um-profile-nav.uimob340-hide,
.um .um-profile-nav {
    background-color: #FFF !important;
    border: none !important;
}


/* Warna teks dan ikon di dalam bar navigasi */
.um .um-profile-nav-item a, 
.um .um-profile-nav-item a i {
    color: #1C244B !important; /* Warna teks bold */
}

/* Menghilangkan background biru pada tab yang aktif agar senada */
.um .um-profile-nav-item.active a {
    background-color: rgba(0,0,0,0.05) !important; /* Highlight tipis saja */
}

/* 5. Pengaturan Button (Background Kuning, Teks Biru Bold) */
.um .um-button, 
.um a.um-button, 
.um .um-button.um-alt,
.woocommerce .button, 
.woocommerce-page .button,
.woocommerce #respond input#submit {
    background-color: #F8F812 !important;
    color: #1C244B !important;
    font-weight: 600 !important;
    border: none !important;
    text-shadow: none !important;
}

/* 6. Menghapus warna Pink dan menyesuaikan tulisan "add" */
.um a, .um-profile-note a {
    color: #1C244B !important; /* Menggunakan warna bold agar jelas */
    text-decoration: none;
    font-weight: 600;
}

.um a:hover, .um-profile-note a:hover {
    color: #324A6D !important;
    text-decoration: underline;
}

/* Pastikan icon sedih dan teks kosong tidak berwarna pink */
.um-profile-note i, .um-profile-note {
    color: #324A6D !important;
}/* End custom CSS */