﻿.report-footer {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    color: #444;
}

.footer-line {
    border: none;
    border-top: 1px solid #555;
    margin-bottom: 10px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
}

.footer-left {
    flex: 1;
    text-align: left;
}

.footer-center {
    flex: 1;
    text-align: center;
}

.footer-right {
    flex: 1;
    text-align: right;
}

    .footer-left div,
    .footer-center div,
    .footer-right div {
        margin-bottom: 3px;
    }

.page-number {
    font-weight: bold;
}
