/* Optional: tiny polish for the DAM browse widget */
.input-group > .btn.btn-outline-secondary { white-space: nowrap; }

/* Picker selection feedback (inside iframe too, because _Layout includes this CSS) */
.sb-dam-picker-selected {
  outline: 2px solid rgba(13, 110, 253, .45);
  outline-offset: -2px;
  background: rgba(13, 110, 253, .08);
}
[data-dam-asset], .sb-row[data-type="asset"] { cursor: pointer; }
