
/* Train Mobil Social Links Final 1.0 */

.tm21-social,
.tm21-footer-social {
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}

.tm21-social__link {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:24px !important;
  height:24px !important;
  color:#fff !important;
  text-decoration:none !important;
  transition:color .18s ease, transform .18s ease;
}

.tm21-footer-social .tm21-social__link {
  width:26px !important;
  height:26px !important;
}

.tm21-social__link svg {
  display:block;
  width:100%;
  height:100%;
  fill:currentColor;
}

.tm21-social__link:hover,
.tm21-social__link:focus-visible {
  color:#f2c400 !important;
  transform:translateY(-1px);
}

.tm21-social__link:focus-visible {
  outline:1px solid #f2c400;
  outline-offset:3px;
}
