.search-post{border:1px solid #d5d7da;border-radius:8px;padding:20px;height:88px;display:flex;align-items:center;justify-content:flex-start;gap:32px}.search-post_buttons{display:flex;gap:16px;margin-left:auto;align-items:center}@media(max-width:900px){.search-post{flex-direction:column;flex-wrap:wrap;height:auto;gap:16px;align-items:stretch}.search-post_buttons{margin-left:0;width:100%;justify-content:flex-start;flex-direction:column;order:2}.search-post>:not(.search-post_buttons){order:1}}@media(min-width:901px)and (max-width:1280px){.search-post{flex-wrap:wrap;height:auto;gap:16px}.search-post_buttons{margin-left:0;width:100%;justify-content:flex-start;order:2}.search-post>:not(.search-post_buttons){order:1}}