/* Logo styles for header and footer */
/* Use base header styles from admin_common.css; only size logo elements here */

.header-left {
    display: flex;
    align-items: center;
}

.header-center {
    margin-left: 20px;
    font-size: 1.1em;
}

.header-center h2 {
    margin: 0;
    font-weight: 500;
}

.header-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header-right span {
    font-weight: 500;
}

.logo {
    height: 100px;
}

.logo-right {
    height: 100px;
    margin-left: 15px;
}

/* Footer layout handled by admin_common.css */

.footer-logo {
    height: 80px;
}

/* Remove container overrides to avoid conflicts */