@media(max-width:760px){
  body>header.is-compact .brand,
  .dl-site-header.is-compact .dl-header-brand{
    display:flex;
  }
  body>header.is-compact .phone,
  body>header.is-compact .header-email,
  .dl-site-header.is-compact .dl-header-phone,
  .dl-site-header.is-compact .dl-header-email{
    display:flex;
  }
  body>header.is-compact .nav,
  .dl-site-header.is-compact .dl-header-wrap{
    min-height:68px;
    padding:8px 0;
    flex-wrap:wrap;
  }
  body>header.is-compact .header-actions,
  .dl-site-header.is-compact .dl-header-actions{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:stretch;
    gap:8px;
    margin-top:52px;
  }
  body>header.is-compact .language-switch,
  .dl-site-header.is-compact .language-switch{
    top:12px;
    right:12px;
    left:auto;
  }
}
