
.post-article-display {
    border: 1px solid #e1e8ed;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.post-article-display img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    display: block;
}

.article-info {
    padding: 12px;
    border-top: 1px solid #e1e8ed;
}

.article-source {
    font-size: 0.8rem;
    color: #657786;
    text-transform: uppercase;
}

.article-info h3 {
    margin: 4px 0;
    font-size: 1.1rem;
    color: #14171a;
}

.article-info p {
    font-size: 0.9rem;
    color: #657786;
    margin: 0;
}

.article-card-link {
    text-decoration: none; 
    color: inherit;
    display: block;
    transition: background 0.2s ease;
}

.article-card-link:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.remove-img {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5; /* Passe devant le lien */
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
