.search-form{margin-bottom:20px;display:flex;justify-content:center}.search-form input{padding:10px;margin-right:10px;border-radius:10px;border:1px solid var(--text-color)}.post_container{text-align:center;width:250px;min-height:380px;display:flex}.post_card{border:1px solid var(--text-color);padding:3%;border-radius:15px;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.2rem;background:var(--bg-color);width:100%;height:100%}.post_img{border-radius:15px;width:100%;height:240px;object-position:center center;object-fit:contain;background-color:var(--bg-color);border:1px solid rgba(255,255,255,0.1)}.post_img img{width:100%;height:100%;object-fit:cover;border-radius:15px;display:block}.post_card__text{width:100%;display:flex;flex-direction:column;gap:0.5rem;flex:1 1 auto;align-items:center;text-align:center}.post_card__title{min-height:3.6em;line-height:1.3;width:100%}.post_card__date{text-align:center;width:100%}.post_card__actions{margin-top:auto;padding-top:0.75rem;width:100%;display:flex;justify-content:center}.post_card__actions .button{width:100%;text-align:center}@media only screen and (max-width:968px){}