/* Target logo by alt attribute */
img[alt="logo"] {
    width: 400px !important;
    height: auto !important;
    max-width: none !important;
}

/* Target logo by src attribute */
img[src*="logo_light.svg"],
img[src*="logo_dark.svg"],
img[src*="/logo"] {
    width: 400px !important;
    height: auto !important;
    max-width: none !important;
}

/* Target logo container/header */
header img {
    width: 400px !important;
    height: auto !important;
    max-width: none !important;
}
