
hr {
    opacity: 1;
}

/* Loading overlay */
.n9-loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

    .n9-loading-overlay.active {
        display: flex;
    }

.n9-loading-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #e9ecef;
    border-top-color: #003580;
    border-radius: 50%;
    animation: n9-spin 0.8s linear infinite;
}

@keyframes n9-spin {
    to {
        transform: rotate(360deg);
    }
}

.tags-badge {
    padding: 5px 5px;
}

    .tags-badge.bg-primary {
        background-color: #003580 !important;
    }

    .tags-badge .btn-close-white {
        color: #fff;
        opacity: 1;
    }

.hero-kicker {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9a6f1e;
    margin-bottom: 0.75rem;
}
