.contact-card .contact-item {
  display: flex;
  gap: 17px;
  padding: 26px 24px;
  border-bottom: 1px solid #eee7f3;
  transition: background .2s ease;
}

.contact-card .contact-item:last-child { border-bottom: 0; }
.contact-card .contact-item:hover { background: #faf7ff; }
.contact-card .contact-item small { display: block; margin-top: 7px; color: var(--d); font-size: 11px; font-weight: 700; }
