/**
 * Main Layout & Component Specific Enhancements
 * SanggauInformasi Theme
 * (Core styles are loaded via style.css)
 */

/* Ensure smooth image rendering and contain-intrinsic sizing for performance */
.post-card-thumb img,
.hero-main-img,
.hero-sub-img {
    image-rendering: auto;
    contain-intrinsic-size: 400px 225px;
}

/* Category Feed Block Utilities */
.category-feed-section {
    margin: 28px 0;
    padding-top: 16px;
    border-top: 1px solid var(--border-card);
}

.category-feed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.category-feed-view-all {
    font-size: 12px;
    font-weight: 700;
    color: var(--brand-red-accent);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.category-feed-view-all:hover {
    text-decoration: underline;
}
