/* Asyst logo sizing – prevents full-resolution PNG from overflowing layout */
img.ame-logo {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

img.ame-logo-nav {
    max-width: 200px !important;
    max-height: 44px !important;
    background: #fff;
    border-radius: 0.35rem;
    padding: 0.2rem 0.5rem;
}

img.ame-logo-hero {
    max-width: 420px !important;
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

img.ame-logo-login {
    max-width: 280px !important;
    margin-left: auto;
    margin-right: auto;
}

img.ame-logo-footer {
    max-width: 180px !important;
    background: #fff;
    border-radius: 0.35rem;
    padding: 0.5rem 0.75rem;
}

@media (min-width: 768px) {
    img.ame-logo-nav {
        max-width: 220px !important;
        max-height: 48px !important;
    }
}
