/* ==========================
   HISTORY PAGE STYLES
   ========================== */

/* Transactions Section */
.detail-transactions {
    background: #1A1D29;
    padding: 20px;
    padding-bottom: 100px;
}

.detail-transactions .section-title {
    font-size: 13px;
    font-weight: 700;
    color: #6B7088;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    margin-top: 24px;
}

.detail-transactions .section-title:first-child {
    margin-top: 0;
}

/* History Empty State */
.history-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 8px;
    text-align: center;
}

.history-empty-state.hidden {
    display: none;
}
