.webchr-news-list__header {
    margin-bottom: 1.5rem;
}

.webchr-news-list__title {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
}

.webchr-news-list__text {
    max-width: 720px;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.5;
}

.webchr-news-list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

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

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

.webchr-news-card__body {
    padding: 1rem;
}

.webchr-news-card__date {
    font-size: 0.85rem;
    color: #6b7280;
}

.webchr-news-card__title {
    margin: 0.5rem 0;
    font-size: 1.125rem;
}

.webchr-news-card__excerpt {
    color: #374151;
    margin-bottom: 0.75rem;
}

.webchr-news-card__more {
    color: #2563eb;
    text-decoration: none;
}

.webchr-builder-hidden {
    opacity: 0.35 !important;
    outline: 2px dashed #f59e0b;
}

/* webchr-builder:generated:start */

/* webchr-builder:generated:end */
