/*
Biogurukul Audio Learning v2.4.0
Author: Abhishek Das
*/
.bgk-audio-learning-wrap{max-width:1380px}
.bgk-audio-hero{
	background:linear-gradient(135deg,#eef4ff,#fff8e7);
	border:1px solid #e4eaf5;
	border-radius:30px;
	padding:24px;
	margin-bottom:20px;
}
.bgk-audio-hero h1{
	font-size:clamp(30px,4vw,52px);
	line-height:1;
	margin:10px 0 8px;
	letter-spacing:-.055em;
	color:#111827;
}
.bgk-audio-hero p{
	margin:0;
	color:#5d6778;
	font-weight:750;
	max-width:900px;
}
.bgk-audio-grid{
	display:grid;
	grid-template-columns:420px minmax(0,1fr);
	gap:20px;
	align-items:start;
}
.bgk-audio-selector{
	position:sticky;
	top:90px;
}
.bgk-audio-selector label{
	display:block;
	font-weight:950;
	color:#172033;
	margin:0 0 13px;
}
.bgk-audio-selector select,
.bgk-audio-selector input{
	width:100%;
	border:1px solid #dbe3f2;
	border-radius:15px;
	padding:12px;
	background:#fff;
	color:#111827;
	font-weight:750;
}
.bgk-audio-player h2{margin-top:0}
.bgk-audio-controls{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin:14px 0;
}
.bgk-audio-progress{
	height:12px;
	background:#eef3ff;
	border-radius:999px;
	overflow:hidden;
	margin:12px 0;
}
.bgk-audio-progress span{
	display:block;
	height:100%;
	width:0%;
	background:#2357f5;
	border-radius:999px;
	transition:width .2s linear;
}
.bgk-audio-status{
	font-weight:900;
	color:#5d6778;
}
.bgk-audio-text-source{
	max-height:360px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	background:#fbfcff;
	border:1px solid #e5eaf3;
	border-radius:20px;
	padding:18px;
	color:#1f2937;
	font-weight:700;
	line-height:1.75;
}
.bgk-audio-help{
	margin-top:14px;
	background:#fff8e7;
	border:1px solid #ffe1a7;
	border-radius:18px;
	padding:14px;
}
.bgk-audio-help summary{
	cursor:pointer;
	font-weight:1000;
	color:#111827;
}
.bgk-audio-feature-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:12px;
}
.bgk-audio-feature-grid div{
	background:#fbfcff;
	border:1px solid #e5eaf3;
	border-radius:18px;
	padding:16px;
}
.bgk-audio-feature-grid strong{
	display:block;
	color:#2357f5;
	font-size:18px;
	font-weight:1000;
}
.bgk-audio-feature-grid span{
	display:block;
	color:#5d6778;
	font-weight:800;
	margin-top:6px;
}
.bgk-audio-dashboard-card,
.bgk-inline-audio-listen{
	display:flex;
	gap:16px;
	align-items:center;
	background:linear-gradient(135deg,#eef4ff,#fff8e7);
	border:1px solid #dfe8f7;
	border-radius:26px;
	padding:20px;
	margin:20px 0;
	box-shadow:0 16px 38px rgba(16,24,40,.08);
}
.bgk-audio-card-icon{
	width:62px;
	height:62px;
	border-radius:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#2357f5;
	color:#fff;
	font-size:30px;
	flex:0 0 auto;
	box-shadow:0 14px 30px rgba(35,87,245,.25);
}
.bgk-audio-dashboard-card span{
	display:inline-flex;
	background:#111827;
	color:#fff;
	border-radius:999px;
	padding:5px 10px;
	font-size:12px;
	font-weight:1000;
	margin-bottom:7px;
}
.bgk-audio-dashboard-card h3{
	margin:0 0 7px;
	font-size:clamp(24px,3vw,36px);
	color:#111827;
	letter-spacing:-.04em;
}
.bgk-audio-dashboard-card p,
.bgk-inline-audio-listen p{
	margin:0 0 12px;
	color:#5d6778;
	font-weight:750;
}
.bgk-inline-audio-listen{
	display:block;
}
.bgk-inline-audio-listen strong{
	display:block;
	font-size:20px;
	color:#111827;
	margin-bottom:5px;
}
@media(max-width:900px){
	.bgk-audio-grid,
	.bgk-audio-feature-grid{
		grid-template-columns:1fr;
	}
	.bgk-audio-selector{
		position:static;
	}
	.bgk-audio-learning-wrap,
	.bgk-audio-hero,
	.bgk-audio-dashboard-card,
	.bgk-inline-audio-listen{
		margin-left:0!important;
		margin-right:0!important;
	}
	.bgk-audio-controls > *{
		flex:1 1 130px;
	}
	.bgk-audio-dashboard-card{
		display:block;
		padding:16px;
	}
	.bgk-audio-card-icon{
		margin-bottom:12px;
	}
	.bgk-audio-text-source{
		max-height:300px;
	}
}


/* Audio Voice Fix v2.5.0 */
.bgk-audio-test-row{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:12px;
}
.bgk-audio-test-row > *{
	flex:1 1 180px;
}
.bgk-audio-voice-report{
	margin-top:12px;
	background:#f8fafc;
	border:1px solid #e5eaf3;
	border-radius:16px;
	padding:12px;
	color:#344054;
	font-weight:850;
	line-height:1.45;
}
.bgk-audio-voice-report.good{
	background:#ecfff5;
	border-color:#b8f5d2;
	color:#087443;
}
.bgk-audio-voice-report.warn{
	background:#fff8e7;
	border-color:#ffe1a7;
	color:#8a5a00;
}
.bgk-audio-voice-report.bad{
	background:#fff0f0;
	border-color:#ffd0d0;
	color:#b42318;
}
.bgk-audio-device-note{
	margin-top:14px;
	background:#f0f4ff;
	border:1px solid #dce7ff;
	border-radius:18px;
	padding:14px;
	color:#344054;
	font-weight:800;
}
.bgk-audio-device-note strong{
	display:block;
	color:#111827;
	margin-bottom:5px;
}
.bgk-audio-voice-label{
	grid-column:1 / -1;
}
@media(max-width:900px){
	.bgk-audio-test-row{
		display:grid;
		grid-template-columns:1fr;
	}
}
