﻿.gp-news-details {
    background-color: #ffffff;
    padding: 50px 0;
}

/* Detail image */
.gp-news-detail-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

/* Content */
.news-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}
