.ws-post-card{display:flex;flex-direction:column;gap:var(--ws-space-3);width:100%;color:inherit;text-decoration:none;border-radius:var(--ws-radius-xl)}.ws-post-card:hover,.ws-post-card:focus-visible,.ws-post-card:hover .ws-post-card__category,.ws-post-card:hover .ws-post-card__excerpt,.ws-post-card:hover .ws-post-card__date,.ws-post-card:focus-visible .ws-post-card__category,.ws-post-card:focus-visible .ws-post-card__excerpt,.ws-post-card:focus-visible .ws-post-card__date{text-decoration:none}.ws-post-card:hover .ws-post-card__title,.ws-post-card:focus-visible .ws-post-card__title{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.ws-post-card:focus-visible{outline:2px solid var(--ws-color-primary);outline-offset:2px}@media (min-width:768px){.ws-post-card{flex-direction:row;align-items:stretch;gap:var(--ws-space-7)}}.ws-post-card__media{margin:0;flex:0 0 auto;width:100%;height:187px;border-radius:var(--ws-radius-xl);overflow:hidden;position:relative}@media (min-width:768px){.ws-post-card__media{width:300px;height:180px}}.ws-post-card__image,.ws-post-card__media img{display:block;width:100%;height:100%;object-fit:cover}.ws-post-card__no-image{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--ws-space-1);background:var(--ws-color-bg-alt);color:var(--ws-color-text-muted)}.ws-post-card__no-image-icon{width:68px;height:54px;color:var(--ws-color-text-muted)}.ws-post-card__no-image-text{font-family:var(--ws-font-body);font-size:var(--ws-fs-h4);font-weight:var(--ws-fw-bold);line-height:var(--ws-lh-base);letter-spacing:var(--ws-ls-tight);color:var(--ws-color-text-muted)}.ws-post-card__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:var(--ws-space-2)}@media (min-width:768px){.ws-post-card__body{padding-top:var(--ws-space-2)}}.ws-post-card__category{display:inline-block;font-family:var(--ws-font-body);font-size:17px;font-weight:var(--ws-fw-bold);line-height:var(--ws-lh-tight);letter-spacing:var(--ws-ls-tight);color:var(--ws-color-primary)}.ws-post-card__title{margin:0;font-family:var(--ws-font-body);font-size:var(--ws-fs-h4);font-weight:var(--ws-fw-bold);line-height:var(--ws-lh-base);letter-spacing:var(--ws-ls-tight);color:var(--ws-color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.ws-post-card__excerpt{margin:0;font-family:var(--ws-font-body);font-size:var(--ws-fs-body-2);font-weight:var(--ws-fw-regular);line-height:var(--ws-lh-base);letter-spacing:var(--ws-ls-normal);color:var(--ws-color-text-mute2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.ws-post-card__date{margin-top:var(--ws-space-1);font-family:var(--ws-font-body);font-size:var(--ws-fs-body-2);font-weight:var(--ws-fw-medium);line-height:var(--ws-lh-relaxed);letter-spacing:var(--ws-ls-tight);color:var(--ws-color-text-mute2)}