.editorial-records{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px}.editorial-card{display:flex;flex-direction:column;min-width:0;padding:24px 0}.editorial-card h3{font-size:21px;line-height:1.3;overflow-wrap:anywhere;margin:12px 0}.editorial-card p{color:var(--muted,#536157);line-height:1.6;margin:0 0 16px}.editorial-card-footer{margin-top:auto;padding-top:12px}.editorial-filters{display:flex;flex-wrap:wrap;align-items:end;gap:16px}.editorial-filters label{display:grid;gap:7px;flex:1 1 190px;font-size:14px;font-weight:600}.editorial-filters select,.editorial-filters input{font:inherit;padding:10px 12px;min-height:44px;border:1px solid #cbd2cb;border-radius:7px;background:#fff;max-width:100%;width:100%}.editorial-filters [hidden],.editorial-records [hidden]{display:none}.editorial-filters .filter-actions{display:flex;align-items:center;gap:20px;margin:0}.editorial-catalog .pagination{flex-wrap:wrap}.editorial-catalog .empty{margin:28px 0}.editorial-catalog [data-result-count]{margin:24px 0 0}.editorial-card .meta{line-height:1.7;font-size:12px}
@media(max-width:760px){.editorial-records{grid-template-columns:1fr}.editorial-card h3{font-size:19px}.editorial-filters label{flex-basis:100%}.editorial-filters .filter-actions{width:100%}.editorial-card{padding:20px 0}}
/* The legacy compact-card rule removes padding from its first child. */
.editorial-records>.editorial-card:first-child{padding-top:24px}
@media(max-width:760px){.editorial-records>.editorial-card:first-child{padding-top:20px}}
