/* Revision 2.2.15 — collection face previews and transparent modular artwork. */
.aps-collection-thumb,
.aps-collection-fallback{
  width:58px!important;
  height:42px!important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  border-radius:2px;
  background-color:#242424;
  background-position:center;
  background-size:cover;
  box-shadow:0 4px 12px rgba(0,0,0,.2);
}
.aps-collection-fallback i{width:24px;height:24px;border:1px solid #8f8984;transform:rotate(45deg)}
.aps-filter-option:has(input:checked) .aps-collection-thumb,
.aps-filter-option:has(input:checked) .aps-collection-fallback{border-color:#F1A492;box-shadow:0 0 0 2px rgba(241,164,146,.15)}
.aps-format-canvas{background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.045),transparent 68%)}
.aps-format-diagram{filter:drop-shadow(0 14px 28px rgba(0,0,0,.32))}
