#post {
	border: 2px solid #cccccc;
	border-radius: 8px;
	margin-top: 3rem;
	box-shadow: 1px 1px 4px #cccccc;
	background-color: #f8f9fa;
	padding: 1rem;
	overflow: auto;
}

#post-video-player {
	margin-bottom: 1rem;
}

h2 {
	font-size: 1.5em;
}

h2 a {
	color: #000;
	text-decoration: none;
}

h3 {
	font-size: 1.3em;
}

#post-content {
	text-align: justify;
}

#post-content-text {
}

#post-content-text-full {
}

#post-thumbnail {
	height: 200px;
	width: auto;
	margin-inline-end: 1rem;
	float: left;
	max-width: 100%;
}

#post-info {
	color: #A2B0BC;
	font-weight: bold;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	column-gap: .5rem;
}

#post-properties {
	display: flex;
	align-items: center;
	column-gap: 1.5rem;
	margin-top: 1rem;
}

#post-properties>div {
	display: flex;
	flex-direction: column;
	row-gap: .5rem;
}

#post-attachments {
	margin-top: 1rem;
}

#post-thumb-image {
	float: left; /* or right, depending on your desired layout */
	margin-right: 15px; /* Space between image and text */
	margin-bottom: 15px; /* Optional: space below the image */
	width: 150px; /* Adjust as needed */
	height: auto; /* Maintain aspect ratio */
}

#source {
	display: flex;
	align-items: center;
	column-gap: .5rem;
}

#source-title a {
	color: #000;
	text-decoration: none;
}

#show-more-link {
	text-decoration: none;

}
#post-content-show-more {
	margin-top: 0.5rem;
}

.d-none,
#vjs-transcribe-download {
	display: none;
}

.transcript-on .provider{
	margin-top: 1rem;
}

.transcript-on .flex{
	float: none;
}

.video-js {
	min-height: 100%;
	margin-inline-end: 1rem;
}

.demo-transcribe {
	justify-content: space-between;
}

.vjs-transcribe-search,
input{
	width: 100%;
}

.attPhoto .attS {
	float: left;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
	box-shadow: 1px 1px 0 #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	width: 175px;
}

@media screen and (max-width: 1024px) {
	#post > .flex {
		display: block;
	}
}
