.version-guidance {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  border-bottom: 1px solid #e8edf2;
  background: #f5f9ff;
  color: #526171;
  font-size: 12px;
}

.version-guidance strong { color: #145fae; }
.version-table-wrap table { min-width: 1380px; }
.version-table-wrap th:nth-child(1) { width: 220px; }
.version-table-wrap th:nth-child(5) { width: 330px; }
.version-url {
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.version-form textarea { min-height: 120px; }
.version-force {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #e0e6ed;
  border-radius: 10px;
  background: #fafbfd;
}
.version-force input { width: auto !important; margin: 0 !important; }
.pill.draft { color: #5f6670; background: #eef1f4; }
.pill.published { color: #14754a; background: #e7f8ee; }
