.user_dashboard_panel_guide {
    margin-bottom: 0px;
}

a#reveal_register {
    color: #f2495b;
}

.kct-financial-form-wrap {
    width: 100%;
    margin-top: 10px;
}

.kct-financial-form-card {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.kct-bank-status {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    background: #f5f5f5;
    color: #333;
}

.kct-bank-status.is-verified {
    background: #eaf8ee;
    color: #1f7a3d;
}

.kct-bank-status.is-pending {
    background: #fff8e6;
    color: #9a6b00;
}

.kct-bank-status.is-rejected {
    background: #fdecec;
    color: #b42318;
}

.kct-financial-message {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.kct-financial-message p {
    margin: 0 0 8px;
}

.kct-financial-message p:last-child {
    margin-bottom: 0;
}

.kct-financial-message-error {
    background: #fff1f1;
    border-color: #efb3b3;
    color: #8a1f1f;
}

.kct-financial-message-success {
    background: #eefaf1;
    border-color: #a8d8b4;
    color: #1f6b36;
}

.kct-financial-form {
    width: 100%;
}

.kct-financial-guidance {
    margin-bottom: 18px;
    padding: 16px 20px;
    border: 1px solid #ffb8c1;
    border-radius: 10px;
    background: #fff5f6;
    color: #171717;
}

.kct-financial-guidance[hidden],
.kct-field-guidance[hidden] {
    display: none !important;
}

.kct-financial-guidance p {
    margin: 0 0 8px;
}

.kct-financial-guidance ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    margin: 0;
    padding-left: 18px;
}

.kct-required-mark,
.kct-field-guidance {
    color: #c52f42;
}

.kct-field-guidance {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
}

.kct-form-row {
    margin-bottom: 16px;
}

.kct-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
}

.kct-form-row label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
}

.kct-financial-form input[type="text"],
.kct-financial-form input[type="email"],
.kct-financial-form input[type="number"],
.kct-financial-form select,
.kct-financial-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

.kct-financial-form input:focus,
.kct-financial-form select:focus,
.kct-financial-form textarea:focus {
    outline: none;
    border-color: #ff5a5f;
    box-shadow: 0 0 0 3px rgba(255, 90, 95, 0.10);
}

.kct-financial-form input.kct-required-invalid {
    border-color: #f2495b !important;
    box-shadow: 0 0 0 2px rgba(242, 73, 91, 0.12) !important;
}

.kct-form-actions {
    margin-top: 20px;
}

.kct-financial-form button,
.kct-financial-form input[type="submit"] {
    background: #ff5a5f;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.kct-financial-form button:hover,
.kct-financial-form input[type="submit"]:hover {
    opacity: 0.92;
}

@media (max-width: 767px) {
    .kct-bank-dashboard-panel {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
        overflow: hidden;
        box-sizing: border-box;
    }

    .kct-bank-dashboard-panel>.col-md-12 {
        width: 100%;
        min-width: 0;
        padding-right: 12px;
        padding-left: 12px;
        box-sizing: border-box;
    }

    .kct-bank-dashboard-panel .user_dashboard_panel_title {
        padding-right: 0;
        padding-left: 0;
        overflow-wrap: anywhere;
    }

    .kct-bank-dashboard-panel .user_dashboard_panel_description {
        padding: 12px 0 0;
        margin-bottom: 14px;
        line-height: 1.5;
    }

    .kct-bank-dashboard-panel .kct-financial-guidance {
        padding: 14px;
        margin-bottom: 14px;
    }

    .kct-bank-dashboard-panel .kct-financial-guidance ul {
        display: block;
        padding-left: 20px;
    }

    .kct-bank-dashboard-panel .kct-financial-guidance li {
        margin-bottom: 4px;
    }

    .kct-financial-form-wrap,
    .kct-financial-form,
    .kct-form-grid,
    .kct-form-row {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .kct-financial-form-wrap {
        margin-top: 6px;
    }

    .kct-financial-form-card {
        width: 100%;
        max-width: 100%;
        padding: 16px 14px;
        border-radius: 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .kct-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .kct-form-row {
        margin-bottom: 14px;
    }

    .kct-form-row label {
        overflow-wrap: anywhere;
    }

    .kct-financial-form input[type="text"],
    .kct-financial-form input[type="email"],
    .kct-financial-form input[type="number"],
    .kct-financial-form select,
    .kct-financial-form textarea {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 48px;
        padding: 10px 12px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .kct-form-actions {
        margin-top: 8px;
    }

    .kct-financial-form button,
    .kct-financial-form input[type="submit"] {
        display: block;
        width: 100%;
        min-height: 48px;
        white-space: normal;
    }
}

/* CODIGO NUEVO RETIROS */

.kct-withdraw-panel-wrap {
    display: block;
    float: none !important;
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 10px;
    box-sizing: border-box;
}

.kct-withdraw-panel-card {
    display: block;
    float: none !important;
    clear: both;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 28px rgba(16, 24, 40, 0.05);
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.kct-withdraw-panel {
    display: block;
    float: none !important;
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.kct-withdraw-dashboard-panel {
    display: block !important;
    float: none !important;
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
}

.kct-withdraw-dashboard-panel > .col-md-12 {
    display: block !important;
    float: none !important;
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.kct-withdraw-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
    gap: 16px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 14px;
}

.kct-summary-box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 126px;
    background: #fafbfc;
    border: 1px solid #e7e9ee;
    border-radius: 14px;
    padding: 18px;
    box-sizing: border-box;
}

.kct-summary-box span {
    display: block;
    font-size: 13px;
    color: #667085;
    margin-bottom: 8px;
}

.kct-summary-box strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #101828;
    line-height: 1.25;
    overflow-wrap: anywhere;
}
.row.dashboard_property_list.user_dashboard_panel.kct-withdraw-dashboard-panel {
    margin: 0px 25px 15px;
}
.kct-summary-box small {
    display: block;
    margin-top: 9px;
    color: #7a8293;
    font-size: 12px;
    line-height: 1.4;
}

.kct-summary-box-primary {
    border-color: rgba(243, 75, 92, 0.35);
    background: linear-gradient(135deg, rgba(243, 75, 92, 0.11), rgba(243, 75, 92, 0.035));
}

.kct-summary-box-primary span,
.kct-summary-box-primary strong {
    color: #c92f43;
}

.kct-summary-box-primary strong {
    font-size: 24px;
}

.kct-withdraw-commission-note {
    display: block;
    float: none !important;
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 0 24px;
    padding: 11px 14px;
    border-radius: 10px;
    background: #f8fafc;
    color: #5f6878;
    font-size: 13px;
    line-height: 1.5;
    box-sizing: border-box;
}

.kct-withdraw-form {
    display: block !important;
    float: none !important;
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e7e9ee;
    border-radius: 14px;
    background: #fff;
    box-sizing: border-box;
}

.kct-withdraw-form-main {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    float: none !important;
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.kct-withdraw-amount-row {
    display: block;
    float: none !important;
    clear: both;
    flex: 1 1 420px;
    width: 100%;
    max-width: 520px;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
}

.kct-withdraw-amount-row label {
    display: block;
    float: none !important;
    width: 100%;
    margin-bottom: 8px;
    color: #101828;
    font-weight: 700;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.kct-withdraw-amount-input {
    display: flex;
    float: none !important;
    clear: both;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d7dce3;
    border-radius: 10px;
    background: #fff;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
    box-sizing: border-box;
}

.kct-withdraw-amount-input:focus-within {
    border-color: #f34b5c;
    box-shadow: 0 0 0 4px rgba(243, 75, 92, 0.12);
}

.kct-withdraw-amount-input span {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border-right: 1px solid #e7e9ee;
    background: #f8fafc;
    color: #475467;
    font-weight: 700;
}

.kct-withdraw-amount-input input[type="number"] {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 10px 14px;
    border: 0 !important;
    background: transparent;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 600;
}

.kct-withdraw-form .kct-form-actions {
    display: block;
    float: none !important;
    clear: both;
    flex: 0 0 auto;
    min-width: 0;
    margin-bottom: 27px;
}

.kct-withdraw-history h3 {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
}

.kct-withdraw-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.kct-withdraw-table th,
.kct-withdraw-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #ececec;
    text-align: left;
}

.kct-withdraw-table th {
    font-weight: 700;
    color: #333;
    background: #fafafa;
}

.kct-withdraw-status {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.kct-withdraw-status.status-pending {
    background: #fff8e6;
    color: #9a6b00;
}

.kct-withdraw-status.status-paid {
    background: #eaf8ee;
    color: #1f7a3d;
}

.kct-withdraw-status.status-rejected {
    background: #fdecec;
    color: #b42318;
}

.kct-withdraw-minimum-note {
    margin: 8px 0 0;
    font-size: 13px;
    color: #667085;
}

.kct-btn-primary {
    min-height: 48px;
    background: #f34b5c;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    display: inline-block;
}

.kct-btn-primary:hover {
    background: #df3548;
    color: #fff;
    box-shadow: 0 8px 18px rgba(243, 75, 92, 0.2);
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .kct-withdraw-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kct-withdraw-panel-wrap .kct-summary-box-primary {
        grid-column: 1 / -1;
    }

    .kct-withdraw-form-main {
        align-items: stretch;
        flex-direction: column;
    }

    .kct-withdraw-amount-row {
        flex-basis: auto;
        max-width: none;
        width: 100%;
    }

    .kct-withdraw-form .kct-form-actions {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .kct-withdraw-dashboard-panel {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible;
    }

    .kct-withdraw-dashboard-panel > .col-md-12 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding-right: 10px;
        padding-left: 10px;
    }

    .kct-withdraw-dashboard-panel .user_dashboard_panel_title,
    .kct-withdraw-dashboard-panel .user_dashboard_panel_description {
        display: block;
        float: none !important;
        clear: both;
        width: 100% !important;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .kct-withdraw-dashboard-panel .user_dashboard_panel_description {
        padding-top: 8px;
    }

    .kct-withdraw-panel-wrap {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-top: 6px;
    }

    .kct-withdraw-panel-card,
    .kct-withdraw-panel {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .kct-withdraw-panel-card {
        padding: 14px;
        border-radius: 12px;
    }

    .kct-withdraw-summary {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        gap: 10px;
    }

    .kct-withdraw-panel-wrap .kct-summary-box-primary {
        grid-column: auto;
    }

    .kct-summary-box {
        display: block;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0;
        padding: 15px;
        border-radius: 11px;
    }

    .kct-summary-box-primary strong {
        font-size: 22px;
    }

    .kct-withdraw-commission-note {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-bottom: 16px;
        padding: 10px 12px;
    }

    .kct-withdraw-form-main {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .kct-withdraw-amount-row {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 14px !important;
    }

    .kct-withdraw-form .kct-form-actions {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .kct-withdraw-form .kct-btn-primary {
        display: block;
        float: none !important;
        width: 100% !important;
        max-width: 100%;
        white-space: normal;
    }

    .kct-withdraw-form {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-bottom: 24px;
        padding: 14px;
        border-radius: 11px;
    }

    .kct-withdraw-amount-input,
    .kct-withdraw-amount-input input[type="number"] {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .kct-withdraw-amount-row label,
    .kct-withdraw-minimum-note {
        display: block;
        float: none !important;
        clear: both;
        width: 100% !important;
        max-width: 100%;
        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word;
    }
}

.kct-booking-signature-box {
    border: 2px dashed #d9d9d9;
    border-radius: 10px;
    background: #fafafa;
}


/* radios bonitos tipo WPRentals */
.radio-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
}

.radio-container input {
    accent-color: #DC1C2E;
    cursor: pointer;
}

/* checkbox alineado */
.loginrow input[type="checkbox"] {
    accent-color: #DC1C2E;
}

.login_form label {
    margin-bottom: 5px;
    float: left;
    width: 100% !important;
    font-weight: 400 !important;
}

.nsl-container.nsl-container-block {
    display: flex;
    justify-content: center;
}

.login_form {
    margin-top: 30px !important;
}


/* =========================
   DISEÑO HEADER RESPONSIVE 
   
   BASE GLOBAL (MANDA SIEMPRE)
   ========================= */

.header_wrapper .header_wrapper_inside {
    display: flex !important;
    gap: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* LOGO */
.header_wrapper .logo {
    flex: 0 0 auto !important;
    margin-right: 0px !important;
    width: 10% !important;
}

.header_wrapper .logo img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 44px !important;
}

/* =========================
   MENU (CONTROLADO) HEADER 
   ========================= */


/* HEADER */
.header_wrapper.header_type1.header_align_left #access {
    margin: 0px 0px 0px 180px;
}

#menu-menu-principal-1 li>a,
div#user_menu_u div {
    font-weight: 400;
}

#menu-menu-principal-1 li>a {
    padding: 20px 10px;
    font-size: 17px;
}

#menu-menu-principal-1 .sub-menu li>a {
    font-size: 15px;
    font-weight: 400;
}

#shopping-cart {
    margin: 10px 10px 0px 0px;
}


.header_wrapper #access {
    flex: 0 1 auto !important;
    max-width: 60% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

/* PANTALLAS MAS PEQUES */
@media (max-width: 1500px) {

    .header_wrapper #access {
        max-width: 50% !important;
    }

    div#topbarlogin {
        margin-top: -7px;
    }

    div#topbarlogin span {
        font-size: 15px !important;
    }

    #menu-menu-principal-1 li>a,
    div#user_menu_u div {
        font-size: 16px !important;
    }

    #menu-menu-principal-1 li>a {
        padding: 20px 5px;
    }

    .header_wrapper .logo img {
        width: 8% !important;
    }

    div.signuplink {
        margin: 0 5px;
    }

    #submit_action {
        font-size: 12px !important;
    }

}



.user_menu.user_loged {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kumyy-become-host-trigger {
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #dc1c2e;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.kumyy-become-host-trigger:hover,
.kumyy-become-host-trigger:focus {
    background: #b91524;
    color: #fff !important;
    transform: translateY(-1px);
}

.kumyy-become-host-trigger.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.kumyy-become-host-trigger i {
    font-size: 14px;
}

.kumyy-become-host-mobile-item .kumyy-become-host-trigger {
    display: flex;
    justify-content: flex-start;
    min-height: auto;
    /*   padding: 0; */
    gap: 0px;
    margin-left: 0;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    transform: none;
}

.kumyy-become-host-mobile-item .kumyy-become-host-trigger:hover,
.kumyy-become-host-mobile-item .kumyy-become-host-trigger:focus {
    background: transparent;
}

@media (max-width: 991px) {
    .kumyy-become-host-header {
        display: none;
    }
}

#primary.wpestate_sidebar_sticky {
    position: static !important;
}

/* Retiro de ganancias: historial */
.kct-withdraw-history {
    margin-top: 34px;
    min-width: 0;
}

.kct-withdraw-history h3 {
    margin: 0 0 16px !important;
    color: #101828;
    font-size: 22px;
    font-weight: 700;
}

.kct-withdraw-table {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e4e7ec !important;
    border-radius: 14px;
    border-collapse: separate !important;
    border-spacing: 0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.kct-withdraw-table th,
.kct-withdraw-table td {
    padding: 16px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef2f6 !important;
    color: #344054;
    text-align: left;
    vertical-align: middle;
}

.kct-withdraw-table th {
    background: #f8fafc !important;
    color: #101828;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.kct-withdraw-table tbody tr:nth-child(even) td {
    background: #fcfcfd;
}

.kct-withdraw-table tbody tr:hover td {
    background: #f3f8ff;
}

.kct-withdraw-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.kct-withdraw-table td:nth-child(2) {
    color: #101828;
    font-weight: 700;
}

.kct-withdraw-status {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    padding: 7px 12px !important;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.kct-withdraw-status.status-pending {
    background: #fff7e6 !important;
    color: #b54708 !important;
}

.kct-withdraw-status.status-approved {
    background: #eaf2ff !important;
    color: #175cd3 !important;
}

.kct-withdraw-status.status-paid {
    background: #ecfdf3 !important;
    color: #027a48 !important;
}

.kct-withdraw-status.status-rejected {
    background: #fef3f2 !important;
    color: #b42318 !important;
}

@media (max-width: 767px) {
    .kct-withdraw-history {
        margin-top: 24px;
        overflow: visible;
        padding-bottom: 0;
    }

    .kct-withdraw-history h3 {
        margin-bottom: 12px !important;
        font-size: 19px;
    }

    .kct-withdraw-table {
        display: block;
        min-width: 0;
        overflow: visible;
        border: 0 !important;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        font-size: 13px;
    }

    .kct-withdraw-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .kct-withdraw-table tbody {
        display: grid;
        gap: 12px;
    }

    .kct-withdraw-table tbody,
    .kct-withdraw-table tr,
    .kct-withdraw-table td {
        width: 100%;
    }

    .kct-withdraw-table tr,
    .kct-withdraw-table td {
        display: block;
    }

    .kct-withdraw-table tbody tr {
        overflow: hidden;
        padding: 4px 14px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 5px 16px rgba(15, 23, 42, 0.04);
    }

    .kct-withdraw-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 0 !important;
        border-bottom: 1px solid #edf0f4 !important;
        background: transparent !important;
        text-align: right;
    }

    .kct-withdraw-table td:last-child {
        border-bottom: 0 !important;
    }

    .kct-withdraw-table td::before {
        content: attr(data-label);
        flex: 0 0 auto;
        color: #697386;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-align: left;
        text-transform: uppercase;
    }

    .kct-withdraw-table td:nth-child(2),
    .kct-withdraw-table td:nth-child(3) {
        text-align: right;
    }
}

.user_dashboard_panel_description {
    padding: 15px 0px 0px 15px;
    margin-bottom: 15px;
}

.kumyy-profile-verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 7px;
    padding: 5px 10px;
    border: 1px solid #86d6a7;
    border-radius: 999px;
    background: #ecfff4;
    color: #168447;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.kumyy-profile-verified-badge svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.kumyy-profile-verified-badge circle {
    fill: #21a35b;
}

.kumyy-profile-verified-badge path {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.profile-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#verification-link.kumyy-profile-verification-link {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 6px;
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px dashed #F2495B;
    border-radius: 50px;
    color: #383f5bb8;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.kumyy-profile-verification-link:hover,
.kumyy-profile-verification-link:focus {
    border-color: #F2495B;
    background: rgba(242, 73, 91, 0.08);
    color: #383f5b;
    text-decoration: none;
}

.kumyy-profile-verification-link svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: none;
    stroke: #F2495B;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kumyy-profile-verification-tooltip {
    position: absolute;
    z-index: 20;
    bottom: calc(100% + 10px);
    left: 50%;
    width: 260px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #383f5b;
    box-shadow: 0 8px 20px rgba(22, 28, 49, 0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    opacity: 0;
    pointer-events: none;
    text-align: left;
    transform: translate(-50%, 4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    visibility: hidden;
}

.kumyy-profile-verification-tooltip::after {
    position: absolute;
    top: 100%;
    left: 50%;
    border: 6px solid transparent;
    border-top-color: #383f5b;
    content: "";
    transform: translateX(-50%);
}

.kumyy-profile-verification-link:hover .kumyy-profile-verification-tooltip,
.kumyy-profile-verification-link:focus .kumyy-profile-verification-tooltip,
.kumyy-profile-verification-link:focus-visible .kumyy-profile-verification-tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}
.user_dashboard_listed.favorite.pay_details,
.page-template-user_dashboard_add_step1 .modal-body .login-links {
    display: block !important;
}
