/* convert.css — /images/convert/ */

.convert-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.convert-options .form-group { margin-bottom: 0; }

.format-btn.unsupported {
  opacity: .5;
  cursor: not-allowed;
  border-style: dashed;
}
.format-btn.unsupported:hover { border-color: var(--border); }

/* The arrow between the two weights should read as punctuation, not as a
   control, so it stays muted while the result stays loud. */
.size-stat .size-from { color: var(--text-sec); }
