.vg-post {
    overflow: hidden;
}

.vg-post__media {
    border-radius: var(--vg-radius-lg) var(--vg-radius-lg) 0 0;
}

.vg-post__media .vg-media__ph .vg-ico {
    width: 48px;
    height: 48px;
}

.vg-post__date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--vg-muted);
    font-size: .82rem;
    font-weight: 600;
}

.vg-post__date .vg-ico {
    width: 15px;
    height: 15px;
    color: var(--vg-primary);
}

.vg-post__title {
    margin: 8px 0;
    font-size: 1.15rem;
}

.vg-post__title a:hover {
    color: var(--vg-primary);
}

.vg-post__excerpt {
    color: var(--vg-muted);
    font-size: .93rem;
    margin-bottom: 14px;
}

.vg-post--lead .vg-post__title {
    font-size: 1.4rem;
}

.vg-mini-post {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid var(--vg-border);
    border-radius: var(--vg-radius);
    background: var(--vg-surface);
}

.vg-mini-post__thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 88px;
    height: 68px;
    overflow: hidden;
    border-radius: var(--vg-radius-sm);
    background: var(--vg-secondary);
    color: rgba(255, 255, 255, .8);
}

.vg-mini-post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vg-mini-post__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.vg-mini-post__title {
    font-weight: 700;
    color: var(--vg-heading);
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.vg-mini-post__title:hover {
    color: var(--vg-primary);
}
