/* Approved Magento migration layout fixes. Release-specific cache key. */
@media screen and (min-width: 769px) {
    header#masthead .navigation { display: flex !important; align-items: center !important; }
    header#masthead .navigation .logo img { max-width: 175px !important; margin-top: 19px !important; }
    header#masthead .jaws > ul { display: block !important; margin: 23px 0 0 !important; padding: 0 !important; text-align: right !important; }
    header#masthead .jaws > ul > li { display: inline-block !important; width: auto !important; margin: 0 0 0 10px !important; padding: 25px 0 !important; vertical-align: top !important; }
    header#masthead .jaws > ul > li > a { display: inline-block !important; padding: 8px !important; color: #000; font: 400 16px/normal Lato, sans-serif !important; text-transform: none !important; }
    header#masthead .jaws > ul > li > a:hover,
    header#masthead .jaws > ul > li > a:focus,
    header#masthead .jaws > ul > li.current-menu-item > a,
    header#masthead .jaws > ul > li.current-menu-parent > a,
    header#masthead .jaws > ul > li.current-menu-ancestor > a,
    header#masthead .jaws > ul > li.current_page_item > a,
    header#masthead .jaws > ul > li.current_page_parent > a,
    header#masthead .jaws > ul > li.current_page_ancestor > a {
        background: #36434c !important;
        color: #fff !important;
    }
}
.magento-migration-sample > p:first-child img { display: block; width: auto !important; max-width: 100% !important; height: auto !important; }
.magento-migration-sample .migration-cta-group p:first-child { display: flex !important; flex-wrap: wrap !important; column-gap: 12px !important; row-gap: 12px !important; align-items: center !important; }
