.theme-footer{width:100%;min-height:80px;display:flex;gap:40px;justify-content:space-between;align-items:center;border-top:2px solid var(--accent);box-shadow:0 -5px 5px rgb(0 0 0 / .2);padding:24px 40px;flex-wrap:wrap}@media(max-width:1150px){.theme-footer{flex-direction:column}.theme-footer .copyright{order:3}.theme-footer .social-links{order:2}}@media(max-width:600px){.theme-footer{padding:20px 20px}}.theme-footer .link-container{flex:1;display:flex;gap:40px}.theme-footer .link-container a{color:var(--text);text-decoration:none;transition:all .2s ease-in-out}.theme-footer .link-container a:hover{color:var(--accent)}.theme-footer .copyright{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px}.theme-footer .copyright p a{color:var(--text);text-underline-offset:4px}.theme-footer .copyright p a span{filter:invert(1)}.theme-footer .copyright .pikcode{font-size:1rem}.theme-footer .social-links{flex:1;display:flex;gap:20px;justify-content:flex-end}.theme-footer .social-links a{display:flex;justify-content:center;align-items:center;width:36px;height:36px;overflow:hidden;border-radius:2px;transition:all .2s ease-in-out}.theme-footer .social-links a img{width:100%;height:100%;object-fit:contain;object-position:center}