/*
 * Logo Size Fixes - Force small logo sizes
 */

/* Header Logo */
.navbar img {
    max-height: 28px !important;
    height: auto !important;
}

@media (max-width: 767px) {
    .navbar img {
        max-height: 24px !important;
    }
}

/* Footer Logos */
footer img {
    max-height: 20px !important;
}

footer .flex.items-center.gap-1\.5 img {
    max-height: 12px !important;
    max-width: 40px !important;
}

/* Ensure logos don't scale up */
img[alt*="TapNex"],
img[alt*="NexGen"],
img[alt*="Forge"] {
    object-fit: contain !important;
}

/* Forge Gaming Cafe Logo - Hero Section */
img[alt*="Forge"] {
    max-height: 240px !important;
}

@media (max-width: 640px) {
    img[alt*="Forge"] {
        max-height: 120px !important;
    }
}