﻿.rule-status-icon {
    font-size: 1.1rem;
    margin-right: 0.35rem;
}

.rule-enabled {
    color: cornflowerblue;
}

.rule-disabled {
    color: lightgray;
}

.rule-warn {
    color: orange;
}

.heading-light {
    font-size: 1.85rem;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: var(--bs-secondary-color);
}

.message-footer {
    margin-top: 0.5rem;
    font-size: 0.875em;
}