body {
    background: #f4f6f8;
}

.navbar-brand {
    letter-spacing: .2px;
}

.card {
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
}

.section-title {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6c757d;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.contact-scope {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.table > :not(caption) > * > * {
    vertical-align: middle;
}


.five-star-emblem {
    display: inline-block;
    flex: 0 0 auto;
    vertical-align: middle;
}

.five-star-emblem-sm {
    width: 1.55rem;
    height: 1.55rem;
}

.five-star-emblem-md {
    width: 2rem;
    height: 2rem;
}

.five-star-emblem-lg {
    width: 2.65rem;
    height: 2.65rem;
}

.five-star-designation {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #805d00;
    font-weight: 700;
}

.five-star-panel {
    border: 1px solid rgba(217, 164, 65, .55);
    background: #fff9e8;
}

@media print {
    .report-actions,
    .report-filters,
    nav,
    .alert-dismissible .btn-close {
        display: none !important;
    }

    body {
        background: #fff;
    }

    main.container-fluid {
        padding: 0 !important;
    }

    .card {
        box-shadow: none;
        border: 1px solid #dee2e6;
    }
}
