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

    ** Custom Stylesheet **

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

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

p a[href*="whmcs.com"] { display: none !important; }
p:has(a[href*="whmcs.com"]) { display: none !important; }

/* Ajustar tamaño del logo sin romper el header */
#header .logo img {
    height: auto !important;
    max-height: 160px !important; /* cambia este número según lo grande que lo quieras */
    width: auto !important;
    object-fit: contain;  /* asegura que no se deforme */
}
