.webchr-catalog-section-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
}

.webchr-catalog-section-card {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.webchr-catalog-section-card__image {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.webchr-catalog-section-card__body {
    padding: 1rem;
}

.webchr-catalog-section-card__title {
    margin: 0 0 0.5rem;
}

.webchr-catalog-section-card__title a {
    color: inherit;
    text-decoration: none;
}

.webchr-catalog-section-card__description {
    margin-bottom: 0.75rem;
}

.webchr-catalog-section-card__count {
    color: #6b7280;
    font-size: 0.875rem;
}
