/* www.infinidesk.app Extra Style Sheet for video transcripts and blog. © Ben Shirt-Ediss, 2025-2026 */




#tagline3 {
	width: 100%;
	padding: 40px 0 40px 0;
	text-align: center;
}

#tagline3 span {
	white-space: nowrap;
}



/* Video transcripts */

.transcript-tag {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	display: inline-block;
	color: #0a84ff; 
	border: 1.5px solid #0a84ff;
	background-color: rgba(10, 132, 255, 0.15);
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 10px;
}

.video-for-transcript {
	text-align: center;	
}

.video-for-transcript img {
	width: 90%;
	max-width: 500px;
	height: auto;
}

.transcript {
	padding: 20px;
}

.transcript p, .transcript li {
	font-size: 1.3rem;
}

.transcript span {
	padding: 0 3px 0 3px;
	background-color: #ccc;
	border-radius: 3px;
	color: black;
}


.hotkeys-table {
	border-collapse: collapse;
}

.hotkeys-table th, 
.hotkeys-table td {
	border: 1px solid #000000;
	padding: 5px 10px;
	text-align: left;
	font-size: 1rem;
}





/* Blog posts */


.blogpost-tag {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	display: inline-block;
	color: #E77433; 
	border: 1.5px solid #E77433;
	background-color: #f5b48a;
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 5px;
}

.blogpost-header {
	text-align: center;	
}

.blogpost-header img {
	width: 90%;
	max-width: 500px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.blogpost {
	padding: 20px;
}


.blogpost p, .blogpost li {
	font-size: 1.3rem;
}


.blogpost img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

