/* Shared footer styles for Ling Lang */

body, .footer__section {
  font-family: 'Poppins', 'ui-sans-serif', 'system-ui', sans-serif;
}

.footer__section {
  /* Basic padding and spacing for each column */
}

.footer__title {
  letter-spacing: 0.05em;
}

.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer__list li {
    margin-top: 6px !important;
}

.footer__link {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 11px;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__item {
  margin: 0;
}

.footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer__copy {
  margin: 0 auto;
  font-size: 12px;
  margin-bottom: 35px;
  max-width: 281px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .footer__section,footer * {
    text-align: center !important;
  }

span.footer__icon.material-symbols-outlined.text-base {
    position: relative;
    top: 8px;
    left: -3px;
}
*{}
  ul.footer__list li{
    flex: none;
    margin: 0 auto;
    text-align: center;
    display: block;
    vertical-align: middle !important;
}
}


footer {
    opacity: 0.8;
    border-top: 17px solid #a413ecd6;
    border-style: ridge;
    background: #3e3e3e;
    padding-bottom: 70px !important;
}