/* Custom CSS for Weaver Productions Admin */

/* Fix login page logo - constrain to a reasonable size */
.login-logo img {
    max-width: 180px !important;
    max-height: 120px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

/* Also target the logo wrapper for better centering */
.login-logo {
    text-align: center;
}

/* Ensure brand text below logo is properly styled */
.login-logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Fix header/admin navbar logo sizing (post-login) */
.brand-link img {
    max-height: 32px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

/* Prevent tall header when logo is bigger */
.brand-link {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
