.sm2-report-page {
    background: #f4f6f7;
}

.sm2-report-shell {
    overflow: hidden;
    border: 1px solid #d7e0e7;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(27, 47, 65, .07);
}

.sm2-report-header {
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid #e1e7eb;
    background: #fff;
}

.sm2-report-header h2 {
    margin: 0;
    color: #202a33;
    font-size: clamp(1.55rem, 2vw, 1.9rem);
    font-weight: 800;
}

.sm2-report-header p {
    max-width: 52rem;
    margin: .3rem 0 0;
    color: #60707d !important;
    font-size: .9rem;
}

.sm2-report-shell > .alert {
    margin: 1.25rem 1.75rem 0 !important;
}

.sm2-report-panel {
    padding: 1.5rem 1.75rem 1.75rem;
}

.sm2-report-section h5,
.sm2-report-section h6,
.sm2-report-movements h5,
.sm2-report-results h5,
.sm2-report-results h6 {
    color: #23384b;
    font-weight: 800 !important;
}

.sm2-report-section--divided {
    border-left: 1px solid #e1e7eb;
    padding-left: 1.75rem;
}

.sm2-report-section .row > div,
.sm2-report-movements .d-flex {
    color: #334654;
    font-size: .88rem;
}

.sm2-report-movements {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e1e7eb;
}

.sm2-report-results {
    margin: 0 1.75rem 1.75rem;
    padding: 1.25rem 0 0;
    border-top: 1px solid #d7e0e7;
}

.sm2-report-results .sm2-admin-record-list {
    margin-top: .75rem;
}

@media (max-width: 1199.98px) {
    .sm2-report-section--divided {
        padding-top: 1.5rem;
        padding-left: calc(var(--bs-gutter-x) * .5);
        border-top: 1px solid #e1e7eb;
        border-left: 0;
    }
}

@media (max-width: 575.98px) {
    .sm2-report-header,
    .sm2-report-panel {
        padding: 1.1rem;
    }

    .sm2-report-header .btn {
        width: 100%;
    }

    .sm2-report-shell > .alert {
        margin: 1rem 1.1rem 0 !important;
    }

    .sm2-report-results {
        margin: 0 1.1rem 1.1rem;
    }

    .sm2-report-movements .d-flex {
        flex-direction: column;
        gap: .65rem !important;
    }
}
