/**
 * SOTI Footer overrides
 * Tightens the site footer's vertical height without shrinking text or
 * using transform:scale (which would blur content and leave a layout gap).
 * We only trim spacing / oversized fixed heights, so everything stays legible.
 */


.footer #foot-menu #menu-main-menu-1 li { min-height: 0; }

/* 2) Trim the footer's top padding (was 40px). */
#footer { padding-top: 20px }

/* 3) Tighten the LinkedIn / YouTube / address row (was 30px top+bottom). */
.footer .footer-middle__contact { padding: 18px 0; }

/* 4) The footer logo was up to 387px wide, inflating the top band. */
.footer .footer-top img { max-width: 300px; }