.contact-coffee .channel-phone img,
.contact-coffee .channel-sms img,
.contact-bistro .channel-phone img,
.contact-bistro .channel-sms img,
.contact-karaoke .channel-phone img,
.contact-karaoke .channel-sms img {
  filter: brightness(0) invert(1);
}

.contact-card nav > a:hover img {
  filter: brightness(0) invert(1);
}

.location-contact-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 24px 0 12px;
}

.location-contact-actions a {
  display: inline-flex !important;
  gap: 9px;
  align-items: center;
  margin: 0 !important;
  padding: 10px 13px !important;
  border: 1px solid currentColor !important;
  color: inherit !important;
  background: transparent !important;
  text-decoration: none;
}

.location-contact-actions img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
}

.location-contact-actions span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.location-contact-actions a:hover {
  color: inherit !important;
  background: transparent !important;
  opacity: .72;
  transform: translateY(-2px);
}

.location-contact-actions .contact-symbol,
.contact-card .contact-symbol {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.location-contact-actions img,
.contact-card nav img {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.contact-symbol { overflow: visible; color: inherit; filter: none !important; }
.contact-symbol path { vector-effect: non-scaling-stroke; }
.contact-card .contact-symbol { width: 28px; height: 28px; }
