.elementor-7536 .elementor-element.elementor-element-6be0b9e{--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;--margin-top:20px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );text-decoration:var( --e-global-typography-accent-text-decoration );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-widget-nested-tabs{--n-tabs-title-font-size:var( --e-global-typography-accent-font-size );}.elementor-7536 .elementor-element.elementor-element-fbf1002{--display:flex;}.elementor-7536 .elementor-element.elementor-element-e51288b{--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-7536 .elementor-element.elementor-element-2b207b4{--display:flex;}.elementor-7536 .elementor-element.elementor-element-bf3525e{--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-7536 .elementor-element.elementor-element-2db9fd4{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}.elementor-7536 .elementor-element.elementor-element-99a0282{--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;}@media(min-width:768px){.elementor-7536 .elementor-element.elementor-element-6be0b9e{--content-width:50%;}}@media(max-width:1024px){.elementor-widget-nested-tabs{--n-tabs-title-font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}@media(max-width:767px){.elementor-widget-nested-tabs{--n-tabs-title-font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}/* Start custom CSS for nested-tabs, class: .elementor-element-2db9fd4 *//* --- HODL ACCOUNT TABS MODERNIZATION --- */

/* 1. Container & Shadow - Making it feel like a secure vault */
.e-n-tabs-content {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05) !important;
    padding: 20px !important;
    margin-top: -1px !important; /* Blends with the tab border */
}

/* 2. Tab Navigation Styling */
.e-n-tabs-heading {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #eeeeee;
    gap: 10px;
}

.e-n-tab-title {
    background: transparent !important;
    border: none !important;
    color: #888888 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 15px 40px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Active Tab State - The HODL Red */
.e-n-tab-title[aria-selected="true"] {
    color: #a31d1d !important;
}

.e-n-tab-title[aria-selected="true"]::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #a31d1d;
}

/* 3. Input Field Polish */
.woocommerce-Input--text {
    border: 1px solid #dcdcdc !important;
    border-radius: 6px !important;
    padding: 12px !important;
    transition: border-color 0.2s ease;
}

.woocommerce-Input--text:focus {
    border-color: #a31d1d !important;
    outline: none !important;
}

/* 4. Button & Links */
.woocommerce-button.button {
    background-color: #a31d1d !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: transform 0.1s ease, background-color 0.2s ease;
}

.woocommerce-button.button:hover {
    background-color: #821717 !important;
    transform: translateY(-1px);
}

.lost_password a {
    color: #a31d1d !important;
    font-size: 0.9em;
    text-decoration: none;
}

.lost_password a:hover {
    text-decoration: underline;
}

/* 5. Clean up the 'Remember Me' Checkbox */
.woocommerce-form__label-for-checkbox {
    color: #666 !important;
    font-size: 14px;
    margin-top: 10px;
}

/* -------------------------------------------------------------------------
 * 6. MOBILE TAB FIX & ACCORDION KILLER
 * ------------------------------------------------------------------------- */
@media (max-width: 767px) {
    /* 1. Force the top tab row to stretch the full width of the form */
    .e-n-tabs-heading {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        gap: 15px !important; 
    }

    /* 2. Hide the annoying mobile accordion headers */
    .e-n-tabs-content > .e-n-tab-title,
    .e-n-tabs-content > summary,
    .elementor-accordion {
        display: none !important;
    }

    /* 3. Lock BOTH active and inactive tabs to identical dimensions to prevent jumping */
    .e-n-tabs-heading > .e-n-tab-title,
    .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] {
        flex: 1 !important; 
        width: 100% !important;
        height: 50px !important; /* Explicitly lock the height so it cannot grow */
        padding: 0 !important; /* Strip padding to rely entirely on perfect flex centering */
        margin: 0 !important;
        border: none !important; /* Kill any native Elementor active borders */
        font-size: 14px !important; 
        line-height: 1 !important;
        
        /* Flexbox rules to perfectly center the text */
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6be0b9e *//* -------------------------------------------------------------------------
 * 1. SEPARATE LOGIN & REGISTER FORMS (DESKTOP)
 * ------------------------------------------------------------------------- */
/* Hide the Register column in the Login tab */
.elementor-element-fbf1002 .u-column2.col-2 {
    display: none !important;
}

/* Hide the Login column in the Register tab */
.elementor-element-2b207b4 .u-column1.col-1 {
    display: none !important;
}

/* Make the remaining active form full-width, centered, and remove floats */
.elementor-element-fbf1002 .u-column1, 
.elementor-element-2b207b4 .u-column2 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

/* Force the WooCommerce column layout container to stack normally */
.u-columns.col2-set {
    display: block !important;
}

/* Hide the redundant H2 titles (since the Tab Title already says Login/Register) */
.elementor-element-fbf1002 h2, 
.elementor-element-2b207b4 h2 {
    display: none !important;
}

/* -------------------------------------------------------------------------
 * 2. MOBILE LOGIN & REGISTER TABS (PHONES)
 * ------------------------------------------------------------------------- */
@media (max-width: 767px) {
    /* Put the tabs on the same line specifically for these two widgets */
    .elementor-element-fbf1002 .e-wc-account-tabs-nav ul,
    .elementor-element-2b207b4 .e-wc-account-tabs-nav ul {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        padding: 0 !important;
    }

    /* Force both tabs to take up exactly 50% of the screen */
    .elementor-element-fbf1002 .e-wc-account-tabs-nav ul li,
    .elementor-element-2b207b4 .e-wc-account-tabs-nav ul li {
        width: 50% !important;
        flex: 1 1 50% !important;
    }

    /* Center the text perfectly inside the new 50% blocks */
    .elementor-element-fbf1002 .e-wc-account-tabs-nav ul li a,
    .elementor-element-2b207b4 .e-wc-account-tabs-nav ul li a {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }
}/* End custom CSS */