/* Kingprint Footer */
:root { --kp-red:#e30613; --kp-yellow:#ffd100; --kp-black:#000; --kp-white:#fff; }

.site-footer { background:#0f0f0f; color:#e9e9e9; }
.kp-footer { border-top: 4px solid var(--kp-red); }
.kp-footer__container { max-width:1140px; margin:0 auto; padding: 20px 16px; display:flex; align-items:center; justify-content:center; }
.kp-footer__copy { margin:0; font-size:14px; color:#cfcfcf; text-align:center; }
.kp-footer a { color: var(--kp-yellow); text-decoration:none; }
.kp-footer a:hover { color:#fff; text-decoration: underline; }

@media (min-width: 1024px){ .kp-footer__container { padding: 24px; } }
