
/* TopView home cards */
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.card-link {
    display: inline-block;
    margin-top: 12px;
    color: #ff5a36;
    font-weight: 700;
}

.post-card {
    padding: 0;
    overflow: hidden;
}

.post-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #e8edf5;
}

.post-card-body {
    padding: 22px;
}

.post-card-body small {
    color: #64748b;
}

.empty-state {
    grid-column: 1 / -1;
    padding: 24px;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    background: #fff;
    color: #64748b;
}
