.self-start { align-self: start; }
.full-width { width: 100%; }
.content-narrow { max-width: 760px; }
.input-power { width: 110px; }
.filters-search { grid-template-columns: 1fr auto; }
.mt-10 { margin-top: 10px; }
.mt-12 { margin-top: 12px; }
.mt-14 { margin-top: 14px; }
.mt-16 { margin-top: 16px; }
.mt-18 { margin-top: 18px; }
.mt-20 { margin-top: 20px; }
.mt-24 { margin-top: 24px; }
.mb-9 { margin-bottom: 9px; }
.divider {
    border: 0;
    border-top: 1px solid var(--line);
    margin: 20px 0;
}

@media (max-width: 760px) {
    .filters-search { grid-template-columns: 1fr; }
}
