.vlsq-numeric {
  text-align: right;
  white-space: nowrap;
}
.vlsq-table input[type="number"] {
  width: 6em;
  text-align: right;
}
.vlsq-actions {
  text-align: center;
}
.vlsq-add-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.5rem;
}
.vlsq-add-row input[type="text"] {
  width: 18rem;
}
.vlsq-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.vlsq-prod {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.vlsq-thumb {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}
.vlsq-title {
  line-height: 1.2;
}
.vlsq-danger {
  background: #d63638 !important;
  border-color: #b32d2e !important;
  color: #fff !important;
  box-shadow: none !important;
}
/* Disabled danger (arming period = grayish) */
.vlsq-danger[disabled] {
  background: #aaa !important; /* gray background */
  border-color: #888 !important; /* darker gray border */
  color: #eee !important; /* light gray text */
  opacity: 1 !important; /* remove WP’s default dimming */
}
@media (max-width: 900px) {
  .vlsq-two {
    grid-template-columns: 1fr;
  }
}
#wp-intro_text-editor-container {
  margin-bottom: 20px;
}
.mce-toolbar .mce-btn button {
    background: unset;
}
