/* Podcast Studio WP — frontend player */

.pswp-player {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	padding: 14px 16px;
	margin: 0 0 1.5em;
	background: rgba(0, 0, 0, 0.02);
	font-size: 15px;
	line-height: 1.4;
}

.pswp-player-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pswp-play {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background: #2271b1;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background 0.15s ease;
}
.pswp-play:hover { background: #135e96; }

.pswp-player-meta {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}
.pswp-player-label { font-weight: 600; }
.pswp-player-time { font-size: 13px; opacity: 0.75; font-variant-numeric: tabular-nums; }

.pswp-speed {
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: transparent;
	border-radius: 14px;
	padding: 3px 10px;
	font-size: 13px;
	cursor: pointer;
	min-width: 52px;
}

.pswp-seek {
	width: 100%;
	margin-top: 10px;
	accent-color: #2271b1;
	cursor: pointer;
}
