.melding-list {
    display: grid;
    gap: 14px;
}

.melding-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    padding: 16px;
}

.melding-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.melding-head span {
    background: #eef2ff;
    color: #1d4ed8;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.melding-body p {
    margin: 6px 0;
}

.melding-card-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.melding-card-body p {
    margin: 6px 0;
}

.badge-warning {
    background: #fef3c7;
    color: #92400e;
}

.badge-danger {
    background: #fee2e2;
    color: #991b1b;
}

.badge-info {
    background: #dbeafe;
    color: #1e40af;
}

/* =========================================================
   ROADALERT HM FONTS
========================================================= */

@font-face{
    font-family:'HM-Condensed';
    src:url('/assets/fonts/HWYGCOND.TTF') format('truetype');
}

@font-face{
    font-family:'HM-Wide';
    src:url('/assets/fonts/HWYGWDE.TTF') format('truetype');
}

@font-face{
    font-family:'HM-Narrow';
    src:url('/assets/fonts/HWYGNRRW.TTF') format('truetype');
}

@font-face{
    font-family:'HM-Expanded';
    src:url('/assets/fonts/HWYGEXPD.TTF') format('truetype');
}

@font-face{
    font-family:'HM-Other';
    src:url('/assets/fonts/HWYGOTH.TTF') format('truetype');
}