/* MikeFly Network Custom Branding */

/* Hide OpenFSD logo SVG */
svg {
    display: none !important;
}

/* Hide any logos */
img[src*="logo"],
.logo,
header img,
nav img,
[class*="logo"],
[id*="logo"] {
    display: none !important;
}

/* Style the header/navbar */
.container-fluid.border-bottom {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    padding: 15px !important;
}

.container-fluid.border-bottom div {
    color: white !important;
    font-size: 1.5em !important;
    font-weight: bold !important;
}
