/* ===== WALLET DASHBOARD ===== */
.wal-dashboard-wrapper {
    padding: 24px;
    background-color: #f9fafb;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
}

.wal-dashboard-menu-content {
    text-align: center;
}

.wal-dshboard-menu-content {
    background-image: url(https://cdn.redaccs.com/wp-content/uploads/2024/01/bg-topup.png) !important;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.wal-dashboard-profile-data p:first-child,
.wal-dashboard-profile-data p:last-child,
.yith-welrp-user-avatar {
    display: none;
}

.wal-dashboard-profile-image {
    max-width: 60px;
}

.wal-dashboard-profile-image img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: contain;
}

.wal-dashboard-profile-status {
    display: none !important;
}

.wal-dshboard-profile-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    gap: 20px;
}

.wal-dshboard-profile-wrapper .wal-dashboard-profile-data p {
    font-size: 30px;
}

.wal-dashboard-profile-data p {
    margin: 0 0 6px;
    font-size: 14px;
    color: #333;
}

.wal-dashboard-profile-data label {
    font-weight: 600;
    color: #111;
    display: inline-block;
    margin-right: 4px;
}

.wal-dashboard-profile-data span {
    color: #666;
}

.wal_status_label {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    background: #d1fae5;
    color: #065f46;
}

/* Dashboard Navigation Tabs */
.wal-dshboard-menu-wrapper,
.wal-dashboard-menu-content,
.wal-dashboard-menus {
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

.wal-dashboard-menu-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px;
    overflow-x: auto;
    margin-bottom: 24px;
}

.wal-dashboard-menu-link a {
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    border-radius: 6px;
    transition: background 0.3s ease;
    background: #fff;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.wal-dashboard-menu-link a:hover {
    background-color: #f0f0f0;
}

.wal-dashboard-menu-link a.wal-active,
.wal-dashboard-menu-item.wal-active {
    background-color: #ff6f3c !important;
    color: #fff !important;
    border-color: transparent;
}

/* Dashboard Topup Table */
.redaccs-topup table {
    margin: 0 auto 20px;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    background-color: #e0f4e6;
    width: auto;
    font-size: 14px;
    text-align: center;
}

.redaccs-topup th,
.redaccs-topup td {
    padding: 12px 16px;
    text-align: center;
    border: 1px solid #d2eadd;
    background-color: #E1F0DA;
}

.redaccs-topup td:first-child {
    background-color: #c7ebd4;
    font-weight: 600;
}

.redaccs-topup p {
    text-align: center;
    font-size: 14px;
    color: #444;
    margin: 16px 0;
}

.redaccs-topup svg {
    vertical-align: middle;
    margin-right: 6px;
}

.redaccs-topup a {
    color: #ff6f3c;
    text-decoration: none;
}

.redaccs-topup a:hover {
    text-decoration: underline;
}

/* Topup Form */
.wal-topup-form-predefined-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin: 20px 0;
}

.wal-topup-predefined-button {
    padding: 12px 20px;
    background: #f9fafb;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wal-topup-predefined-button:hover {
    background-color: #f0f1f3;
}

.wal-topup-form-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.wal-topup-form-amount {
    flex: 1;
    min-width: 240px;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
}

.wal-topup-form-btn {
    padding: 12px 20px;
    background-color: #ff6f3c;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.wal-topup-form-btn:hover {
    background-color: #e55a28;
}
    /* Wallet Dashboard */
    .wal-dshboard-profile-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .wal-dashboard-profile-status {
        margin-left: 0;
        margin-top: 10px;
    }
    .wal-dashboard-menu-links {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        justify-content: flex-start;
    }
    .wal-dashboard-menu-links::-webkit-scrollbar {
        display: none;
    }
    .wal-dashboard-menu-link a {
        flex: 0 0 auto;
        font-size: 11px;
    }
    .wal-topup-form-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .wal-topup-form-btn,
    .wal-topup-form-amount {
        width: 100%;
    }
    .redaccs-topup table {
        width: 100%;
        font-size: 13px;
    }
    .wal-topup-form-predefined-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .wal-topup-predefined-button {
        width: 100%;
    }
    .entry-content > .wal-dashboard-wrapper {
        padding: 16px;
    }
    .wal-dashboard-profile-image {
        display: none !important;
    }
