/* Formulario de recicla */
.alen-recycling-form {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 24px 18px 18px;
    background: #ffffff;
    border-radius: 36px;
    box-sizing: border-box;
}

.alen-recycling-form .alen-fields-row {
    display: flex;
    gap: 14px;
}

.alen-recycling-form .alen-field {
    flex: 1;
    min-width: 0;
    margin-bottom: 10px;
}

.alen-recycling-form label {
    display: block;
    margin-bottom: 7px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
}

.alen-recycling-form label span {
    margin-left: 5px;
    color: #e00000;
}

.alen-recycling-form input,
.alen-recycling-form textarea {
    display: block;
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #7d8795;
    border-radius: 2px;
    background: #ffffff;
    color: #333333;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.3;
    box-sizing: border-box;
}

.alen-recycling-form input {
    height: 40px;
}

.alen-recycling-form textarea {
    min-height: 96px;
    resize: vertical;
}

.alen-recycling-form input::placeholder,
.alen-recycling-form textarea::placeholder {
    color: #a8adb3;
    opacity: 1;
}

.alen-recycling-form .alen-report {
    margin-top: 2px;
    text-align: center;
}

.alen-recycling-form .alen-report label {
    margin-bottom: 2px;
    font-size: 18px;
}

.alen-recycling-form .alen-report p {
    max-width: 300px;
    margin: 0 auto 8px;
    color: #000000;
    font-size: 10px;
    line-height: 1.35;
}

.alen-recycling-form .alen-submit {
    margin-top: 18px;
    text-align: center;
}

.alen-recycling-form button {
    min-width: 129px;
    min-height: 59px;
    padding: 12px 25px;
    border: 0;
    border-radius: 5px;
    background: #515151;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.alen-recycling-form button:hover,
.alen-recycling-form button:focus {
    background: #3f3f3f;
}

.alen-recycling-form .alen-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 480px) {
    .alen-recycling-form {
        padding: 25px 20px;
        border-radius: 30px;
    }

    .alen-recycling-form .alen-fields-row {
        display: block;
    }
}

.alen-report label{
    display: block;
    text-align: center;
}

/* Formulario de sostenibilidad */
.alen-sustainability-form {
    width: 100%;
    max-width: 276px;
    margin: 0 auto;
    padding: 28px 25px 25px;
    background: #ffffff;
    border-radius: 11px;
    box-sizing: border-box;
}

.alen-sustainability-field {
    margin-bottom: 10px;
}

.alen-sustainability-field label {
    display: block;
    margin-bottom: 6px;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.alen-sustainability-field .required {
    color: #e00000;
}

.alen-sustainability-field input {
    display: block;
    width: 100%;
    height: 41px;
    padding: 9px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
    font-family: inherit;
    font-size: 15px;
    box-sizing: border-box;
}

.alen-sustainability-field input::placeholder {
    color: #b3b3b3;
    opacity: 1;
}

.alen-sustainability-privacy {
    margin-bottom: 10px;
}

.alen-sustainability-privacy label {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.alen-sustainability-privacy input {
    width: 13px;
    height: 13px;
    margin: 0;
}

.alen-sustainability-privacy a {
    color: #259d43;
    text-decoration: none;
}

.alen-sustainability-privacy a:hover {
    text-decoration: underline;
}

.alen-sustainability-submit {
    display: block;
    width: 100%;
    min-height: 40px;
    margin-top: 8px;
    padding: 9px 16px;
    border: 0;
    border-radius: 4px;
    background: #555555;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.alen-sustainability-submit:hover,
.alen-sustainability-submit:focus {
    background: #444444;
}

.alen-form-message {
    margin: 10px 0 0;
    font-size: 13px;
    text-align: center;
}

.alen-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}