.elementor-1193 .elementor-element.elementor-element-6b5aec9{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-3a9efc8 */.invoice-summary-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.summary-block {
    flex: 1 1 calc(25% - 20px); /* 4 blocks in a row with gap */
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.summary-block h3 {
    margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
}

.summary-block p {
    font-size: 20px;
    font-weight: bold;
    color: #0073aa;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b6a43f1 *//* Status colors */
.status-funds-advanced {
    color: green;
    font-weight: bold;
}

.status-payment-overdue {
    color: red;
    font-weight: bold;
}/* End custom CSS */