/* QUITA "AUTHOR INFO" (busca el h3 y todo lo siguiente hasta el siguiente h3) */
h3:contains("Author Info") + p,
h3:contains("Author Info") + ul,
h3:contains("Author Info"),
h3:has(+ p:contains("admin")),
h3:has(+ ul:contains("Miembro desde")) {
    display: none !important;
}

/* QUITA "CONTACT THE LISTING OWNER" (busca el h3 y el formulario siguiente) */
h3:contains("Contact the listing owner") + p,
h3:contains("Contact the listing owner") + form,
h3:contains("Contact the listing owner"),
h3:has(+ p:contains("Submit Now")) {
    display: none !important;
}

/* OPCIONAL: Hace full-width el contenido principal */
.directorist-single-listing-contents .directorist-col-lg-8 {
    width: 100% !important;
}
