/* AIDB TTS プレーヤー（TCD PANDORA に馴染むニュートラルな最小スタイル） */

.aidb-tts-player {
	margin: 1.5em 0;
	padding: 14px 16px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	background: #fafafa;
	box-sizing: border-box;
}

.aidb-tts-player__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 8px;
}

.aidb-tts-player__label {
	font-size: 0.9em;
	font-weight: 700;
}

.aidb-tts-player__label::before {
	content: "\1F3A7"; /* 🎧 */
	margin-right: 6px;
}

.aidb-tts-player__duration {
	font-size: 0.8em;
	color: #777;
}

.aidb-tts-player audio {
	display: block;
	width: 100%;
}

.aidb-tts-player__speeds {
	margin-top: 8px;
	font-size: 0.8em;
	color: #777;
}

.aidb-tts-player__speeds span {
	margin-right: 4px;
}

.aidb-tts-player__speed {
	margin: 0 2px;
	padding: 2px 8px;
	border: 1px solid #ccc;
	border-radius: 12px;
	background: #fff;
	color: #555;
	font-size: 1em;
	line-height: 1.4;
	cursor: pointer;
}

.aidb-tts-player__speed.is-active {
	border-color: #333;
	background: #333;
	color: #fff;
}

.aidb-tts-player--locked {
	color: #666;
	font-size: 0.9em;
}

.aidb-tts-player--locked a {
	margin-left: 6px;
	text-decoration: underline;
}

.aidb-tts-player__upsell {
	margin: 8px 0 0;
	font-size: 0.82em;
	color: #666;
}

.aidb-tts-player__upsell a {
	text-decoration: underline;
}
