.element-filter-row button { min-height: 32px; }
.element-result-count { color: #72838b; font-size: 7px; font-weight: 800; }
.element-asset { min-width: 0; padding: 7px 4px; grid-template-rows: 1fr auto; gap: 4px; }
.element-asset > span { font-size: 24px; line-height: 1; }
.element-asset > small { max-width: 100%; overflow: hidden; color: #625b68; font-size: 6px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.element-empty { grid-column: 1 / -1; margin: 0; padding: 15px 10px; border: 1px dashed #cbd4d8; border-radius: 8px; color: #71838b; font-size: 8px; text-align: center; }
#templateSeeAll { min-height: 30px; padding: 0 6px; border-radius: 5px; }
#templateSeeAll:hover, #templateSeeAll:focus-visible { background: #eaf8f6; }
.brand-action-hint { margin: 9px 2px 15px; color: #718189; font-size: 7px; line-height: 1.45; }

@media (max-width: 760px) {
  .element-asset { min-height: 74px; aspect-ratio: auto; }
  .element-filter-row { padding-bottom: 2px; }
}
