.page.container{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;padding:1rem;gap:2rem}@media screen and (min-width: 768px){.page.container{flex-direction:row}}.p-home__feedback-layout{display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width: 768px){.p-home__feedback-layout{flex-direction:row}}.p-home__feedback-col{flex:1;min-width:0}.p-home__similar-col{flex:1;min-width:0}@media screen and (max-width: 767px){.p-home__similar-col{margin-top:-1rem}}.p-home__feedback-card{width:100%;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:1rem}.p-home__feedback-card-header{border-bottom:1px solid #f0f0f0;padding:1.25rem 1.5rem}.p-home__feedback-card-header h2{font-size:1.25rem;font-weight:600;color:#333;margin:0}.p-home__feedback-card-body{padding:1.5rem}.p-home__welcome-col{background-color:#f9f9f9;border-radius:8px;flex:1 1 400px;min-width:0;height:fit-content}@media screen and (min-width: 768px){.p-home__welcome-col{order:2;max-width:400px}}.p-home__main-col{flex:2 1 0%;min-width:0}@media screen and (min-width: 768px){.p-home__main-col{order:1}}
.c-posts-container__header{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;row-gap:12px}.c-posts-container__filter-col{grid-column:1/-1;display:flex;flex-direction:row}.c-posts-container__filter-col>*+*{margin-left:0}@media only screen and (min-width: 768px){.c-posts-container__filter-col{grid-column:span 3/span 3;flex-direction:row}.c-posts-container__filter-col>*+*{margin-left:4px}}.c-posts-container__search-col{grid-column:4}.c-posts-container__search-col:first-child{grid-column:1/-1}@media only screen and (max-width: 768px){.c-posts-container__search-col{grid-column:1/-1}}
