/* Footer — bedste-casinoer.dk */
footer { background: #3E4A59; color: #aaaaaa; padding: 40px 0 0; }
footer .footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; display: grid; grid-template-columns: 1fr; gap: 32px; }
footer .footer-brand .footer-logo { margin-bottom: 12px; }
footer .footer-brand .footer-logo img { height: 32px; width: auto; }
footer .footer-brand p { font-size: 13px; line-height: 1.6; color: #ffffff; margin: 0 0 8px 0; }
footer .footer-nav h4 { font-size: 13px; font-weight: 600; color: #b8bfc8; text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 12px 0; }
footer .footer-nav ul { list-style: none; margin: 0; padding: 0; }
footer .footer-nav ul li { margin-bottom: 8px; }
footer .footer-nav ul li a { font-size: 14px; color: #ffffff; text-decoration: none; transition: color 0.2s; }
footer .footer-nav ul li a:hover { color: #E59100; text-decoration: none; }
footer .footer-legal { padding: 20px 0; }
footer .footer-legal-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; padding-bottom: 20px; }
footer .footer-bottom-row { display: flex; flex-direction: column; gap: 10px; }
footer .footer-bottom-row .footer-18 { display: flex; align-items: center; gap: 10px; }
footer .footer-bottom-row .badge-18-sm { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 2px solid #C22D20; border-radius: 50%; color: #C22D20; font-size: 11px; font-weight: 700; flex-shrink: 0; }
footer .footer-bottom-row .footer-notice { font-size: 12px; color: #ffffff; line-height: 1.5; }
footer .footer-bottom-row .footer-notice a { color: #E59100; text-decoration: underline; }
footer .footer-copyright { font-size: 12px; color: #ffffff; margin-top: 12px; }
footer .footer-licence { font-size: 11px; color: #ffffff; margin-top: 6px; }
@media (min-width: 768px) {
  footer .footer-inner { grid-template-columns: 2fr 1fr 1fr; }
  footer .footer-bottom-row { flex-direction: row; justify-content: space-between; align-items: flex-start; }
}
