.pfm-mini-bar, .pfm-inline-player {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #000;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	padding: 10px 16px;
}

.pfm-mini-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	border-top: 1px solid #2a2a2a;
	box-shadow: 0 -2px 12px rgba( 0, 0, 0, 0.5 );
}
.pfm-mini-bar.pfm-collapsed .pfm-meta,
.pfm-mini-bar.pfm-collapsed .pfm-volume { display: none; }

.pfm-inline-player {
	border-radius: 10px;
	max-width: 480px;
}

.pfm-logo { width: 38px; height: 38px; object-fit: contain; flex-shrink: 0; }

.pfm-meta { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.pfm-station-name { font-weight: 700; font-size: 13px; display: flex; align-items: center; gap: 6px; }
.pfm-onair-line { font-size: 12px; color: #b8b8b8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.pfm-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #666; display: inline-block; }
.pfm-live-dot.pfm-live-live { background: #2ecc71; box-shadow: 0 0 6px #2ecc71; }
.pfm-live-dot.pfm-live-automated { background: #4a90d9; }
.pfm-live-dot.pfm-live-off { background: #666; }

.pfm-btn { background: #fff; color: #000; border: 0; border-radius: 999px; width: 38px; height: 38px; font-size: 15px; cursor: pointer; flex-shrink: 0; }
.pfm-btn-text { background: transparent; color: #fff; border: 1px solid #3a3a3a; width: auto; padding: 0 10px; font-size: 11px; }
.pfm-volume { width: 70px; accent-color: #fff; }

.pfm-schedule-table { width: 100%; border-collapse: collapse; }
.pfm-schedule-table th, .pfm-schedule-table td { text-align: left; padding: 6px 10px; border-bottom: 1px solid #eee; }

@media ( max-width: 640px ) {
	.pfm-mini-bar .pfm-meta { max-width: 40vw; }
	.pfm-volume { display: none; }
}

body { padding-bottom: 64px; }
