/* Styles for form components with unique classes */

/* Custom Select Label */
.custom-select-label {
    color: var(--Negro, #121212);
    text-align: center;
    font-family: Outfit;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.025rem;
    align-self: stretch;
    display: block;
}

/* Select Label */
.select-label {
    color: var(--Negro, #121212);
    text-align: center;
    font-family: Outfit;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.025rem;
    align-self: stretch;
    display: block;
}

/* Radio Group Label */
.radio-group-label {
    color: var(--Negro, #121212);
    text-align: center;
    font-family: Outfit;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.025rem;
    align-self: stretch;
    display: block;
}

/* Document fields row */
.document-fields-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.document-fields-row .form-group {
    flex: 1 1 0;
    margin-bottom: 0;
}

.document-fields-row .form-group:first-child {
    flex: 0 0 auto;
    min-width: 120px;
}
