.article-block-7346 {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 400px; /* Default */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    overflow: hidden;
    border-radius: 8px; /* Optional default styling */
}

.article-block-overlay-7346 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Default overlay, overridden by Elementor settings */
    z-index: 1;
    transition: background-color 0.3s ease;
}

.article-block-7346:hover .article-block-overlay-7346 {
    background-color: rgba(0, 0, 0, 0.3); /* Lighter on hover */
}

.article-block-content-7346 {
    position: relative;
    z-index: 2;
    padding: 20px;
    width: 100%;
}

.article-block-title-7346 {
    margin: 0;
    color: #ffffff; /* Default, overridden by Elementor */
    word-break: break-word;
}

.article-block-empty-7346 {
    padding: 20px;
    background: #f5f5f5;
    text-align: center;
    border: 1px dashed #ccc;
    color: #666;
}
