/* Sport Fight Club — Footer section */
.sfc-footer-section{width:100%;background:var(--sfc-footer-section-bg,#111);color:var(--sfc-footer-section-text,#fff);padding:clamp(42px,6vw,76px) 0}
.sfc-footer-section a{color:var(--sfc-footer-section-link,#fff);text-decoration:none}
.sfc-footer-section a:hover,.sfc-footer-section a:focus-visible{color:var(--sfc-footer-section-link,#fff);text-decoration:underline}
.sfc-footer-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.sfc-footer-column{position:relative;isolation:isolate;overflow:hidden;min-width:0;min-height:180px;background:inherit}
.sfc-footer-column::before{content:"";position:absolute;inset:0;z-index:0;background-image:var(--sfc-footer-column-image,none);background-position:center;background-repeat:no-repeat;background-size:auto 100%;opacity:var(--sfc-footer-column-opacity,1);pointer-events:none}
.sfc-footer-column__content{position:relative;z-index:1;height:100%;padding:28px 24px}
.sfc-footer-widget{margin:0 0 24px}
.sfc-footer-widget:last-child{margin-bottom:0}
.sfc-footer-widget-title{margin:0 0 14px;color:inherit;font-size:1.1rem;line-height:1.3}
.sfc-footer-widget p:last-child{margin-bottom:0}
.sfc-footer-widget ul{margin:0;padding:0;list-style:none}
.sfc-footer-widget li+li{margin-top:8px}
.sfc-footer-widget img,.sfc-footer-widget figure,.sfc-footer-widget .wp-block-image{display:block;max-width:100%;height:auto}.sfc-footer-widget figure{margin:0}.sfc-footer-widget img{width:auto;max-width:100%;height:auto}.sfc-footer-widget .wp-block-image img{display:block;width:auto;max-width:100%;height:auto}.sfc-footer-widget .widget_media_image img{display:block;width:auto;max-width:100%;height:auto}
.sfc-footer-widget input,.sfc-footer-widget select,.sfc-footer-widget textarea{max-width:100%}
@media (max-width:1024px){.sfc-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.sfc-footer-column{min-height:160px}}
@media (max-width:640px){.sfc-footer-section{padding:34px 0}.sfc-footer-columns{grid-template-columns:1fr;gap:16px}.sfc-footer-column{min-height:0}.sfc-footer-column__content{padding:24px 20px}}
@media (prefers-reduced-motion:reduce){.sfc-footer-column::before{transition:none}}
