.tei-3874-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tei-3874-image-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}

.tei-3874-title {
    margin: 0 0 10px 0;
}

.tei-3874-text {
    line-height: 1.6;
}

.tei-3874-read-more {
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tei-3874-read-more:hover {
    text-decoration: underline;
}