/*
Theme Name: Phlox Pro Child
Theme URI: https://www.lifepartner4u.com
Description: Child theme for Phlox Pro - LifePartner4U customizations
Author: LifePartner4U
Author URI: https://www.lifepartner4u.com
Template: phlox-pro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: phlox-pro-child
*/

/* ==========================================================================
   Logo Styling (kept from original)
   ========================================================================== */

/* Header logo sizing */
.aux-logo-header img,
.aux-header .aux-logo img,
.site-header .custom-logo,
.custom-logo-link img,
.aux-logo img {
    max-height: 70px !important;
    width: auto !important;
    object-fit: contain;
}

/* Ensure logo container has proper spacing */
.aux-logo-header,
.aux-header .aux-logo {
    padding: 10px 0;
}

/* Mobile logo sizing */
@media (max-width: 768px) {
    .aux-logo-header img,
    .aux-header .aux-logo img,
    .custom-logo-link img,
    .aux-logo img {
        max-height: 50px !important;
    }
}
