.pluvid-videos-wrap {
  max-width: 100%;
}

.pluvid-videos-table-wrap {
  box-shadow: var(--pluvid-shadow);
}

.pluvid-videos-table th,
.pluvid-videos-table td {
  vertical-align: top;
  min-width: 110px;
}

.pluvid-videos-table th:first-child,
.pluvid-videos-table td:first-child {
  min-width: 220px;
}

.pluvid-videos-table th:nth-child(6),
.pluvid-videos-table td:nth-child(6) {
  min-width: 240px;
}

.pluvid-chip {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid var(--pluvid-border);
  background: #f7fafc;
  font-size: 0.78rem;
}

.pluvid-preg-link {
  font-weight: 700;
  color: var(--pluvid-accent);
  text-decoration: underline;
  cursor: pointer;
}

.pluvid-videos-modal-card {
  position: relative;
  width: min(920px, 95vw);
  text-align: left;
  max-height: 86vh;
  overflow: auto;
}

.pluvid-videos-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  color: #666;
  cursor: pointer;
}

.pluvid-preguntas-list {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
}

.pluvid-preguntas-list li {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--pluvid-border);
  padding-bottom: 0.9rem;
}

.pluvid-pregunta-txt {
  font-weight: 600;
}

.pluvid-pregunta-resp {
  margin-top: 0.35rem;
  color: var(--pluvid-muted);
}
