/* ------------------------------------------------------------------
   MWOS.net CMS footer ("veefooter") styles.

   On the live site this block is injected inline, inside the CMS footer
   content, together with a pile of overrides for casino/lotto/slots pages
   that do not exist on a standalone landing page. Those page-specific
   overrides have been dropped; everything that styles the footer itself is
   reproduced verbatim.

   The :root token block that shipped with it now lives in
   css-src/theme-vars.css (and so in the generated site.css).
   ------------------------------------------------------------------ */

.veefooter {
  margin: 0;
  padding: 0;
  color: var(--footer-text-color);
  background: var(--footer-main-background);
  font-family: inherit;
}

.veefooter a {
  color: var(--footer-text-color);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.veefooter a:hover {
  color: var(--footer-link-hover-color);
}

.veefooter .footer {
  padding: 60px 20px 30px;
  border-top: 1px solid var(--footer-border-color);
}

.veefooter .footer .container {
  max-width: var(--footer-max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.veefooter .footer-section {
  min-width: 0;
  text-align: center;
}

.veefooter .footer-section h4 {
  font-size: 18px;
  color: var(--footer-heading-color);
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  text-align: center;
  line-height: 1.3;
}

.veefooter .footer-section h4::after {
  content: "";
  width: 44px;
  height: 3px;
  background: var(--footer-accent-line);
  display: block;
  margin: 8px auto 0;
  border-radius: 999px;
}

.veefooter .footer-section p {
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 16px;
  color: var(--footer-paragraph-color);
}

.veefooter .footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.veefooter .footer-section ul li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--footer-paragraph-color);
}

.veefooter .footer-section ul li a {
  color: var(--footer-paragraph-color);
  font-size: 15px;
}

.veefooter .footer-section ul li a:hover {
  color: var(--footer-link-hover-color);
}

.veefooter .about-tagline {
  margin-top: 12px;
  font-weight: 700;
  color: var(--footer-text-color);
}

.veefooter .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 22px;
  margin-top: 10px;
  background: #ffcb2b;
  color: var(--footer-button-text-color);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.veefooter .download-btn i {
  font-size: 18px;
}

.veefooter .download-btn:hover {
  background: var(--footer-button-hover-background);
  color: #111111;
  transform: translateY(-1px);
}

.veefooter .quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.veefooter .quick-links li {
  margin-bottom: 0;
}

.veefooter .quick-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  line-height: 1.4;
}

.veefooter .quick-links a i {
  flex-shrink: 0;
}

.veefooter .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.veefooter .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  font-size: 18px;
  color: var(--footer-text-color);
}

.veefooter .social-icons a:hover {
  color: var(--footer-social-icon-hover-color);
  border-color: var(--footer-social-icon-hover-color);
  transform: translateY(-2px);
}

.veefooter .payment-methods {
  max-width: var(--footer-max-width);
  margin: 42px auto 0;
  padding-top: 26px;
  border-top: 1px solid var(--footer-border-color);
}

.veefooter .payment-methods h4 {
  text-align: center;
}

.veefooter .payment-methods h4::after {
  margin-left: auto;
  margin-right: auto;
}

.payment-methods__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.payment-methods__icons img {
  max-height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px 10px;
  border-radius: 8px;
}

.veefooter .footer-legal {
  max-width: var(--footer-max-width);
  margin: 34px auto 0;
  padding: 22px 0 0;
  text-align: center;
  color: var(--footer-paragraph-color);
  font-size: 13px;
  line-height: 1.75;
  border-top: 1px solid var(--footer-border-color);
}

.veefooter .footer-legal p {
  margin: 0 0 14px;
}

.veefooter .footer-legal .highlight-link {
  color: var(--footer-link-hover-color);
  font-weight: 700;
}

.veefooter .footer-legal .warning {
  font-weight: 700;
  color: var(--footer-text-color);
}

.footertextimageboxmain {
  max-width: var(--footer-max-width);
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 0 12px 16px;
}

.footertextimageboxmain .imageft img {
  max-height: 55px;
  width: auto;
  object-fit: contain;
  display: block;
  background: #F0F0F0;
  padding: 6px 10px;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .veefooter .footer .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .veefooter .footer {
    padding: 46px 16px 26px;
  }

  .veefooter .footer .container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .veefooter .footer-section h4 {
    text-align: center;
  }

  .veefooter .footer-section h4::after {
    margin-left: auto;
    margin-right: auto;
  }

  .veefooter .footer-section,
  .veefooter .footer-section p,
  .veefooter .footer-section ul,
  .veefooter .footer-section li {
    text-align: center;
  }

  .veefooter .social-icons {
    justify-content: center;
  }

  .veefooter .download-btn {
    width: 100%;
  }

  .veefooter .quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    justify-content: center;
    align-items: start;
  }

  .veefooter .quick-links li {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  .veefooter .quick-links a {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 170px;
    text-align: center;
    font-size: 14px;
    line-height: 1.35;
  }

  .veefooter .quick-links a i {
    font-size: 14px;
    min-width: 16px;
    margin-top: 2px;
  }
}

@media (max-width: 420px) {
  .veefooter .footer-section h4 {
    font-size: 17px;
  }

  .veefooter .quick-links {
    gap: 7px 12px;
  }

  .veefooter .quick-links a {
    max-width: 150px;
    font-size: 13px;
    gap: 7px;
  }

  .veefooter .quick-links a i {
    font-size: 13px;
    min-width: 14px;
  }

  .payment-methods__icons img {
    max-height: 34px;
  }
}
