.elementor-24204 .elementor-element.elementor-element-122967e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}@media(min-width:768px){.elementor-24204 .elementor-element.elementor-element-122967e{--content-width:60%;}}@media(max-width:1200px) and (min-width:768px){.elementor-24204 .elementor-element.elementor-element-122967e{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-10d37dd *//* Transactions Table */
.transactions-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.transactions-table th,
.transactions-table td {
    border: 1px solid #ddd;
    padding: 12px 8px;
    text-align: left;
}

.transactions-table thead tr {
    background-color: #f5f5f5;
}

.transactions-table th {
    font-weight: 600;
}

.transactions-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.transactions-table tbody tr:hover {
    background-color: #f0f0f0;
}

.transactions-table .col-date {
    white-space: nowrap;
}

.transactions-table .col-amount {
    text-align: right;
    white-space: nowrap;
}

.transactions-table .col-type,
.transactions-table .col-amount {
    font-weight: bold;
}

.transactions-table .income {
    color: #28a745;
}

.transactions-table .expense {
    color: #dc3545;
}

.transactions-empty {
    padding: 20px;
    text-align: center;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .transactions-table {
        font-size: 12px;
    }
    .transactions-table th,
    .transactions-table td {
        padding: 8px 4px;
    }
}/* End custom CSS */