@charset "UTF-8";
/* CSS Document */

/* Social list */
.md-social {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.md-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  text-decoration: none;
}
.md-social i {
  font-size: 16px;
}

/* Example neutral style */
.md-social a { 
  background: rgba(0,0,0,0.06);
}
.md-social a:hover {
  background: rgba(0,0,0,0.12);
}

/* Accessible text helper if needed */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
