.news-title {
            font-weight: 700;
            margin-bottom: 1rem;
        }

.news-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

.category-badge {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.news-preview {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #495057;
    font-style: italic;
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

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

.news-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.news-content iframe {
    max-width: 100%;
    margin: 1rem 0;
}

.file-download {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.file-download:hover {
    border-color: #0d6efd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

img.gallery-item {
    transition: transform 0.3s ease;
    border-radius: 6px;
    overflow: hidden;
	height: 100%;
	width: 300px;
	object-fit: cover;
}

video.gallery-item{


}
.gallery-item-wrapper{
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.gallery-item-wrapper:hover {
    transform: translateY(-2px);
}

.extra-small {
    font-size: 0.75rem;
}