/*
 * Site-specific customizations belong here.
 * This file is intentionally loaded after template.css and is safe to edit.
 */

/* Optional helper classes for Custom HTML modules. */
.uni-icon-badge {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: var(--primary-color);
    background: rgba(18, 59, 109, .08);
    border-radius: 14px;
    font-size: 24px;
    font-weight: 800;
}

.uni-card-category {
    display: block;
    margin-bottom: 8px;
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.uni-split {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
}

.uni-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.uni-muted { color: var(--muted-color); }
.uni-text-center { text-align: center; }
.uni-mb-0 { margin-bottom: 0; }
