.input-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0 auto;
    margin-bottom: 1em;

    label {
        font-weight: normal;
    }
}