.input-suffix {
    padding: 0 0.75rem;
    font-weight: 600;
    color: var(--color-text-muted, #6b7280);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

@media (max-width: 430px) {
    .input-wrapper {
        max-width: 20rem;
    }

    .select-wrapper select {
        padding-right: 0rem;
    }

}

@media (max-width: 390px) {
    .input-wrapper {
        max-width: 18rem;
    }

    .select-wrapper select {
        padding-right: 0rem;
    }

}