.elementor-42 .elementor-element.elementor-element-1e263a18{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-42 .elementor-element.elementor-element-64812714{text-align:start;color:var( --e-global-color-primary );}.elementor-42 .elementor-element.elementor-element-64812714 a{color:var( --e-global-color-accent );}body.elementor-page-42:not(.elementor-motion-effects-element-type-background), body.elementor-page-42 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-8b765d4 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-42 .elementor-element.elementor-element-1e263a18{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-42 .elementor-element.elementor-element-1e263a18{--content-width:1850px;}}/* Start custom CSS for html, class: .elementor-element-701b14f */.akun-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #111;
}

.akun-subtitle {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-64812714 *//* Wrapper utama */
.pms-block-container {
    max-width: 720px;
    margin: 20px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Title */
.elementor-heading-title {
    text-align: center;
    margin-bottom: 20px;
}

/* Navigation */
.pms-account-navigation ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin-bottom: 25px;
    list-style: none;
    flex-wrap: wrap;
}

.pms-account-navigation a {
    text-decoration: none;
    font-weight: 500;
    color: #888;
    transition: 0.3s;
}

.pms-account-navigation a:hover {
    color: #000;
}

/* Active menu */
.pms-account-navigation-link--active {
    color: #f59e0b !important;
    font-weight: 600;
    border-bottom: 2px solid #f59e0b;
    padding-bottom: 4px;
}

/* Empty state */
.account-empty {
    text-align: center;
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

/* CTA */
.account-action {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.btn-subscribe {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;
    background: #f59e0b;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.btn-subscribe:hover {
    background: #d97706;
}/* End custom CSS */