/**
 * METEO SANTA SUSANNA
 * Fitxer: public/assets/css/footer.css
 * Versió: 1.5.8p1
 *
 * Desenvolupament i proveïdor: SOMOSDIGITAL.NET
 * © 2026 SOMOSDIGITAL.NET
 */
.site-footer{padding:30px 16px 34px;text-align:center;color:#6d7f8d;font-size:.86rem}
.site-footer__links{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:15px}
.site-footer__links a{color:inherit;text-decoration:none}
.site-footer__links a:hover,.site-footer__links a:focus-visible{color:#0e6f9f;text-decoration:underline}
.site-footer__links span{opacity:.45}
.site-footer__copyright{line-height:1.4}
html[data-theme="dark"] .site-footer{color:#a8bdca}
html[data-theme="dark"] .site-footer__links a:hover,
html[data-theme="dark"] .site-footer__links a:focus-visible{color:#8bc9eb}
@media(max-width:520px){.site-footer{padding:24px 12px 28px;font-size:.78rem}.site-footer__links{gap:7px;margin-bottom:12px}}


/* v1.5.7d – footer links as plain text */
.site-footer__links a{
    display:inline !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    text-decoration:none !important;
}
.site-footer__links a:hover,
.site-footer__links a:focus-visible{
    background:transparent !important;
    box-shadow:none !important;
    text-decoration:underline !important;
}
