.btn-submit {
    background-color: #1A73E8;
    color: white;
}

.btn-submit:hover {
    background-color: #155ab6;
}

.remove-btn {
    margin-left: 0.5rem;
}

#rate-fields .rate-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

#rate-fields .rate-row .form-control {
    flex: 1;
    min-width: 150px;
}