body.audio-player-expanded {
	overflow: hidden;
	width: 100%;
}

	#audioMobileHost {
		position: relative;
		z-index: 100001;
	}

	#audioMobileMini {
		overflow: visible;
	}

	#audioMobileMini .audio-mobile-drag {
		content: "";
		position: absolute;
		left: 50%;
		width: 46px;
		height: 4px;
		margin-left: -23px;
		border-radius: 4px;
		background: rgba(255, 255, 255, 0.45);
	}

	#audioMobileMini .audio-mobile-drag {
		top: 5px;
		pointer-events: none;
	}

	.audio-mobile-backdrop {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		background: rgba(0, 0, 0, 0.72);
		z-index: 100001;
	}

	.audio-mobile-sheet {
		position: fixed;
		top: 100%;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		padding: 18px 18px 30px;
		background: linear-gradient(to bottom, #3f8cff 0%, #245edb 46%, #14327d 100%);
		color: #fff;
		transition: top 0.28s ease;
		overflow-y: auto;
		overscroll-behavior-y: contain;
		-webkit-overflow-scrolling: touch;
		z-index: 100002;
	}

	.audio-mobile-sheet-inner {
		position: relative;
		max-width: 556px;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.audio-mobile-root.is-expanded .audio-mobile-backdrop {
		display: block;
	}

	.audio-mobile-root.is-expanded .audio-mobile-sheet {
		top: 0;
	}

	.audio-mobile-topbar {
		position: relative;
		height: 56px;
		margin-bottom: 14px;
	}

		.audio-mobile-close,
		.audio-mobile-share,
		.audio-mobile-favorite,
		.audio-mobile-repeat,
		.audio-mobile-tool,
		.audio-mobile-story-button,
		.audio-mobile-transcript-segment,
		.audio-mobile-main-button,
		.audio-mobile-main-play,
		.audio-mobile-volume-button {
		-webkit-appearance: none;
		appearance: none;
		border: 0;
		background: transparent;
		color: #fff;
		padding: 0;
		cursor: pointer;
		font-family: 'Open Sans', tahoma, Helvetica, sans-serif;
	}

		.audio-mobile-close {
			position: absolute;
			top: -6px;
			width: 56px;
			height: 56px;
		border-radius: 28px;
		background: #fff;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	}

	.audio-mobile-close {
		left: 0;
	}

	.audio-mobile-close:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 26px 26px;
	}

	.audio-mobile-close:before {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='%230b1f57' stroke-width='2.8' stroke-linecap='round' d='m5 5 14 14M19 5 5 19'/%3e%3c/svg%3e");
	}

	.audio-mobile-kicker {
		display: block;
		padding: 14px 68px 0;
		font-size: 13px;
		line-height: 19px;
		text-align: center;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.8);
	}

	.audio-mobile-cover {
		display: block;
		width: 100%;
		max-width: 320px;
		margin: 0 auto 22px;
		border-radius: 22px;
		overflow: hidden;
		box-shadow: 0 22px 46px rgba(0, 0, 0, 0.36);
		background: rgba(255, 255, 255, 0.12);
	}

	.audio-mobile-cover picture,
	.audio-mobile-cover img {
		display: block;
		width: 100%;
		height: auto;
	}

	.audio-mobile-meta {
		position: relative;
		margin-bottom: 18px;
		padding-right: 92px;
		text-align: left;
	}

	.audio-mobile-title {
		display: block;
		font-size: 26px;
		line-height: 32px;
		font-weight: 700;
		color: #fff;
	}

	.audio-mobile-subtitle {
		display: block;
		margin-top: 6px;
		font-size: 14px;
		line-height: 20px;
		color: rgba(255, 255, 255, 0.8);
	}

	.audio-mobile-transcript {
		position: relative;
		margin-bottom: 18px;
		padding: 18px 16px 14px;
		border-radius: 18px;
		border: 1px solid rgba(255, 255, 255, 0.16);
		background: rgba(255, 255, 255, 0.06);
	}

	.audio-mobile-transcript-list,
	.audio-mobile-queue-list {
		display: block;
		padding: 6px 8px 6px 6px;
		overflow-y: auto;
		border-radius: 18px;
		scrollbar-width: thin;
		scrollbar-color: rgba(255, 255, 255, 0.55) rgba(255, 255, 255, 0.12);
	}

	.audio-mobile-transcript-list {
		max-height: none;
		padding: 0;
		overflow: visible;
		background: transparent;
		scrollbar-width: auto;
		scrollbar-color: auto;
	}

	.audio-mobile-transcript-list::-webkit-scrollbar,
	.audio-mobile-queue-list::-webkit-scrollbar {
		width: 6px;
	}

	.audio-mobile-transcript-list::-webkit-scrollbar-track,
	.audio-mobile-queue-list::-webkit-scrollbar-track {
		border-radius: 6px;
		background: rgba(255, 255, 255, 0.12);
	}

	.audio-mobile-transcript-list::-webkit-scrollbar-thumb,
	.audio-mobile-queue-list::-webkit-scrollbar-thumb {
		border-radius: 6px;
		background: rgba(255, 255, 255, 0.55);
	}

	.audio-mobile-transcript-segment {
		display: block;
		width: 100%;
		margin: 0;
		padding: 4px 0 0 50px;
		border-radius: 0;
		background: transparent;
		text-align: left;
		position: relative;
	}

	.audio-mobile-transcript-segment.is-active {
		background: transparent;
		box-shadow: none;
	}

	.audio-mobile-transcript-time {
		position: absolute;
		top: 5px;
		left: 0;
		width: 34px;
		font-size: 11px;
		line-height: 14px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.72);
	}

	.audio-mobile-transcript-text {
		display: block;
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		color: #fff;
	}

	.audio-mobile-section-label {
		display: block;
		position: static;
		margin-bottom: 10px;
		padding: 0;
		border-radius: 0;
		background: transparent;
	}

	.audio-mobile-tool-label.audio-mobile-transcript-label,
	.audio-mobile-tool-label.audio-mobile-volume-label {
		font-size: 12px;
		line-height: 16px;
	}

	.audio-mobile-range-wrap {
		margin-bottom: 22px;
	}

		.audio-mobile-range,
		.audio-mobile-volume-range {
			display: block;
			width: 100%;
			margin: 0;
			background: transparent;
			-webkit-appearance: none;
			appearance: none;
			cursor: pointer;
		}

		.audio-mobile-range::-webkit-slider-runnable-track,
		.audio-mobile-volume-range::-webkit-slider-runnable-track {
			height: 4px;
			border-radius: 4px;
			background: rgba(255, 255, 255, 0.28);
		}

		.audio-mobile-range::-webkit-slider-thumb,
		.audio-mobile-volume-range::-webkit-slider-thumb {
			-webkit-appearance: none;
			width: 14px;
			height: 14px;
			margin-top: -5px;
			border: 0;
			border-radius: 7px;
			background: #fff;
			box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
			cursor: pointer;
		}

		.audio-mobile-range::-moz-range-track,
		.audio-mobile-volume-range::-moz-range-track {
			height: 4px;
			border: 0;
			border-radius: 4px;
			background: rgba(255, 255, 255, 0.28);
		}

		.audio-mobile-range::-moz-range-thumb,
		.audio-mobile-volume-range::-moz-range-thumb {
			width: 14px;
			height: 14px;
			border: 0;
			border-radius: 7px;
			background: #fff;
			box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
			cursor: pointer;
		}

		.audio-mobile-range::-ms-track,
		.audio-mobile-volume-range::-ms-track {
			width: 100%;
			height: 4px;
			border-width: 5px 0;
			border-color: transparent;
			color: transparent;
			background: transparent;
		}

		.audio-mobile-range::-ms-fill-lower,
		.audio-mobile-range::-ms-fill-upper,
		.audio-mobile-volume-range::-ms-fill-lower,
		.audio-mobile-volume-range::-ms-fill-upper {
			border-radius: 4px;
			background: rgba(255, 255, 255, 0.28);
		}

		.audio-mobile-range::-ms-thumb,
		.audio-mobile-volume-range::-ms-thumb {
			width: 14px;
			height: 14px;
			margin-top: 0;
			border: 0;
			border-radius: 7px;
			background: #fff;
			box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
			cursor: pointer;
		}

	.audio-mobile-times {
		overflow: hidden;
		margin-top: 8px;
		font-size: 12px;
		line-height: 16px;
		color: rgba(255, 255, 255, 0.7);
	}

	.audio-mobile-current {
		float: left;
	}

	.audio-mobile-total {
		float: right;
	}

	.audio-mobile-actions-top {
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		margin-bottom: 0;
	}

	.audio-mobile-favorite,
	.audio-mobile-repeat {
		position: relative;
		float: left;
		width: 38px;
		height: 38px;
		margin-right: 12px;
		border-radius: 19px;
		background: rgba(255, 255, 255, 0.1);
	}

	.audio-mobile-actions-top .audio-mobile-repeat {
		margin-right: 0;
	}

	.audio-mobile-share:before,
	.audio-mobile-favorite:before,
	.audio-mobile-repeat:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 18px 18px;
	}

	.audio-mobile-share:before {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M9 12C9 13.3807 7.88071 14.5 6.5 14.5C5.11929 14.5 4 13.3807 4 12C4 10.6193 5.11929 9.5 6.5 9.5C7.88071 9.5 9 10.6193 9 12Z' stroke='%23ffffff' stroke-width='1.8'/%3e%3cpath d='M14 6.5L9 10' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3e%3cpath d='M14 17.5L9 14' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3e%3cpath d='M19 18.5C19 19.8807 17.8807 21 16.5 21C15.1193 21 14 19.8807 14 18.5C14 17.1193 15.1193 16 16.5 16C17.8807 16 19 17.1193 19 18.5Z' stroke='%23ffffff' stroke-width='1.8'/%3e%3cpath d='M19 5.5C19 6.88071 17.8807 8 16.5 8C15.1193 8 14 6.88071 14 5.5C14 4.11929 15.1193 3 16.5 3C17.8807 3 19 4.11929 19 5.5Z' stroke='%23ffffff' stroke-width='1.8'/%3e%3c/svg%3e");
	}

	.audio-mobile-share-top {
		position: absolute;
		top: -2px;
		right: 0;
		width: 46px;
		height: 46px;
		border-radius: 23px;
		background: rgba(255, 255, 255, 0.12);
	}

	.audio-mobile-share-top:before {
		background-size: 22px 22px;
	}

	.audio-mobile-favorite:before {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m12 20-6.2-6.1a4.7 4.7 0 0 1 6.6-6.7l-.4.4.4-.4a4.7 4.7 0 0 1 6.6 6.7z'/%3e%3c/svg%3e");
	}

	.audio-mobile-repeat:before {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M17 1l4 4-4 4M3 11V9a4 4 0 0 1 4-4h14M7 23l-4-4 4-4M21 13v2a4 4 0 0 1-4 4H3'/%3e%3c/svg%3e");
	}

	.audio-mobile-favorite.is-active:before {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23ff4d6d' stroke='%23ff4d6d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='m12 20-6.2-6.1a4.7 4.7 0 0 1 6.6-6.7l-.4.4.4-.4a4.7 4.7 0 0 1 6.6 6.7z'/%3e%3c/svg%3e");
	}

	.audio-mobile-favorite.is-active {
		background: linear-gradient(to bottom, #ffe88a 0%, #f4cf55 100%);
		box-shadow: inset 0 0 0 1px rgba(219, 180, 63, 0.75);
	}

	.audio-mobile-repeat.is-active {
		background: linear-gradient(to bottom, #7de0ab 0%, #45bf7c 100%);
		box-shadow: inset 0 0 0 1px rgba(68, 165, 104, 0.72);
	}

	.audio-mobile-main-controls {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin-bottom: 20px;
	}

		.audio-mobile-main-cell {
			display: table-cell;
			text-align: center;
			vertical-align: middle;
		}

		.audio-mobile-main-controls-compact .audio-mobile-main-cell:first-child {
			text-align: left;
		}

		.audio-mobile-main-controls-compact .audio-mobile-main-cell:last-child {
			text-align: right;
		}

	.audio-mobile-main-button,
	.audio-mobile-main-play {
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

	.audio-mobile-main-button {
		width: 52px;
		height: 52px;
		border-radius: 26px;
		background: rgba(255, 255, 255, 0.12);
	}

	.audio-mobile-main-button:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 22px 22px;
	}

	.audio-mobile-main-button[data-icon='back']:before {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M11 19 4 12l7-7M20 19l-7-7 7-7'/%3e%3c/svg%3e");
	}

	.audio-mobile-main-button[data-icon='forward']:before {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m13 5 7 7-7 7M4 5l7 7-7 7'/%3e%3c/svg%3e");
	}

	.audio-mobile-main-play {
		width: 72px;
		height: 72px;
		top: -12px;
		border-radius: 36px;
		background: #fff;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	}

	.audio-mobile-main-play:before,
	.audio-mobile-main-play:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.audio-mobile-main-play:before {
		width: 0;
		height: 0;
		margin-left: 3px;
		border-left: 18px solid #0b1f57;
		border-top: 11px solid transparent;
		border-bottom: 11px solid transparent;
	}

	.audio-mobile-main-play.is-playing:before {
		display: none;
	}

		.audio-mobile-main-play.is-playing:after {
			width: 14px;
			height: 22px;
			background: linear-gradient(to right, #0b1f57 0, #0b1f57 4px, transparent 4px, transparent 10px, #0b1f57 10px, #0b1f57 14px);
		}

		.audio-mobile-main-label {
			display: block;
			margin-top: 10px;
			font-size: 11px;
		line-height: 14px;
		letter-spacing: 1px;
			text-transform: none;
			color: rgba(255, 255, 255, 0.75);
		}

		.audio-mobile-main-controls-compact .audio-mobile-main-cell:first-child .audio-mobile-main-label,
		.audio-mobile-main-controls-compact .audio-mobile-main-cell:last-child .audio-mobile-main-label {
			width: 64px;
		}

		.audio-mobile-main-controls-compact .audio-mobile-main-cell:last-child .audio-mobile-main-label {
			margin-left: auto;
		}

		.audio-mobile-volume-wrap {
			position: relative;
			overflow: visible;
			margin-bottom: 20px;
			padding: 18px 16px 14px;
			border-radius: 18px;
			border: 1px solid rgba(255, 255, 255, 0.16);
			background: rgba(255, 255, 255, 0.06);
		}

		.audio-mobile-volume-wrap:after {
			content: "";
			display: block;
			clear: both;
		}

		.audio-mobile-volume-button {
			position: relative;
			float: left;
			width: 46px;
			height: 46px;
			border-radius: 23px;
			background: rgba(255, 255, 255, 0.14);
		}

	.audio-mobile-volume-button:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 26px;
		margin-top: -13px;
		margin-left: -13px;
		background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5 10h4l5-4v12l-5-4H5z'/%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' d='M17 9a4 4 0 0 1 0 6'/%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' d='M19 6a8 8 0 0 1 0 12'/%3e%3c/svg%3e") center center / 26px 26px no-repeat;
	}

		.audio-mobile-volume-button.is-low:before {
			background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5 10h4l5-4v12l-5-4H5z'/%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' d='M17 9a4 4 0 0 1 0 6'/%3e%3c/svg%3e");
		}

		.audio-mobile-volume-button.is-muted:before {
			background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5 10h4l5-4v12l-5-4H5z'/%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' d='m17 10 4 4m0-4-4 4'/%3e%3c/svg%3e");
		}

	.audio-mobile-volume-slider {
		position: relative;
		margin-left: 62px;
		height: 46px;
		cursor: pointer;
	}

	.audio-mobile-volume-slider .audio-mobile-volume-range {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		height: 22px;
		margin-top: -11px;
		border: 0;
		outline: none;
		background: transparent;
		-webkit-tap-highlight-color: transparent;
	}

	.audio-mobile-tools {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin-bottom: 18px;
	}

	@media (max-width: 380px) {
		.audio-mobile-tool-value {
			min-height: 36px;
		}
	}

	.audio-mobile-tool-wrap {
		display: table-cell;
		padding: 0 6px;
		vertical-align: top;
	}

	.audio-mobile-tools .audio-mobile-tool-wrap:first-child,
	.audio-mobile-story-nav .audio-mobile-tool-wrap:first-child {
		padding-left: 0;
	}

	.audio-mobile-tools .audio-mobile-tool-wrap:last-child,
	.audio-mobile-story-nav .audio-mobile-tool-wrap:last-child {
		padding-right: 0;
	}

	.audio-mobile-tool {
		display: block;
		width: 100%;
		min-height: 96px;
		padding: 16px 8px 14px;
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.1);
		text-align: center;
	}

	.audio-mobile-tool-copy {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
	}

	.audio-mobile-tool[data-audio-action='connect'] .audio-mobile-tool-copy {
		text-align: center;
	}

	.audio-mobile-tool-copy-icon {
		position: relative;
		min-height: 38px;
		padding-left: 46px;
		text-align: left;
	}

	.audio-mobile-tool-copy-icon:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 38px;
		height: 38px;
		margin-top: -19px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 38px 38px;
	}

	.audio-mobile-tool[data-audio-action='speed'] .audio-mobile-tool-copy-icon:before {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M5 17a8 8 0 1 1 14 0'/%3e%3cpath fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' d='M12 13l4-3'/%3e%3ccircle cx='12' cy='13' r='1.5' fill='%23fff'/%3e%3c/svg%3e");
	}

	.audio-mobile-tool[data-audio-action='sleep'] .audio-mobile-tool-copy-icon:before {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle cx='12' cy='12' r='8' fill='none' stroke='%23fff' stroke-width='1.9'/%3e%3cpath d='M12 8v4l3 2' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	}

	.audio-mobile-tool-label {
		display: block;
		font-size: 11px;
		line-height: 14px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.72);
	}

	.audio-mobile-tool-value {
		display: block;
		margin-top: 7px;
		font-size: 14px;
		line-height: 18px;
		font-weight: 700;
		color: #fff;
	}

	.audio-mobile-story-nav {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0;
	}

	.audio-mobile-story-nav .audio-mobile-tool-wrap {
		display: table-cell;
		padding: 0 6px;
		vertical-align: top;
	}

	.audio-mobile-story-nav .audio-mobile-story-button {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.audio-mobile-story-nav .audio-mobile-story-copy,
	.audio-mobile-story-nav .audio-mobile-story-thumb {
		display: table-cell;
		vertical-align: middle;
	}

	.audio-mobile-story-nav .audio-mobile-story-copy {
		text-align: left;
	}

	.audio-mobile-story-nav .audio-mobile-story-thumb {
		width: 88px;
	}

	.audio-mobile-story-nav .audio-mobile-story-thumb picture,
	.audio-mobile-story-nav .audio-mobile-story-thumb img {
		display: block;
		width: 72px;
		height: 72px;
		border-radius: 14px;
		margin: 0 auto 0 0;
		overflow: hidden;
	}

	.audio-mobile-story-nav .audio-mobile-story-button[data-audio-action='load-next'] .audio-mobile-story-copy {
		text-align: right;
	}

	.audio-mobile-story-nav .audio-mobile-story-button[data-audio-action='load-next'] .audio-mobile-story-thumb picture,
	.audio-mobile-story-nav .audio-mobile-story-button[data-audio-action='load-next'] .audio-mobile-story-thumb img {
		margin-right: 0;
		margin-left: auto;
	}

		.audio-mobile-story-button {
			display: block;
			float: none;
			width: 100%;
			margin: 0;
			padding: 16px 16px 18px;
			border-radius: 18px;
			background: rgba(255, 255, 255, 0.12);
			text-align: left;
		}

		.audio-mobile-story-button.is-disabled {
			opacity: 0.42;
			cursor: default;
		}

	.audio-mobile-story-label {
		display: block;
		font-size: 11px;
		line-height: 14px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.72);
	}

	.audio-mobile-story-title {
		display: block;
		margin-top: 8px;
		font-size: 16px;
		line-height: 22px;
		font-weight: 700;
		color: #fff;
	}

	.audio-mobile-queue {
		margin-top: 18px;
	}

	.audio-mobile-queue-button .audio-mobile-story-title {
		position: relative;
		padding-left: 34px;
	}

	.audio-mobile-queue-label {
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
		color: #fff;
	}

	.audio-mobile-queue-button .audio-mobile-story-title:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 22px;
		height: 22px;
		margin-top: -11px;
		border-radius: 11px;
		background: #fff;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	}

	.audio-mobile-queue-button .audio-mobile-story-title:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 8px;
		width: 0;
		height: 0;
		margin-top: -5px;
		border-left: 8px solid #0b1f57;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}

	.audio-mobile-queue-list {
		max-height: 386px;
		background: rgba(255, 255, 255, 0.08);
	}

	.audio-mobile-queue-button {
		width: 100%;
		margin-bottom: 8px;
		position: relative;
		z-index: 1;
		cursor: pointer;
	}

	.audio-mobile-queue-button:last-child {
		margin-bottom: 0;
	}

	.audio-mobile-queue-button .audio-mobile-story-title {
		margin-top: 0;
		font-size: 15px;
		line-height: 22px;
	}

	.audio-mobile-queue-button.is-active {
		background: rgba(255, 255, 255, 0.2);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
	}

	.audio-mobile-story-nav {
		margin-top: 18px;
	}

@media (max-width: 380px) {
	.audio-mobile-tools .audio-mobile-tool {
		min-height: 132px;
	}

	.audio-mobile-tool[data-audio-action='speed'] .audio-mobile-tool-copy-icon,
	.audio-mobile-tool[data-audio-action='sleep'] .audio-mobile-tool-copy-icon {
		display: block;
		min-height: 0;
		padding-left: 0;
		text-align: center;
	}

	.audio-mobile-tool[data-audio-action='speed'] .audio-mobile-tool-copy-icon:before,
	.audio-mobile-tool[data-audio-action='sleep'] .audio-mobile-tool-copy-icon:before {
		position: static;
		display: block;
		margin: 7px auto 5px;
	}

	.audio-mobile-tool[data-audio-action='speed'] .audio-mobile-tool-label,
	.audio-mobile-tool[data-audio-action='sleep'] .audio-mobile-tool-label {
		margin-bottom: 2px;
	}

	.audio-mobile-tool[data-audio-action='connect'] .audio-mobile-tool-copy {
		display: block;
		text-align: center;
	}

	.audio-mobile-tool[data-audio-action='speed'] .audio-mobile-tool-value,
	.audio-mobile-tool[data-audio-action='sleep'] .audio-mobile-tool-value {
		margin-top: 0;
	}
}

@media (max-width: 849px) {
		#audioMobileMini,
		.audio-mobile-topbar {
			cursor: pointer;
		}
	}

@media (min-width: 850px) {
	#audioMobileHost {
		position: relative;
		z-index: 100001;
	}

	#audioMobileMini {
		display: none;
	}

	.audio-player-desktop {
		cursor: pointer;
	}

	.audio-player-desktop .audio-mobile-drag {
		display: none;
	}

	.audio-mobile-backdrop {
		background: rgba(4, 10, 30, 0.82);
	}

	.audio-mobile-sheet {
		padding: 28px 32px 42px;
	}

	.audio-mobile-sheet-inner {
		max-width: 920px;
		padding-top: 10px;
	}

	.audio-mobile-topbar {
		margin-bottom: 24px;
	}

	.audio-mobile-close,
	.audio-mobile-share,
	.audio-mobile-favorite,
	.audio-mobile-repeat,
	.audio-mobile-tool,
	.audio-mobile-story-button,
	.audio-mobile-transcript-segment,
	.audio-mobile-main-button,
	.audio-mobile-main-play,
	.audio-mobile-volume-button {
		cursor: pointer;
	}

	.audio-mobile-kicker {
		padding-top: 9px;
		font-size: 14px;
		line-height: 20px;
	}

	.audio-mobile-cover {
		max-width: 360px;
		margin-bottom: 26px;
	}

	.audio-mobile-title {
		font-size: 32px;
		line-height: 38px;
	}

	.audio-mobile-subtitle {
		font-size: 15px;
		line-height: 22px;
	}

	.audio-mobile-range-wrap {
		margin-bottom: 26px;
	}

	.audio-mobile-main-controls {
		margin-bottom: 24px;
	}

	.audio-mobile-volume-wrap {
		margin-bottom: 24px;
	}

	.audio-mobile-tools {
		margin-bottom: 22px;
	}

	.audio-mobile-story-nav .audio-mobile-story-button {
		min-height: 116px;
	}
}
