.footer-top{background-color:#dcdcdc;padding:40px 0}
.footer-top-content p{font-size:17px !important;margin:0}
.footer-top-content a{font-size:16px !important;color:#0049b8;text-decoration:underline}
.footer-top-content a:hover{border-bottom:4px #1e73be dotted}
.footer-top .footer-cotainer{gap:5%}
.footer-bottom{background-color:#005f72;padding:15px 0}
.footer-cotainer{width:1080px;display:flex;margin:auto;justify-content:space-between}
.footer-cotainer .copyright-text{margin:0;font-size:16px !important;color:#fff !important}
.footer-social-section{flex:0 0 auto;text-align:right}
.social-links{display:flex;list-style:none;margin:0;padding:0;gap:15px;align-items:center;justify-content:flex-end}
.social-link{display:inline-flex;align-items:center;text-decoration:none;color:#495057;transition:opacity .3s ease}
.social-link:hover{opacity:.7}
.social-icon{width:24px;height:24px;object-fit:contain}
.social-text{font-size:14px;font-weight:500}
@media(max-width:980px){.footer-cotainer{width:auto;flex-direction:column;gap:10px}
.footer-top .footer-cotainer{gap:20px}
.footer-top{padding:20px}
.social-links{justify-content:center}
.footer-copyright-section{text-align:center}
}
.edit-mode-placeholder{border:2px dashed #ccc;padding:20px;margin:10px;text-align:center;background-color:#f8f9fa}
.edit-mode-placeholder h3{margin-top:0;color:#495057}
.edit-mode-placeholder p{margin:5px 0;color:#6c757d}