/* --- Language Switcher Cleanup --- */
.mod-languages .lang-active {
    display: none !important;
}

/* --- Final Logo Styling --- */
.my-custom-header {
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.2 !important;
    padding: 0 !important;
}

/* First line: White, Large, Bold */
.my-custom-header .line-one {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    display: block !important;
}

/* Second line: White, Smaller */
.my-custom-header .line-two {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    display: block !important;
}

/* Subtle hover effect */
.my-custom-header:hover .line-one {
    color: #f0f0f0 !important;
}

/* Remove any potential extra styling from the module wrapper */
.mod-custom {
    font-size: inherit !important;
    font-weight: inherit !important;
}