.report-page {
    padding: 24px;
}

.report-header {
    border-radius: 16px;
}

.report-title {
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.filter-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.filter-card {
    width: 100%;
    max-width: 700px;
    padding: 32px;
    border-radius: 18px;
}

@media (max-width: 768px) {
    .report-page {
        padding: 12px;
    }

    .filter-card {
        padding: 18px;
    }

    .report-title {
        font-size: 20px;
    }
}