.producers-footer{background-color:#007e8d;border-top:1px solid #e9ecef;padding:1rem 0;font-family:Arial,sans-serif}
.producers-footer-container{display:flex;align-items:center;justify-content:space-between;width:1080px;margin:0 auto}
.copyright-section{flex:0 0 auto}
.copyright-text{margin:0;color:#fff;font-size:.875rem;line-height:1;white-space:nowrap}
.social-media-section{flex:0 0 auto}
.social-links{display:flex;gap:.75rem;align-items:center}
.social-link{display:inline-block;transition:transform .2s ease-in-out,opacity .2s ease-in-out;text-decoration:none;overflow:hidden}
.social-link:hover{transform:scale(1.1);opacity:.8}
.social-icon{width:28px;height:28px;box-shadow:0 2px 6px rgba(0,0,0,0.1);transition:box-shadow .2s ease-in-out;display:block}
.social-link:hover .social-icon{box-shadow:0 4px 10px rgba(0,0,0,0.2)}
.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}
@media(max-width:980px){.provider-blog-footer-container{flex-direction:column;gap:10px}
}