/* --- Header Layout --- */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 20px;
    background: #ffffff;
    border-bottom: 1px solid #f3f2ef;
}
.site-header img.custom-logo {
    width: 100%;
    max-width: 270px;
}
