.omneo-makita-search {
    box-sizing: border-box;
    margin: 24px 0;
    max-width: 760px;
    padding: 22px;
    border: 1px solid #ddd;
    background: #fff;
}
.omneo-makita-search *,
.omneo-makita-search *:before,
.omneo-makita-search *:after { box-sizing: inherit; }
.omneo-makita-search h2 { margin: 0 0 14px; }
.omneo-makita-search__form label { display: block; margin-bottom: 7px; }
.omneo-makita-search__row { display: flex; gap: 8px; }
.omneo-makita-search__row input {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    padding: 8px 11px;
    border: 1px solid #aaa;
    font-size: 16px;
}
.omneo-makita-search__row button {
    min-height: 42px;
    padding: 8px 18px;
    border: 0;
    background: #d71920;
    color: #fff;
    cursor: pointer;
}
.omneo-makita-search__message { min-height: 20px; margin-top: 13px; }
.omneo-makita-search__results { margin: 6px 0 0; padding: 0; list-style: none; }
.omneo-makita-search__results li { border-top: 1px solid #eee; }
.omneo-makita-search__results a { display: block; padding: 10px 4px; text-decoration: none; }
.omneo-makita-search__pdf {
    display: inline-block;
    margin-right: 8px;
    padding: 2px 5px;
    border-radius: 2px;
    background: #d71920;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
.omneo-makita-directory,
.omneo-makita-seo {
    box-sizing: border-box;
    margin: 24px 0;
    max-width: 960px;
    padding: 22px;
    border: 1px solid #ddd;
    background: #fff;
}
.omneo-makita-directory__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}
.omneo-makita-directory__list li { border-top: 1px solid #eee; }
.omneo-makita-directory__list a { display: block; padding: 10px 4px; text-decoration: none; }
.omneo-makita-directory__pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 14px;
    border-top: 1px solid #ddd;
}
.omneo-makita-seo h1 { margin-top: 0; }
.omneo-makita-seo__crumb { color: #777; font-size: 12px; }
.omneo-makita-seo__notice { color: #666; }
.omneo-makita-seo__button {
    display: inline-block;
    padding: 12px 18px;
    background: #d71920;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.omneo-makita-seo__button:hover { background: #b51218; color: #fff; }
@media (max-width: 520px) {
    .omneo-makita-search { padding: 16px; }
    .omneo-makita-search__row { display: block; }
    .omneo-makita-search__row input,
    .omneo-makita-search__row button { width: 100%; }
    .omneo-makita-search__row button { margin-top: 8px; }
    .omneo-makita-directory,
    .omneo-makita-seo { padding: 16px; }
    .omneo-makita-directory__list { grid-template-columns: 1fr; }
}
