.post-card{width:100%;position:relative}.post-card__inner{display:flex;flex-direction:column;gap:30px;padding:30px}.post-card__info{display:flex;justify-content:space-between;align-items:center;gap:30px;min-height:32px}.post-card__link{display:block;text-decoration:none}.post-card__title{color:var(--col-theme-black-80);font-weight:500;font-size:20px}.post-card__title:hover{color:var(--col-theme-blue);text-decoration:underline}.post-card__date{margin-left:auto;color:#000}.post-card__tag{padding:4px 8px;background:var(--col-theme-gray);border-radius:8px}.post-card--default{box-shadow:0 0 10px #0003;border-radius:10px;overflow:hidden}.post-card--default .post-card__image{height:0;padding-bottom:70%;position:relative}.post-card--default .post-card__image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.post-card--short{display:flex;flex-direction:column;gap:15px}.post-card--short:not(:last-child){border-bottom:1px solid #dcdcdc;margin-bottom:30px;padding-bottom:30px}.post-card--short .post-card__title{font-size:16px}.post-card--photo{height:250px;width:100%;border-radius:16px;overflow:hidden;color:#fff}.post-card--photo:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}.post-card--photo .post-card__image img{object-fit:cover;width:100%;height:100%}.post-card--photo .post-card__image{width:100%;height:100%}.post-card--photo .post-card__inner{position:absolute;bottom:0;left:0;right:0;color:inherit;gap:0;transition:gap .3s;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 87.5%)}.post-card--photo .post-card__link{color:inherit}.post-card--photo .post-card__title{text-align:left;color:inherit}.post-card--photo .post-card__info{margin-bottom:0;max-height:0;overflow:hidden;transition:all .3s}.post-card--photo .post-card__date{margin-left:0;color:inherit}.post-card--photo .read-more{color:inherit}.post-card--photo:hover .post-card__inner{gap:30px}.post-card--photo:hover .post-card__info{max-height:2em;color:var(--col-theme-red)}
