.contact-widget {
  max-width: 400px;
  font-family: Arial, sans-serif;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  padding: 8px 0;
}

.list-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.list-link:hover .content {
  text-decoration: underline;
}

.icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon svg {
  width: 14px;
  height: 14px;
}

.content {
  font-size: 13px;
  line-height: 1.4;
}
