// wp-content/themes/buzzyy/assets/css/custom-header.css

.mkdf-header-custom .mkdf-menu-area {
    height: 120px;
    background-color: #fff;
}

.mkdf-header-custom .mkdf-position-left {
    width: auto;
}

.mkdf-header-custom .mkdf-position-right {
    width: auto;
}

.mkdf-header-custom .header-banner {
    width: 570px;
    height: 90px;
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.mkdf-header-custom .header-banner-widget {
    width: 100%;
    height: 100%;
}

.mkdf-header-custom .mkdf-main-menu-area {
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}

.mkdf-header-custom .mkdf-logo-wrapper img {
    max-height: 80px;
    width: auto;
}