.audit-display-block {
    display: block;
}

.audit-mt-12 {
    margin-top: 12px;
}

.audit-mt-26 {
    margin-top: 26px;
}

.audit-mb-0 {
    margin-bottom: 0 !important;
}

.audit-static-play {
    opacity: .65;
    cursor: default;
}

.audit-date-note {
    margin: 8px 0 0;
    color: var(--hsn-text);
    font-size: .92rem;
    line-height: 1.7;
}

.audit-glass-chip {
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .16);
    color: #fff;
}

.audit-footer-empty {
    color: var(--sf-muted);
    font-weight: 800;
    padding: 6px 2px;
}

.audit-flex-center {
    display: flex !important;
    justify-content: center !important;
}

.audit-breadcrumb-banner {
    background-image: url('/img/bg/bdrc-bg.png');
}

.audit-email-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.audit-email-link::after {
    content: "\2197";
    font-size: .85em;
}
