hr {
    width: 100%;
    border: none;
    border-top: 2px solid #ddd;
    margin-bottom: 40px;
}

/* Form group container */
.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.form-group:has(input[type="file"]) {
    margin-bottom: 0;
}

.form-group label {
    width: 180px;
    font-weight: normal;
}

/* Required field indicator */
.form-group label .required {
    color: red;
    font-weight: bold;
}

/* Input fields */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="file"] {
    flex: 1;
    padding: 4px 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

label {
    text-transform: none;
}

.checkbox {
    margin: 20px 0;
}

.checkbox label {
    font-weight: bold;
}

#formulario-baja .text-field.cc-contact-field {
    margin-bottom: 0;
}

/* Small helper text */
small {
    display: block;
    margin-left: 180px;
    font-size: 12px;
    color: #666;
    font-style: italic;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Contact type selector */
#contact-type {
    display: inline-block;
    width: auto;
    margin-block: 30px;
    padding-left: 8px;
    border: 1px solid #ddd;
    background-color: white;
}

.final-note {
    margin-bottom: 20px;
}
