.tcp-share {
  font-family: "DM Sans", sans-serif;
}

.tcp-share-title {
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.tcp-share-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tcp-share-link {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tcp-share-link svg {
  display: block;
  width: 32px;
  height: 32px;
}

.tcp-share-link:hover,
.tcp-share-link:focus-visible {
  transform: translateY(-2px);
  opacity: 0.85;
  outline: none;
}

.tcp-share-link:focus-visible {
  box-shadow: 0 0 0 2px #000;
}

.tcp-share-message {
  min-height: 18px;
  margin-left: 4px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
