.news-content {
    font-size: 1.1rem;
    line-height: 1.7;
}

.news-content p {
    margin-bottom: 1.5rem;
}

.news-interactions {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

.interaction-item {
    text-align: center;
}

.like-btn {
    transition: all 0.3s ease;
}

.like-btn:hover {
    transform: translateY(-2px);
}

.stat-item {
    padding: 10px;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: bold;
}

.stat-label {
    font-size: 0.8rem;
    color: #6c757d;
}

.comment-item {
    background-color: #f8f9fa;
}

.recent-comment {
    font-size: 0.9rem;
}

.share-buttons .btn {
    margin-bottom: 10px;
}
/* News Detail Page Specific Styles */
.container {
    margin-bottom: 1rem !important;
}

.news-detail-container {
    margin-bottom: 1rem !important;
}

/* Button styling with border radius */
.btn {
    border-radius: 0.5rem !important;
}

.btn-sm {
    border-radius: 0.375rem !important;
}

.btn-lg {
    border-radius: 0.75rem !important;
}

/* Specific button styling */
.btn-primary {
    border-radius: 0.5rem !important;
}

.btn-secondary {
    border-radius: 0.5rem !important;
}

.btn-outline-primary {
    border-radius: 0.5rem !important;
}

.btn-outline-secondary {
    border-radius: 0.5rem !important;
}

.btn-success {
    border-radius: 0.5rem !important;
}

.btn-danger {
    border-radius: 0.5rem !important;
}

.btn-warning {
    border-radius: 0.5rem !important;
}

.btn-info {
    border-radius: 0.5rem !important;
}
