/* Four-column footer, matching the 8xbet12 footer layout. */
.site-footer.footer-info {
  display: block;
  max-width: none;
  padding: 48px 24px 24px;
  background: #fff;
  color: #1a1a1a;
  border-top: 1px solid #e4e4e4;
  font-size: 15px;
  line-height: 1.65;
}
.footer-info .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}
.footer-info .footer-col { min-width: 0; }
.footer-info .footer-col h3 { margin: 0 0 18px; color: #111; font-size: 22px; font-weight: 700; line-height: 1.3; }
.footer-info .footer-col p { margin: 0 0 14px; color: #333; }
.footer-info .brand-name { color: #e5006d; font-weight: 700; }
.footer-info .footer-logo { display: block; width: 126px; height: auto; margin-bottom: 16px; }
.footer-info .footer-links { display: block; list-style: none; margin: 0; padding: 0; font-weight: 400; }
.footer-info .footer-links li { border-bottom: 1px solid #e4e4e4; }
.footer-info .footer-links li:last-child { border-bottom: 0; }
.footer-info .footer-links a,
.footer-info .footer-label { display: block; position: relative; padding: 10px 0 10px 26px; color: #1a1a1a; text-decoration: none; overflow-wrap: anywhere; }
.footer-info .footer-links a::before,
.footer-info .footer-label::before { content: "›"; position: absolute; left: 0; top: 15px; width: 16px; height: 16px; border-radius: 50%; color: #fff; background: #0b57d0; font-size: 18px; font-weight: 700; line-height: 14px; text-align: center; }
.footer-info .footer-links a:hover { color: #0b57d0; }
.footer-info a:focus-visible { outline: 2px solid #0b57d0; outline-offset: 3px; border-radius: 2px; }
.footer-info .footer-label { color: #626975; cursor: default; }
.footer-info .footer-label::before { background: #707986; }
.footer-info .footer-bottom { max-width: 1400px; margin: 36px auto 0; padding-top: 20px; border-top: 1px solid #e4e4e4; font-size: 14px; color: #555; }
@media (max-width: 1024px) {
  .footer-info .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
}
@media (max-width: 600px) {
  .site-footer.footer-info { padding: 36px 20px 96px; }
  .footer-info .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .footer-info .footer-col h3 { font-size: 20px; }
}

/* Contact details from the 8xbet12 reference footer. */
.footer-info .footer-contact { list-style: none; margin: 0 0 18px; padding: 0; }
.footer-info .footer-contact li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #e4e4e4; }
.footer-info .footer-contact li:last-child { border-bottom: 0; }
.footer-info .footer-contact svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 4px; fill: #0b57d0; }
.footer-info .footer-contact span { min-width: 0; overflow-wrap: anywhere; }
.footer-info .footer-contact a { color: #1a1a1a; text-decoration: none; }
.footer-info .footer-contact a:hover { color: #0b57d0; }
.footer-info .footer-hashtags { color: #333; word-spacing: 2px; overflow-wrap: anywhere; }
