.ig-comment-wrapper {
  width: 480px;
  background-color: #000000;
  color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-radius: 8px;
  box-sizing: border-box;
}

.ig-comment-wrapper.light-theme {
  background-color: #ffffff;
  color: #262626;
}

.ig-left {
  display: flex;
  gap: 14px;
  flex-grow: 1;
  min-width: 0;
}

.ig-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #333;
}

.ig-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ig-comment-body {
  flex-grow: 1;
  min-width: 0;
}

.ig-content-row {
  margin-bottom: 4px;
  word-break: break-word;
}

.ig-username {
  font-weight: 600;
  color: inherit;
  margin-right: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ig-badge-verified {
  width: 12px;
  height: 12px;
  fill: #0095f6;
  display: inline-flex;
}

.ig-text {
  font-weight: 400;
}

.ig-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #a8a8a8;
}

.ig-comment-wrapper.light-theme .ig-meta {
  color: #737373;
}

.ig-timestamp {
  white-space: nowrap;
}

.ig-likes-link {
  font-weight: 600;
  cursor: pointer;
}

.ig-reply-btn {
  background: none;
  border: none;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.ig-right {
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
  color: #a8a8a8;
}

.ig-comment-wrapper.light-theme .ig-right {
  color: #737373;
}

.ig-like-btn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 4px;
}

.ig-like-btn svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}
