/**
 * HeyPiggy Branding System Styles
 * Nur Logo-Größen, KEINE Versteck-Effekte!
 */

/* Header-Logo Größe */
.header__logo img, 
.a-logo-wrapper img {
    max-height: 60px !important;
    height: auto !important;
    max-width: 250px !important;
    width: auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

/* Footer-Logo Größe */
.footer__logo img {
    max-height: 50px !important;
    height: auto !important;
    max-width: 200px !important;
    width: auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

/* SVG-Spezifische Anpassungen */
img[src$=".svg"] {
    opacity: 1 !important;
    visibility: visible !important;
}
