.card-post{background-color:#fff;border:1.5px solid #f0effb;border-radius:8px;min-width:350px;max-width:350px;transition:box-shadow .3s ease-in-out;display:block;overflow:hidden;box-shadow:2px 4px 4px #0000000f}.card-post:hover{box-shadow:2px 4px 12px #00000026}.card-post .card-post-img{object-fit:cover;width:100%;display:block}.card-post .card-post-body{padding:32px 24px}.card-post .card-post-body .post-body-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.card-post .card-post-body .post-body-header h4{color:#7065f0;font-size:24px;font-weight:800}.card-post .card-post-body .post-body-header h4 span{color:#2f395c;opacity:.5;font-size:14px;font-weight:500}.card-post .card-post-body .post-body-header .card-post-favorite-btn{width:48px;height:48px;box-shadow:none;border:1.5px solid #e0def7;border-radius:50%;justify-content:center;align-items:center;padding:5px;transition:box-shadow .3s ease-in-out;display:flex}.card-post .card-post-body .post-body-header .card-post-favorite-btn:hover{box-shadow:0 0 10px #7065f033}.card-post .card-post-body .post-body-header .card-post-favorite-btn.is-favorite svg path{fill:#7065f0}.card-post .card-post-body h3{color:#2f395c;white-space:nowrap;text-overflow:ellipsis;max-width:262px;margin-bottom:8px;font-size:24px;font-weight:700;overflow:hidden}.card-post .card-post-body .card-post-address{color:#2f395c;opacity:.5;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:500;overflow:hidden}.card-post .card-post-body .card-post-divider{background-color:#e0def7;border:none;width:100%;height:1.5px;margin:14px 0 15px;display:block}.card-post .card-post-body .card-post-features{align-items:center;gap:16px;display:flex}.card-post .card-post-body .card-post-features .card-post-feature{justify-content:space-between;align-items:center;gap:8px;display:flex}.card-post .card-post-body .card-post-features .card-post-feature svg{max-width:100%;height:auto;display:block}.card-post .card-post-body .card-post-features .card-post-feature p{color:#4d5461;font-size:14px;font-weight:500}@media screen and (max-width:768px){.card-post{min-width:320px;max-width:320px;margin:auto}}
