
.article-title {
    font-size: 28px;
    color: #02367B;
}
.article-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}
.related-articles {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.related-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.related-card:hover img {
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.related-thumbnail img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(36, 22, 22, 0.509), transparent);
    padding: 6px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.related-title {
    font-size: 16px;
    color: #ffffff;
    z-index: 2;
    margin-bottom: 1px;
    font-weight: lighter;
}
.related-card a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.date-article{
    font-size: 10px;
    color: #fff;
    margin-bottom:0px !important; 
    padding-bottom: 0px !important
}

.custom-iframe {
    width: 100%; 
    position: relative;
}

.custom-iframe::before {
    content: "";
    display: block;
    padding-top: 56.25%; 
}

.custom-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.ratio { position: relative; width:100%; }
.ratio-9x16 { padding-top:177.78%; }
.ratio iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }





