.elementor-4655 .elementor-element.elementor-element-8f62730{--display:flex;--min-height:100vh;--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-4655 .elementor-element.elementor-element-8f62730:not(.elementor-motion-effects-element-type-background), .elementor-4655 .elementor-element.elementor-element-8f62730 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for shortcode, class: .elementor-element-887d742 */@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');

/* --- GLASS CONTAINER --- */
.pxp-history-container {
    background: rgba(255, 255, 255, 0.03); 
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08); 
    border-radius: 24px;
    /* Increase container padding for overall spaciousness */
    padding: 50px; 
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    font-family: 'Outfit', sans-serif;
    color: #fff;
    max-width: 850px;
    margin: 40px auto; 
}

/* --- TITLE --- */
.pxp-hist-title {
    margin: 0 0 40px 0; /* More gap below title */
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* --- TABLE LAYOUT --- */
.pxp-hist-table-wrapper {
    overflow-x: auto;
}

.pxp-hist-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* --- HEADERS --- */
.pxp-hist-table th {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.4);
    
    /* Gap between Header Text and the first row */
    padding-bottom: 30px !important; 
    
    font-weight: 600;
}

/* --- ROWS --- */
.pxp-hist-table tr {
    transition: background 0.2s ease;
}
.pxp-hist-table tr:hover {
    background: rgba(255, 255, 255, 0.02); 
}

/* --- CELLS (The fix is here) --- */
.pxp-hist-table td {
    /* SIGNIFICANT PADDING for the gap you wanted */
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    
    /* The Grid Line */
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    
    vertical-align: middle;
    line-height: 1.5;
}

.pxp-hist-table tr:last-child td {
    border-bottom: none;
}

/* --- COLUMN STYLES --- */

/* DATE */
.pxp-date-col {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 400;
    width: 20%;
}

/* USER INFO */
.pxp-tx-row {
    display: flex;
    align-items: center;
    gap: 18px; /* Gap between badge and name */
}
.pxp-tx-info {
    display: flex;
    flex-direction: column;
    gap: 4px; /* Gap between Name and ID */
}
.pxp-tx-name {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.pxp-tx-id {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

/* AMOUNT (Orange) */
.pxp-amt-col {
    text-align: right;
    font-size: 16px;
    font-weight: 700; 
    letter-spacing: -0.5px;
    color: #ff6600 !important; 
    text-shadow: 0 0 25px rgba(255, 102, 0, 0.25);
}

.pxp-amt-plus, .pxp-amt-minus { color: #ff6600 !important; }

/* --- BADGES --- */
.pxp-icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 50px;
}

.badge-in {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.badge-out {
    background: rgba(255, 102, 0, 0.1);
    color: #ff6600;
    border: 1px solid rgba(255, 102, 0, 0.15);
}

.pxp-no-data, .pxp-glass-notice {
    text-align: center;
    padding: 40px;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 600px) {
    .pxp-history-container {
        padding: 30px;
        margin: 20px;
        border-radius: 20px;
    }
    .pxp-date-col { display: none; } 
    .pxp-hist-title { font-size: 20px; margin-bottom: 25px; }
    .pxp-tx-name { font-size: 14px; }
    .pxp-amt-col { font-size: 15px; }
    
    /* Slightly less padding on mobile so it fits */
    .pxp-hist-table td { padding-top: 20px !important; padding-bottom: 20px !important; }
}/* End custom CSS */