/*
 * Additive compact override for the theme's footer widget band.
 * Scoped under .hn-footer so it only affects this footer, never other pages.
 */

/* Tighten the dark band — theme default is a generous 100px vertical */
.hn-footer .footer-widget-area {
    padding: 56px 0 44px;
}

/* Smaller column headings */
.hn-footer .single-footer-widget .widget-title {
    font-size: 18px;
    margin-bottom: 16px;
}

/* Denser link rows */
.hn-footer .single-footer-widget .widget-list li {
    padding: 6px 0;
}

/* Tighter contact lines */
.hn-footer .single-footer-widget .widget-body address {
    line-height: 1.9;
}

/* More compact CTA button */
.hn-footer .flosun-button {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 22px;
}

/* Slimmer legal strip */
.hn-footer .footer-copyright-area {
    padding: 14px 0;
}

/* Keep the compact rhythm on tablet / mobile */
@media (max-width: 991px) {
    .hn-footer .footer-widget-area {
        padding: 44px 0 36px;
    }
}
