.news-listing,
.news-events-detail {
	background-color: #f9fafb;
	padding: 2rem;
}
.news-card article:not(:first-child) {
	margin-top: 32px;
}
.news-card article {
	overflow: hidden;
	padding: 1.5rem;
	border-radius: 16px;
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.news-card article > div {
	gap: 1.5rem;
}
.news-card article:hover {
	--tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.news-image {
	flex-shrink: 0;
	width: 12rem;
	height: 8rem;
}
.news-image img {
	object-position: top;
	object-fit: cover;
	border-radius: 16px;
	height: 100%;
    width: 100%;
}
.news-content-box {
	flex: 1 1 0%;
}
.news-meta {
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}
.news-category {
	font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #1a365d;
    background-color: #1a365d1a;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
}
.dot-icon {
	color: #9ca3af;
}
.news-date {
	font-size: 0.875rem;
    line-height: 1.25rem;
    color: #6b7280;
}
.news-content-box h3 {
	font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
	margin-bottom: 0.75rem;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.news-content-box h3 a {
    color: #111827;
}
.news-content-box h3:hover a {
    color: #124e94;
}
.news-content-box p {
	font-size: 16px;
	line-height: 1.625;
	color: #4b5563;
	margin-bottom: 1rem;
}
.news-author {
	gap: 0.75rem;
}
.news-author > div {
	width: 2rem;
	height: 2rem;
	background-color: #e5e7eb;
	border-radius: 9999px;
}
.news-author i {
	color: #4b5563;
}
.news-author span {
	font-size: 16px;
	374151
	color: #374151;
}
.news-meta a {
	font-size: 16px;
	font-weight: 500;
	color: #1A78B7;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.news-meta a:hover {
	color: #124e94;
}
.sidebar-box {
	border-radius: 16px;
	padding: 1.5rem;
	margin-bottom: 2rem;
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sidebar-box h3 {
	font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #111827;
}
.event-box:not(:first-child) {
	margin-top: 24px;
}
.event-box {
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	overflow: hidden;
}
.event-box img {
	object-position: top;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.event-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 0.5rem;
}
.event-content p {
	font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #124e94;
    margin-bottom: 0.75rem;
}
.event-content ul {
	font-size: 0.875rem;
    line-height: 1.25rem;
	color: #4b5563;
	padding-left: 1rem;
}
/* Detail page css */
.news-events-detail article {
	padding: 2rem;
	border-radius: 16px;
	--tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.breadcrumbs nav,
.breadcrumbs nav a {
	font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
    color: #6b7280;
}
.news-events-detail article h1 {
	font-size: 2.25rem;
	line-height: 1.25;
	margin-bottom: 1rem;
	font-weight: 700;
	color: #111827;
}
.news-events-detail article .sub-title {
	font-size: 1.25rem;
	line-height: 1.625;
	margin-bottom: 1.5rem;
	color: #4b5563;
}
.news-events-detail article .event-category div {
	font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
	color: #1daf8b;
	background-color: #dcfce7;
	border-radius: 9999px;
	padding: 0.25rem 0.75rem;
}
.event-meta {
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}
.news-meta div:not(:first-child) {
	margin-left: 12px;
}
.news-meta-icon {
	background-color: #2c3e501a;
	border-radius: 9999px;
	width: 3rem;
	height: 3rem;
}
.news-meta-icon i {
	font-size: 1.125rem;
    line-height: 1.75rem;
    xolor: #2c3e50;
}
.news-meta-title {
	font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
    margin-bottom: 0;
}
.news-meta-description {
	font-weight: 600;
	color: #111827;
    margin-bottom: 0;
}
.news-tag {
	gap: 0.5rem;
	flex-wrap: wrap;
}
.news-tag span {
	font-size: 0.75rem;
    line-height: 1rem;
	font-weight: 500;
	color: #2c3e50;
	background-color: #2c3e501a;
	border-radius: 9999px;
	padding: 0.25rem 0.75rem;
}
.event-image img {
	object-position: top;
	object-fit: cover;
	border-radius: 16px;
	width: 100%;
}
.event-other-details h3,
.event-other-details h2 {
	font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #111827;
}
.event-other-details p {
	font-size: 1.125rem;
	line-height: 1.625;
	margin-bottom: 1.5rem;
	color: #374151;
}
.event-other-details p strong,
.event-other-details p b {
	font-size: 1.25rem;
    line-height: 1.75rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.event-other-details ul {
	padding: 1.5rem 3rem;
	background-color: #f9fafb;
	border-radius: 16px;
}
.event-other-details ul li {
	font-size: 1.125rem;
	line-height: 1.625;
	color: #374151;
}
.event-gallery-images {
	gap: 1rem;
}
.event-gallery-images img {
	object-fit: cover;
	object-position: top;
	border-radius: 16px;
	width: 100%;
	height: 12rem;
}
p.gallery-caption {
	font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.5rem;
    font-style: italic;
    color: #4b5563;
}
@media (max-width: 767px) {
	.news-card article > div {
		display: grid !important;
		gap: 1rem;
	}
	.news-image {
	    width: 100%;
	    height: auto;
	}
	.news-content-box h3 {
	    font-size: 1.2rem;
	    line-height: 1.7rem;
	}
	.news-listing,
	.news-events-detail {
		padding: 2rem 1rem;
	}
	.news-content-box p,
	.news-author span,
	.news-meta a {
	    font-size: 14px;
	    line-height: 1.6;
	}
	.news-sidebar {
		margin-top: 2rem;
	}
	/* Detail page css */
	.news-events-detail article h1 {
	    font-size: 1.8rem;
	    line-height: 1.2;
	}
	.news-events-detail article .sub-title {
	    font-size: 1rem;
	    line-height: 1.6;
	}
	.event-other-details h3, .event-other-details h2 {
	    font-size: 1.25rem;
	    line-height: 1rem;
	}
	.event-other-details p,
	.event-other-details ul li {
	    font-size: 1rem;
	    line-height: 1.6;
	}
	.event-other-details p strong, .event-other-details p b {
	    font-size: 1.1rem;
	    line-height: 1.7rem;
	}
}
@media (min-width: 768px) {
	.news-listing .container-fluid > .row {
		width: 80rem;
		margin: auto;
	}
	/* Detail page css */
	.event-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .event-gallery-images {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}