/* Keep the service links in every page footer on one line. */
.footer-services {
    flex-wrap: nowrap !important;
    gap: 0.55rem !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: thin;
}

.footer-services a {
    flex: 0 0 auto;
    font-size: clamp(0.6rem, 0.82vw, 0.75rem) !important;
    letter-spacing: 0;
}
