/* Related Reads Section */


.related-reads-header {
    margin-bottom: 16px;
}

.related-reads-title {
     font-family:"Copperplate";
    font-weight: normal;
    color: #8c0000;
    font-size: 64px;
    line-height: normal;
    margin-bottom: 8px;
}

.related-reads-subtitle {
    font-family: 'Copperplate Gothic Light', Helvetica, sans-serif;
    font-weight: normal;
    color: #8c0000;
    font-size: 24px;
    line-height: normal;
}

.articles-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 16px;
}

/* .article-card {
    flex-shrink: 0;
    width: 300px;
    background-color: #dbdcd0;
    border-radius: 25px;
    border: 5px solid rgba(140, 0, 0, 0.46);
    overflow: hidden;
} */

.article-image {
    height: 100px;
    object-fit: cover;
    margin-top: 16px;
}

.article-content {
    padding: 16px;
}

.article-title {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 16px;
    text-align: center;
}

.article-description {
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: justify;
}

.description-text {
    color: #000;
}

.read-more {
    font-family: 'Gill Sans MT', Helvetica, sans-serif;
    font-weight: bold;
    color: #8c0000;
    text-decoration: underline;
    cursor: pointer;
}


.article-card {
        flex-shrink: 0;
    width: 100%;
    background-color: #dbdcd0;
    border-radius: 25px;
    border: 5px solid #e2c38c;
    overflow: hidden;
    margin-bottom: 15px;
}