@media (max-width:767px) {
    .glbl-styling .edit-search--mobile.js-mobile-search-summary button.bttn:not(.holiday-calendar-test) {}

    .glbl-styling .edit-search-panel-wrapper {
        max-height: 0;
        -webkit-transition: max-height .5s ease-out;
        transition: max-height .5s ease-out
    }

    .glbl-styling .edit-search-panel-wrapper.is-active {
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 500px;
        -webkit-transition: max-height .5s ease-in;
        transition: max-height .5s ease-in
    }

    .glbl-styling .edit-search[data-open-mobile=false] .edit-search-panel-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden
    }
}

@media (max-width:767px) {
    .glbl-styling .edit-search--bttn {
        display: none;
    }

    .glbl-styling .js-edit-trigger {
        pointer-events: none;
    }

    .glbl-styling .holiday-calendar-test {
        position: absolute;
        right: 12px;
        top: 15px;
        z-index: 1;
    }

    .glbl-styling .edit-search--list {
        width: calc(100% - 130px) !important;
        display: block !important;
        flex-grow: initial;
        min-height: 40px;
    }
}

@media (min-width:768px) {
    .glbl-styling .holiday-calendar-test {
        display: none;
    }
}
