/* =========================================
   Vozidlo Štítky (bulinky)
   ========================================= */

.svg-stitky {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.svg-stitok {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 22px;
    border-radius: 999px;
    background-color: #003d7a;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    white-space: nowrap;
}
