.custom-news-blog-module {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.custom-news-blog-module article {
    border: 1px solid #ddd;
    padding: 1.5rem;
    border-radius: .75rem;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.custom-news-blog-module .custom-image {
    overflow: hidden;
    height: 11.5rem;
    margin: -1.5rem -1.5rem 1rem;
}

.custom-news-blog-module .custom-image img {
    object-fit: cover;
    width: 100%;
}

.custom-news-blog-module .date {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 10px;
    font-weight: bold;
    margin-bottom: 0;
}

.custom-news-blog-module .full-content {
    font-size: 1em;
    line-height: 1.4;
    color: #333;
}

.custom-news-blog-module a {
    color: #104C89;
    text-decoration: none;
    font-weight: bold;
}

.custom-news-blog-module a:hover {
    color: #2c74bd;
}
