.postCard_container__zUGRm{box-shadow:1px 5px 5px 0 var(--text-color-opac-1);border-radius:8px;background-color:var(--background-color);transition:all .2s ease;cursor:pointer}.postCard_container__zUGRm:hover{box-shadow:1px 5px 5px 0 var(--text-color-opac-2);transform:scale(1.01)}.postCard_imageWrapper__JrD9U{border-bottom:1px solid var(--prim-border-color);height:30vh;border-radius:8px 8px 0 0}.postCard_imageWrapper__JrD9U img{width:100%;height:100%;object-fit:cover;border-radius:8px 8px 0 0}.postCard_body__Jiw_c{padding:2rem}.postCard_title__z5BXh{border-bottom:1px solid var(--prim-border-color);font-weight:700;font-size:1.5rem;color:var(--text-color);padding:.5rem 0}.postCard_postOwnerProfileWrapper__HmEHN{display:flex;justify-content:space-between;padding:.5rem 0}.postCard_profileContainer__mUU1Y{display:flex;align-items:center;color:var(--text-color);font-weight:600}.postCard_profileImage__F8gws{width:40px;height:40px;border-radius:50%}.postCard_profileImage__F8gws img{width:100%;height:100%;object-fit:contain;border-radius:50%;border:2px solid var(--text-color-opac-2)}.postCard_profileName__6B3F9{margin:0 .5rem;padding:.4rem;border-radius:28px}.postCard_profileDate__ya6ti{display:flex;align-items:center;color:var(--text-color-opac-5);font-weight:400}.postCard_profileIcon__sgDk4{margin-right:.3rem}.postCard_buttonsWrapper__D3x4p{display:flex;justify-content:flex-end}.postCard_buttonsWrapper__D3x4p button{width:50px;height:50px;border-radius:50%;border:none;display:flex;justify-content:center;align-items:center;background-color:var(--text-color);color:var(--color);cursor:pointer;transition:all .2s ease}.postCard_buttonsWrapper__D3x4p button:hover{box-shadow:1px 3px 4px var(--prim-color)}.postCard_buttonsWrapper__D3x4p button:hover .postCard_buttonIcon__EwtW0{transform:scale(1.1)}.postCard_buttonIcon__EwtW0{font-size:1.4rem;transition:all .2s ease}@media only screen and (max-width:500px){.postCard_postOwnerProfileWrapper__HmEHN{flex-wrap:wrap;padding:.5rem 0}.postCard_profileContainer__mUU1Y{flex-wrap:wrap}.postCard_profileDate__ya6ti{margin:.5rem 0}.postCard_buttonsWrapper__D3x4p{margin-top:.5rem;width:100%}}