/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Ocultar Dirección 2 */
#inputAddress2, 
div:has(> #inputAddress2) {
    display: none !important;
}

/* Ocultar Código Postal */
#inputPostcode, 
div:has(> #inputPostcode) {
    display: none !important;
}

/* Ocultar el campo de NIF/CIF (Tax ID) */
#inputTaxId, 
div:has(> input[value="tuhostin"]), 
.tax-id-field-container {
    display: none !important;
}
