.youtube-comments-box {
  border-color: color-mix(in srgb, var(--teal) 20%, var(--line));
}

.youtube-comments-source,
.youtube-comment-link {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--teal);
  text-transform: none;
}

.youtube-comment-item {
  background: linear-gradient(135deg, rgba(112, 224, 208, 0.06), rgba(255, 255, 255, 0.025));
}

.youtube-comment-item .comment-meta {
  min-width: 0;
}

.youtube-comment-item .comment-meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.youtube-comment-link {
  display: inline-flex;
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 850;
}

.youtube-comments-actions {
  margin-top: 4px;
}

@media (max-width: 760px) {
  .youtube-comments-box .comments-head {
    display: grid;
  }

  .youtube-comments-source {
    justify-self: start;
  }
}
