
.main-content {
    margin-top: 20px;
}

/* News Detail */
.news-detail {
    margin-bottom: 40px;
}
.news-header {
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news-header h1 {
    font-size: 30px;
    color: #333;
}
.news-meta {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.news-images {
    margin-bottom: 20px;
}
.news-image img {
    width: 80%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}
.news-content {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

/* Related News */
.related-news {
    margin-top: 40px;
    border-top: 2px solid #e1e1e1;
    padding-top: 20px;
}
.related-news h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.related-news-list {
    display: flex;
    flex-wrap: wrap;
}
.related-news-item {
    flex: 1 1 45%;
    margin: 10px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.related-news-item h3 a {
    text-decoration: none;
    color: #007bff;
}
.related-news-item h3 a:hover {
    text-decoration: underline;
}

/* Comments */
.comments {
    margin-top: 40px;
    border-top: 2px solid #e1e1e1;
    padding-top: 20px;
}
.comments h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.comment {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.comment strong {
    color: #333;
}
.comment span {
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}
.add-comment {
    margin-top: 20px;
}
.add-comment h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
/* Comments */
.comments {
    margin-top: 40px;
}
.comments h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.comment {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.comment p {
    margin: 0;
    color: #333;
}
.comment span {
    font-size: 12px;
    color: #999;
}
.comment-actions {
    margin-top: 10px;
}
.comment-actions a {
    margin-right: 10px;
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
}
.comment-actions a:hover {
    text-decoration: underline;
}

/* Add Comment */

/* Comments */
.comments {
    margin-top: 40px;
}
.comments h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.comment {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.comment p {
    margin: 0;
    color: #333;
}
.comment span {
    font-size: 12px;
    color: #999;
}
.comment-actions {
    margin-top: 10px;
}
.comment-actions a {
    margin-right: 10px;
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
}
.comment-actions a:hover {
    text-decoration: underline;
}

/* Add Comment */
.add-comment {
    margin-top: 20px;
}
.add-comment h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.comment-form .form-group {
    margin-bottom: 20px;
}
.comment-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.comment-form .form-control {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.comment-form .btn {
    align-self: flex-end;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.comment-form .btn:hover {
    background-color: #0056b3;
}
