/* === Multi-Site Desktop & Mobile Fixes === */
/* For thinkshare-norge.com and sharepointmigration.com */

/* Desktop section spacing - match main site 25px */
.dnd-section{padding-top:25px!important;padding-bottom:25px!important}

/* Preserve hero/banner row (row 0 background) larger padding */
.dnd_area-row-0-background-color{padding-top:8px!important;padding-bottom:8px!important}

/* Header - reduce inner padding instead of clipping */
.header__top{padding-top:3px!important;padding-bottom:3px!important}
.header__bottom{padding-top:8px!important;padding-bottom:8px!important}
.header img{max-height:55px!important;width:auto!important}
.header svg{max-height:55px!important;width:auto!important}

/* Footer tighten */
.footer-row .dnd-section{padding-top:12px!important;padding-bottom:12px!important}

/* === MOBILE === */
@media(max-width:767px){
  .dnd-section{padding-top:15px!important;padding-bottom:15px!important}
  .header__top{padding-top:2px!important;padding-bottom:2px!important}
  .header__bottom{padding-top:5px!important;padding-bottom:5px!important}
  .header img{max-height:40px!important}
  .header svg{max-height:40px!important}
  .footer-row .dnd-section{padding-top:10px!important;padding-bottom:10px!important}
}
