.card-post{background-color: var(--color-bg);border: 1px solid var(--color-border);border-radius: var(--radius-lg);overflow: hidden}.card-post__link{display: block;text-decoration: none}.card-post__media{position: relative;height: 0;padding-top: 56.25%;background-color: var(--color-bg-subtle);overflow: hidden}.card-post__img{position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;transition: transform var(--duration-base) var(--ease-out)}.card-post__link:hover .card-post__img{transform: scale(1.04)}.card-post__body{padding: 1.25rem}.card-post__date{display: block;font-size: 0.8125rem;line-height: 1.25rem;color: var(--color-text-muted)}.card-post__title{margin-top: 0.5rem;font-family: var(--font-heading);font-size: 1.125rem;font-weight: 600;line-height: 1.625rem;color: var(--color-heading);display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden}.card-post__excerpt{margin-top: 0.5rem;font-size: 0.9375rem;line-height: 1.5rem;color: var(--color-text-muted);display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden}@media screen and (max-width: 639.98px){.card-post__body{padding: 1rem}.card-post__title{font-size: 1.0625rem;line-height: 1.5rem}}