.elementor-194 .elementor-element.elementor-element-1b42dd7{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-42b12ca *//* Clean Snapchat-style Footer */
.snap-footer {
  background: #0b0b0b;
  padding: 50px 20px 35px;
  color: #fff;
}

/* Links */
.snap-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin-bottom: 28px;
}

.snap-footer-links a {
  color: #eaeaea;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.snap-footer-links a:hover {
  color: #fffc00;
}

/* Divider */
.snap-footer-divider {
  max-width: 900px;
  margin: 0 auto 20px;
  height: 1px;
  background: rgba(255,255,255,0.1);
}

/* Bottom */
.snap-footer-bottom {
  text-align: center;
}

.snap-footer-bottom p {
  font-size: 14px;
  color: #9c9c9c;
}

/* Tablet */
@media (max-width: 991px) {
  .snap-footer {
    padding: 45px 20px 30px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .snap-footer {
    padding: 40px 16px 28px;
  }

  .snap-footer-links {
    gap: 14px 20px;
  }

  .snap-footer-links a {
    font-size: 14px;
  }

  .snap-footer-bottom p {
    font-size: 13.5px;
  }
}/* End custom CSS */