/* V52 — clearer premium contact rail icons */
.mda-contact-rail {
  gap: 10px !important;
}

.mda-contact-rail a {
  width: 52px !important;
  height: 52px !important;
  color: #f4f1ea !important;
  border: 1px solid rgba(255, 255, 255, .42) !important;
  border-radius: 15px !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .04)),
    rgba(12, 11, 9, .92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 12px 28px rgba(0, 0, 0, .38) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.mda-contact-rail a:hover {
  color: #0b0905 !important;
  border-color: #fff !important;
  background: #fff !important;
  transform: translateX(-4px) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .42) !important;
}

.mda-contact-rail a.is-gold {
  color: #0b0905 !important;
  border-color: #ffa200 !important;
  background:
    linear-gradient(160deg, #ffd27a, #ffa200) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .35),
    0 12px 28px rgba(255, 162, 0, .28) !important;
}

.mda-contact-rail a.is-gold:hover {
  color: #0b0905 !important;
  border-color: #ffe0a0 !important;
  background: #ffe0a0 !important;
}

.mda-contact-rail svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.1 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .35));
}

.mda-contact-rail svg.icon-brand {
  fill: currentColor !important;
  stroke: none !important;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .35));
}

.mda-contact-rail span {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  background: rgba(10, 9, 7, .96) !important;
}

@media (max-width: 820px) {
  .mda-contact-rail a {
    width: 48px !important;
    height: 48px !important;
  }
}
