body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	line-height: 1.4;
	padding: 16px;
}

button {
	font-size: 16px;
	padding: 8px 12px;
	cursor: pointer;
}

#start-audio {
	background-color: #d32f2f;
	color: #ffffff;
	border: none;
	padding: 14px 18px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

#start-audio:hover {
	background-color: #c62828;
}

#start-audio:active {
	background-color: #b71c1c;
}

#start-audio:focus {
	outline: 2px solid #9a0007;
	outline-offset: 2px;
}

#share-url {
	margin-top: 8px;
	word-break: break-all;
}

#status {
	margin: 8px 0;
}

audio {
	display: none; /* remote audio is hidden; it will play automatically */
}

#wakelock {
	background-color: #253238;
	color: #ffffff;
	border: none;
	padding: 10px 14px;
	border-radius: 8px;
}

#wakelock.active {
	background-color: #00695c;
}


