/*
Theme Name:     DSA Updates Theme 2025
Theme URI:      http: //www.dezshira.com
Description:     
Author:         Kaushal Subba
Author URI:     http: //www.ksubba.com.np/
Version:        4.0
*/



img.size-full {
	border-radius: 2px;
	/* max-width: 90%;
        max-height: 500px; */
	/* max-width: 90%; */
	object-fit: contain;
}

/* Essential WordPress Output CSS - Minified */
.alignleft {
	float: left;
	margin: 5px 20px 5px 0
}

.alignright {
	float: right;
	margin: 5px 0 5px 20px
}

.aligncenter {
	display: block;
	margin: 5px auto;
	text-align: center
}

.alignnone {
	margin: 5px 20px 20px 0
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	border-radius: 3px
}

.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto
}

.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}

.gallery {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 48%
}

.gallery-columns-3 .gallery-item {
	max-width: 31%
}

.gallery-columns-4 .gallery-item {
	max-width: 23%
}

.gallery-caption {
	margin-left: 0;
	font-size: 12px;
	color: #666
}

.entry-content {
	line-height: 1.6;
	word-wrap: break-word
}

.entry-content p {
	margin: 0 0 1.5em
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 3em
}

.entry-content blockquote {
	margin: 0 0 1.5em;
	padding: 0 0 0 1em;
	border-left: 4px solid #ccc;
	color: #666;
	font-style: italic
}

.wp-block-button__link {
	background: #32373c;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 12px 24px;
	text-decoration: none;
	text-align: center
}

.wp-block-button__link:hover {
	background: #1e1e1e
}

.wp-block-code {
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 14px;
	margin: 0 0 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 1em
}

.wp-block-quote {
	border-left: 4px solid #0073aa;
	margin: 0 0 1.5em;
	padding-left: 1em
}

.size-thumbnail {
	max-width: 150px;
	height: auto
}

.size-medium {
	max-width: 300px;
	height: auto
}

.size-large {
	max-width: 1024px;
	height: auto
}

.size-full {
	max-width: 100%;
	height: auto
}

.clear {
	clear: both
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

/* .article-content h3 {
	margin-top: 2rem;
	margin-bottom: 0;
} */

.limit-height {
	max-height: 600px;
	overflow: hidden;
	/* width: 90%; */
	margin: 0 auto;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.limit-height img {
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	display: block;
}