.custom-card {
  margin: 16px 12px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px;
  line-height: 2;
  font-size: 15px;
  color: var(--text);
}

.custom-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.custom-phone {
  color: var(--red);
  text-decoration: none;
  font-weight: 600;
}

.custom-phone:active {
  opacity: 0.8;
}
