.pronunciation-practice {
	--pp-bg: #f7f7f4;
	--pp-text: #1f2933;
	--pp-muted: #627080;
	--pp-card: #fff;
	--pp-line: #e4e7eb;
	--pp-accent: #1f5eff;
	--pp-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	color: var(--pp-text);
}

.pronunciation-practice,
.pronunciation-practice * {
	box-sizing: border-box;
}

.pronunciation-practice a {
	color: inherit;
}

.pronunciation-practice .wrap {
	width: min(1120px, 92vw);
	margin: auto;
}

.pronunciation-practice .top {
	padding: 28px 0 12px;
}

.pronunciation-practice .brand {
	font-weight: 800;
	font-size: clamp(28px, 6vw, 54px);
	letter-spacing: -.04em;
	padding-bottom: 20px;
}

.pronunciation-practice .sub {
	color: var(--pp-muted);
	font-size: 18px;
	max-width: 720px;
	line-height: 1.5;
}

.pronunciation-practice .nav {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 22px 0;
}

.pronunciation-practice .nav a,
.pronunciation-practice .back {
	background: var(--pp-card);
	border: 1px solid var(--pp-line);
	padding: 10px 14px;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.pronunciation-practice .grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
	margin: 26px 0 60px;
}

.pronunciation-practice .landing .card {
	min-height: 150px;
}

.pronunciation-practice .card,
.pronunciation-practice button.sound {
	letter-spacing: 0;
	background: var(--pp-card);
	border: 1px solid var(--pp-line);
	border-radius: 20px;
	padding: 18px;
	text-decoration: none;
	box-shadow: var(--pp-shadow);
	transition: .15s transform, .15s box-shadow;
	width: 100%;
	text-align: left;
	color: var(--pp-text);
	font: inherit;
	cursor: pointer;
}

.pronunciation-practice .card:hover,
.pronunciation-practice button.sound:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .11);
}

.pronunciation-practice .card h2 {
	margin: 0 0 8px;
	font-size: 22px;
}

.pronunciation-practice .count {
	color: var(--pp-muted);
}

.pronunciation-practice .page-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.pronunciation-practice .hint {
	color: var(--pp-muted);
	margin: 0 0 14px;
	line-height: 1.45;
}

.pronunciation-practice .sound {
	min-height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.pronunciation-practice .sound span:first-child {
	font-weight: 700;
}

.pronunciation-practice .play {
	font-size: 22px;
	opacity: .7;
}

.pronunciation-practice .sound.playing {
	outline: 3px solid rgba(31, 94, 255, .25);
}

.pronunciation-practice .lines .sound {
	border-left: 12px solid var(--line-col);
	justify-content: flex-start;
}

.pronunciation-practice .line-dot {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--line-col);
	border: 1px solid rgba(0, 0, 0, .12);
	flex: 0 0 auto;
}

.pronunciation-practice .stations {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .04) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, .04) 1px, transparent 1px);
	background-size: 38px 38px;
}

.pronunciation-practice .stations .sound {
	border-radius: 999px;
}

.pronunciation-practice .stations .sound:before {
	content: "";
	width: 18px;
	height: 18px;
	border: 4px solid #dd1e2f;
	border-radius: 50%;
	background: white;
	flex: 0 0 auto;
}

.pronunciation-practice .streets .sound {
	background: linear-gradient(135deg, #fff, #f5efe5);
}

.pronunciation-practice .streets .sound:before {
	content: "";
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: #1f2933;
	opacity: .08;
}

.pronunciation-practice .colours .sound {
	min-height: 118px;
	align-items: end;
	background: var(--swatch);
	color: var(--fg);
}

.pronunciation-practice .colour-label {
	background: rgba(255, 255, 255, .78);
	color: #111;
	padding: 8px 10px;
	border-radius: 12px;
	font-weight: 800;
}

.pronunciation-practice .months .sound,
.pronunciation-practice .days .sound {
	justify-content: center;
	text-align: center;
	font-size: 20px;
}

.pronunciation-practice .months .sound:before {
	content: "";
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: linear-gradient(#e74c3c 0 28%, #fff 28%);
	border: 1px solid var(--pp-line);
}

.pronunciation-practice .stationery .sound:before {
	font-size: 28px;
	opacity: .55;
}

.pronunciation-practice.map-page,
.pronunciation-practice .map-page {
	color: #11213a;
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 12px 30px;
}

.pronunciation-practice .topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	flex-wrap: wrap;
}

.pronunciation-practice .topbar h1 {
	font-size: clamp(1.45rem, 4vw, 2.2rem);
	margin: 0;
}

.pronunciation-practice .topbar a {
	color: #0d3b66;
	text-decoration: none;
	font-weight: 700;
	background: white;
	border: 1px solid rgba(13, 59, 102, .25);
	border-radius: 999px;
	padding: 9px 14px;
}

.pronunciation-practice .map-wrap {
	position: relative;
	width: 100%;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .16);
	background: white;
}

.pronunciation-practice .map-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.pronunciation-practice .map-hotspot {
	position: absolute;
	border: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0);
	cursor: pointer;
	border-radius: 10px;
}

.pronunciation-practice .map-hotspot span {
	display: none;
}

.pronunciation-practice .map-hotspot:focus-visible {
	outline: none;
}

.pronunciation-practice .map-hotspot:hover,
.pronunciation-practice .map-hotspot.playing {
	background: rgba(255, 255, 255, 0);
}

.pronunciation-practice .playing-note {
	margin-top: 12px;
	font-weight: 700;
	min-height: 1.5em;
}

@media(max-width:560px) {
	.pronunciation-practice .grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.pronunciation-practice .landing .grid {
		grid-template-columns: 1fr;
	}

	.pronunciation-practice .card,
	.pronunciation-practice button.sound {
		border-radius: 16px;
		padding: 14px;
	}

	.pronunciation-practice .brand {
		font-size: 36px;
	}

	.pronunciation-practice .sub {
		font-size: 16px;
	}

	.pronunciation-practice .sound {
		min-height: 72px;
	}

	.pronunciation-practice .colours .sound {
		min-height: 96px;
	}
}

@media (max-width: 700px) {
	.pronunciation-practice.map-page,
	.pronunciation-practice .map-page {
		padding: 12px 8px 24px;
	}

	.pronunciation-practice .map-wrap {
		overflow-x: auto;
		border-radius: 14px;
	}

	.pronunciation-practice .map-inner {
		position: relative;
		min-width: 980px;
	}

	.pronunciation-practice .map-inner img {
		width: 980px;
		max-width: none;
	}

	.pronunciation-practice .topbar a {
		padding: 8px 11px;
	}
}

/* London Areas - Central London */

.pronunciation-practice .london-areas-central {
	padding: 1px 0;
	border-radius: 20px;
	background-color: #f4f6f8;
	background-image:
		linear-gradient(
			90deg,
			rgba(31, 41, 51, .045) 1px,
			transparent 1px
		),
		linear-gradient(
			rgba(31, 41, 51, .045) 1px,
			transparent 1px
		);
	background-size: 42px 42px;
}

.pronunciation-practice .london-areas-central-grid .sound {
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
	border-left: 8px solid var(--area-col);
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, .98),
			rgba(246, 248, 251, .94)
		);
}

.pronunciation-practice .london-areas-central-grid .sound::after {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -24px;
	width: 100px;
	height: 52px;
	border: 9px solid rgba(31, 41, 51, .045);
	border-radius: 50%;
	transform: rotate(-18deg);
	pointer-events: none;
}

.pronunciation-practice .area-marker {
	position: relative;
	z-index: 1;
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	border-radius: 50% 50% 50% 0;
	background: var(--area-col);
	transform: rotate(-45deg);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
}

.pronunciation-practice .area-marker::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
	transform: translate(-50%, -50%);
}

.pronunciation-practice .area-name {
	position: relative;
	z-index: 1;
	font-weight: 800;
}

.pronunciation-practice .london-areas-central-grid .play {
	position: relative;
	z-index: 1;
	margin-left: auto;
}

.pronunciation-practice .london-areas-central-grid .sound.playing {
	outline-color: color-mix(
		in srgb,
		var(--area-col) 35%,
		transparent
	);
}

@media (max-width: 560px) {
	.pronunciation-practice .london-areas-central {
		border-radius: 16px;
		background-size: 34px 34px;
	}

	.pronunciation-practice .area-marker {
		width: 26px;
		height: 26px;
	}

	.pronunciation-practice .area-marker::after {
		width: 8px;
		height: 8px;
	}
}

/* London Areas - North London */

.pronunciation-practice .london-areas-north {
	padding: 1px 0;
	border-radius: 20px;
	background-color: #f0f7f1;
	background-image:
		radial-gradient(
			ellipse at 15% 25%,
			transparent 0 36px,
			rgba(22, 101, 52, .055) 37px 39px,
			transparent 40px 54px,
			rgba(22, 101, 52, .04) 55px 57px,
			transparent 58px
		),
		radial-gradient(
			ellipse at 85% 70%,
			transparent 0 48px,
			rgba(22, 101, 52, .05) 49px 51px,
			transparent 52px 67px,
			rgba(22, 101, 52, .035) 68px 70px,
			transparent 71px
		),
		linear-gradient(
			90deg,
			rgba(20, 83, 45, .035) 1px,
			transparent 1px
		),
		linear-gradient(
			rgba(20, 83, 45, .035) 1px,
			transparent 1px
		);
	background-size:
		260px 220px,
		310px 260px,
		42px 42px,
		42px 42px;
}

.pronunciation-practice .north-london-grid .sound {
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
	border-left: 8px solid var(--area-col);
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, .98),
			rgba(239, 247, 240, .94)
		);
}

.pronunciation-practice .north-london-grid .sound::before {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -30px;
	width: 115px;
	height: 70px;
	border: 8px solid rgba(20, 83, 45, .045);
	border-radius: 50%;
	transform: rotate(-12deg);
	pointer-events: none;
}

.pronunciation-practice .north-london-grid .sound::after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: -28px;
	width: 75px;
	height: 50px;
	border: 6px solid rgba(20, 83, 45, .035);
	border-radius: 50%;
	transform: rotate(-12deg);
	pointer-events: none;
}

.pronunciation-practice .north-area-marker {
	position: relative;
	z-index: 1;
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	border-radius: 50% 50% 50% 0;
	background: var(--area-col);
	transform: rotate(-45deg);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
}

.pronunciation-practice .north-area-marker::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
	transform: translate(-50%, -50%);
}

.pronunciation-practice .north-area-name {
	position: relative;
	z-index: 1;
	font-weight: 800;
}

.pronunciation-practice .north-london-grid .play {
	position: relative;
	z-index: 1;
	margin-left: auto;
}

.pronunciation-practice .north-london-grid .north-overview {
	background:
		linear-gradient(
			135deg,
			#e3f4e7,
			#f7fbf8
		);
}

.pronunciation-practice .north-london-grid .sound.playing {
	outline-color: rgba(21, 128, 61, .3);
}

@media (max-width: 560px) {
	.pronunciation-practice .london-areas-north {
		border-radius: 16px;
		background-size:
			220px 190px,
			260px 220px,
			34px 34px,
			34px 34px;
	}

	.pronunciation-practice .north-area-marker {
		width: 26px;
		height: 26px;
	}

	.pronunciation-practice .north-area-marker::after {
		width: 8px;
		height: 8px;
	}
}

/* London Areas - East London */

.pronunciation-practice .london-areas-east {
	padding: 1px 0;
	border-radius: 20px;
	background-color: #edf5f7;
	background-image:
		linear-gradient(
			30deg,
			rgba(15, 76, 92, .04) 12%,
			transparent 12.5%,
			transparent 87%,
			rgba(15, 76, 92, .04) 87.5%
		),
		linear-gradient(
			150deg,
			rgba(15, 76, 92, .04) 12%,
			transparent 12.5%,
			transparent 87%,
			rgba(15, 76, 92, .04) 87.5%
		),
		linear-gradient(
			90deg,
			rgba(15, 76, 92, .035) 1px,
			transparent 1px
		),
		linear-gradient(
			rgba(15, 76, 92, .035) 1px,
			transparent 1px
		);
	background-size:
		70px 120px,
		70px 120px,
		40px 40px,
		40px 40px;
}

.pronunciation-practice .east-london-grid .sound {
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
	border-left: 8px solid var(--area-col);
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, .98),
			rgba(235, 245, 247, .95)
		);
}

.pronunciation-practice .east-london-grid .sound::before {
	content: "";
	position: absolute;
	right: 24px;
	bottom: -8px;
	width: 14px;
	height: 48px;
	background: rgba(15, 76, 92, .04);
	box-shadow:
		20px -18px 0 rgba(15, 76, 92, .04),
		40px -5px 0 rgba(15, 76, 92, .04),
		60px -28px 0 rgba(15, 76, 92, .04);
	pointer-events: none;
}

.pronunciation-practice .east-london-grid .sound::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	height: 2px;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(2, 132, 199, .12),
			transparent
		);
	pointer-events: none;
}

.pronunciation-practice .east-area-marker {
	position: relative;
	z-index: 1;
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	border-radius: 9px;
	background: var(--area-col);
	transform: rotate(45deg);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
}

.pronunciation-practice .east-area-marker::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: white;
	transform:
		translate(-50%, -50%)
		rotate(-45deg);
}

.pronunciation-practice .east-area-name {
	position: relative;
	z-index: 1;
	font-weight: 800;
}

.pronunciation-practice .east-london-grid .play {
	position: relative;
	z-index: 1;
	margin-left: auto;
}

.pronunciation-practice .east-london-grid .east-overview {
	background:
		linear-gradient(
			135deg,
			#dceef2,
			#f7fbfc
		);
}

.pronunciation-practice .east-london-grid .sound.playing {
	outline: 3px solid rgba(2, 132, 199, .25);
}

@media (max-width: 560px) {
	.pronunciation-practice .london-areas-east {
		border-radius: 16px;
		background-size:
			60px 100px,
			60px 100px,
			34px 34px,
			34px 34px;
	}

	.pronunciation-practice .east-area-marker {
		width: 26px;
		height: 26px;
	}

	.pronunciation-practice .east-area-marker::after {
		width: 8px;
		height: 8px;
	}
}

/* London Areas - South London */

.pronunciation-practice .london-areas-south {
	padding: 1px 0;
	border-radius: 20px;
	background-color: #f1f7f3;
	background-image:
		radial-gradient(
			ellipse at 10% 110%,
			transparent 0 80px,
			rgba(2, 132, 199, .08) 82px 87px,
			transparent 89px 112px,
			rgba(2, 132, 199, .05) 114px 118px,
			transparent 120px
		),
		radial-gradient(
			ellipse at 82% -15%,
			transparent 0 75px,
			rgba(2, 132, 199, .07) 77px 82px,
			transparent 84px 108px,
			rgba(2, 132, 199, .04) 110px 114px,
			transparent 116px
		),
		linear-gradient(
			90deg,
			rgba(22, 101, 52, .035) 1px,
			transparent 1px
		),
		linear-gradient(
			rgba(22, 101, 52, .035) 1px,
			transparent 1px
		);
	background-size:
		300px 220px,
		320px 230px,
		42px 42px,
		42px 42px;
}

.pronunciation-practice .south-london-grid .sound {
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
	border-left: 8px solid var(--area-col);
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, .98),
			rgba(239, 248, 242, .95)
		);
}

.pronunciation-practice .south-london-grid .sound::before {
	content: "";
	position: absolute;
	right: -22px;
	bottom: -32px;
	width: 120px;
	height: 72px;
	border: 8px solid rgba(2, 132, 199, .06);
	border-radius: 50%;
	transform: rotate(-10deg);
	pointer-events: none;
}

.pronunciation-practice .south-london-grid .sound::after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: -30px;
	width: 75px;
	height: 48px;
	border: 6px solid rgba(22, 101, 52, .045);
	border-radius: 50%;
	transform: rotate(-10deg);
	pointer-events: none;
}

.pronunciation-practice .south-area-marker {
	position: relative;
	z-index: 1;
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	border: 3px solid var(--area-col);
	border-radius: 50%;
	background: white;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

.pronunciation-practice .south-area-marker::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--area-col);
	transform: translate(-50%, -50%);
}

.pronunciation-practice .south-area-marker::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 8px;
	height: 8px;
	background: var(--area-col);
	transform:
		translateX(-50%)
		rotate(45deg);
	border-radius: 1px;
}

.pronunciation-practice .south-area-name {
	position: relative;
	z-index: 1;
	font-weight: 800;
}

.pronunciation-practice .south-london-grid .play {
	position: relative;
	z-index: 1;
	margin-left: auto;
}

.pronunciation-practice .south-london-grid .south-overview {
	background:
		linear-gradient(
			135deg,
			#dff1e4,
			#f7fbf8
		);
}

.pronunciation-practice .south-london-grid .sound.playing {
	outline: 3px solid rgba(22, 163, 74, .25);
}

@media (max-width: 560px) {
	.pronunciation-practice .london-areas-south {
		border-radius: 16px;
		background-size:
			250px 190px,
			270px 200px,
			34px 34px,
			34px 34px;
	}

	.pronunciation-practice .south-area-marker {
		width: 26px;
		height: 26px;
	}

	.pronunciation-practice .south-area-marker::before {
		width: 8px;
		height: 8px;
	}
}

/* London Areas - West London */

.pronunciation-practice .london-areas-west {
	padding: 1px 0;
	border-radius: 20px;
	background-color: #f8f4ec;
	background-image:
		linear-gradient(
			90deg,
			rgba(139, 94, 52, .04) 1px,
			transparent 1px
		),
		linear-gradient(
			rgba(139, 94, 52, .04) 1px,
			transparent 1px
		),
		linear-gradient(
			135deg,
			transparent 0 47%,
			rgba(161, 98, 7, .025) 48% 52%,
			transparent 53% 100%
		);
	background-size:
		44px 44px,
		44px 44px,
		120px 120px;
}

.pronunciation-practice .west-london-grid .sound {
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
	border-left: 8px solid var(--area-col);
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, .99),
			rgba(249, 244, 234, .96)
		);
}

.pronunciation-practice .west-london-grid .sound::before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: -20px;
	width: 70px;
	height: 70px;
	border: 7px double rgba(139, 94, 52, .05);
	border-radius: 50%;
	pointer-events: none;
}

.pronunciation-practice .west-london-grid .sound::after {
	content: "";
	position: absolute;
	right: -4px;
	top: 12px;
	width: 42px;
	height: 58px;
	border:
		4px solid rgba(161, 98, 7, .04);
	border-bottom: 0;
	border-radius: 22px 22px 0 0;
	pointer-events: none;
}

.pronunciation-practice .west-area-marker {
	position: relative;
	z-index: 1;
	width: 32px;
	height: 32px;
	flex: 0 0 auto;
	border: 2px solid var(--area-col);
	border-radius: 8px 8px 4px 4px;
	background: white;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .14);
}

.pronunciation-practice .west-area-marker::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 50%;
	width: 12px;
	height: 14px;
	border: 2px solid var(--area-col);
	border-radius: 6px 6px 2px 2px;
	transform: translateX(-50%);
}

.pronunciation-practice .west-area-marker::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--area-col);
	transform: translateX(-50%);
}

.pronunciation-practice .west-area-name {
	position: relative;
	z-index: 1;
	font-weight: 800;
}

.pronunciation-practice .west-london-grid .play {
	position: relative;
	z-index: 1;
	margin-left: auto;
}

.pronunciation-practice .west-london-grid .west-overview {
	background:
		linear-gradient(
			135deg,
			#f1e5d1,
			#fcfaf6
		);
}

.pronunciation-practice .west-london-grid .sound.playing {
	outline: 3px solid rgba(161, 98, 7, .25);
}

@media (max-width: 560px) {
	.pronunciation-practice .london-areas-west {
		border-radius: 16px;
		background-size:
			34px 34px,
			34px 34px,
			100px 100px;
	}

	.pronunciation-practice .west-area-marker {
		width: 28px;
		height: 28px;
	}

	.pronunciation-practice .west-area-marker::before {
		top: 5px;
		width: 10px;
		height: 12px;
	}
}

/* London Areas - Financial & Business */

.pronunciation-practice .london-areas-business {
	padding: 1px 0;
	border-radius: 20px;
	background-color: #f4efe5;
	background-image:
		linear-gradient(
			90deg,
			rgba(255, 255, 255, .035) 1px,
			transparent 1px
		),
		linear-gradient(
			rgba(255, 255, 255, .035) 1px,
			transparent 1px
		),
		linear-gradient(
			135deg,
			transparent 0 48%,
			rgba(212, 175, 55, .035) 49% 51%,
			transparent 52% 100%
		);
	background-size:
		42px 42px,
		42px 42px,
		130px 130px;
}

.pronunciation-practice .london-areas-business .topbar h1,
.pronunciation-practice .london-areas-business .hint {
	color: #f8fafc;
}

.pronunciation-practice .london-areas-business .hint {
	opacity: .82;
}

.pronunciation-practice .london-areas-business .topbar a {
	color: #f8fafc;
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .24);
}

.pronunciation-practice .business-areas-grid .sound {
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
	color: #f8fafc;
	border-color: rgba(255, 255, 255, .12);
	border-left: 8px solid var(--business-col);
	background:
		linear-gradient(
			135deg,
			#1e293b,
			#111827
		);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
}

.pronunciation-practice .business-areas-grid .sound::before {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 0;
	width: 18px;
	height: 44px;
	background: rgba(255, 255, 255, .035);
	box-shadow:
		24px -20px 0 rgba(255, 255, 255, .035),
		48px -8px 0 rgba(255, 255, 255, .035),
		72px -30px 0 rgba(255, 255, 255, .035);
	pointer-events: none;
}

.pronunciation-practice .business-areas-grid .sound::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 11px;
	height: 1px;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(212, 175, 55, .25),
			transparent
		);
	pointer-events: none;
}

.pronunciation-practice .business-building {
	position: relative;
	z-index: 1;
	width: 30px;
	height: 34px;
	flex: 0 0 auto;
	border: 2px solid var(--business-col);
	border-radius: 4px 4px 2px 2px;
	background:
		linear-gradient(
			90deg,
			transparent 0 29%,
			var(--business-col) 30% 40%,
			transparent 41% 59%,
			var(--business-col) 60% 70%,
			transparent 71% 100%
		),
		linear-gradient(
			transparent 0 22%,
			var(--business-col) 23% 31%,
			transparent 32% 48%,
			var(--business-col) 49% 57%,
			transparent 58% 74%,
			var(--business-col) 75% 83%,
			transparent 84% 100%
		);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.pronunciation-practice .business-building::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	width: 12px;
	height: 8px;
	border: 2px solid var(--business-col);
	border-bottom: 0;
	transform: translateX(-50%);
}

.pronunciation-practice .business-area-name {
	position: relative;
	z-index: 1;
	font-weight: 800;
}

.pronunciation-practice .business-areas-grid .play {
	position: relative;
	z-index: 1;
	margin-left: auto;
	color: var(--business-col);
	opacity: 1;
}

.pronunciation-practice .business-areas-grid .business-overview {
	background:
		linear-gradient(
			135deg,
			#293548,
			#111827
		);
}

.pronunciation-practice .business-areas-grid .sound:hover {
	box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
}

.pronunciation-practice .business-areas-grid .sound.playing {
	outline: 3px solid rgba(212, 175, 55, .35);
}

@media (max-width: 560px) {
	.pronunciation-practice .london-areas-business {
		border-radius: 16px;
		background-size:
			34px 34px,
			34px 34px,
			105px 105px;
	}

	.pronunciation-practice .business-building {
		width: 26px;
		height: 30px;
	}
}

/* London Areas - Tourist & Landmark */

.pronunciation-practice .london-areas-tourist {
	padding: 1px 0;
	border-radius: 20px;
	background-color: #f4efe5;
	background-image:
		linear-gradient(
			45deg,
			rgba(185, 28, 28, .035) 25%,
			transparent 25%,
			transparent 75%,
			rgba(185, 28, 28, .035) 75%
		),
		linear-gradient(
			45deg,
			rgba(2, 132, 199, .03) 25%,
			transparent 25%,
			transparent 75%,
			rgba(2, 132, 199, .03) 75%
		);
	background-position:
		0 0,
		22px 22px;
	background-size: 44px 44px;
}

.pronunciation-practice .tourist-areas-grid .sound {
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
	border-left: 8px solid var(--landmark-col);
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, .99),
			rgba(250, 245, 235, .96)
		);
}

.pronunciation-practice .tourist-areas-grid .sound::before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -24px;
	width: 100px;
	height: 70px;
	border: 6px dashed rgba(31, 41, 51, .045);
	border-radius: 50%;
	transform: rotate(-15deg);
	pointer-events: none;
}

.pronunciation-practice .tourist-areas-grid .sound::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 12px;
	width: 38px;
	height: 24px;
	border-top: 3px solid rgba(2, 132, 199, .06);
	border-bottom: 3px solid rgba(2, 132, 199, .06);
	transform: rotate(-8deg);
	pointer-events: none;
}

.pronunciation-practice .landmark-icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border: 2px solid var(--landmark-col);
	border-radius: 50%;
	background: white;
	color: var(--landmark-col);
	font-size: 18px;
	font-weight: 900;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .14);
}

.pronunciation-practice .bridge-icon::before,
.pronunciation-practice .bridge-icon::after {
	content: "";
	position: absolute;
	bottom: 7px;
	width: 7px;
	height: 16px;
	border: 2px solid var(--landmark-col);
	border-bottom: 0;
}

.pronunciation-practice .bridge-icon::before {
	left: 6px;
}

.pronunciation-practice .bridge-icon::after {
	right: 6px;
}

.pronunciation-practice .bridge-icon {
	background:
		linear-gradient(
			var(--landmark-col),
			var(--landmark-col)
		)
		center 18px / 22px 2px no-repeat,
		white;
}

.pronunciation-practice .landmark-name {
	position: relative;
	z-index: 1;
	font-weight: 800;
}

.pronunciation-practice .tourist-areas-grid .play {
	position: relative;
	z-index: 1;
	margin-left: auto;
}

.pronunciation-practice .tourist-areas-grid .tourist-overview {
	background:
		linear-gradient(
			135deg,
			#f5e2dc,
			#fffaf2
		);
}

.pronunciation-practice .tourist-areas-grid .sound.playing {
	outline: 3px solid rgba(185, 28, 28, .25);
}

@media (max-width: 560px) {
	.pronunciation-practice .london-areas-tourist {
		border-radius: 16px;
		background-size: 36px 36px;
		background-position:
			0 0,
			18px 18px;
	}

	.pronunciation-practice .landmark-icon {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}

	.pronunciation-practice .bridge-icon::before,
	.pronunciation-practice .bridge-icon::after {
		bottom: 6px;
		height: 14px;
	}
}

/* Shapes */

.pronunciation-practice .shapes-page {
	padding: 1px 0;
	border-radius: 20px;
	background-color: #f5f7fa;
	background-image:
		linear-gradient(
			90deg,
			rgba(37, 99, 235, .04) 1px,
			transparent 1px
		),
		linear-gradient(
			rgba(37, 99, 235, .04) 1px,
			transparent 1px
		),
		radial-gradient(
			circle,
			rgba(37, 99, 235, .07) 1px,
			transparent 2px
		);
	background-size:
		40px 40px,
		40px 40px,
		20px 20px;
}

.pronunciation-practice .shape-section {
	margin: 28px 0 42px;
}

.pronunciation-practice .shape-section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 24px;
}

.pronunciation-practice .shape-section-title::before {
	content: "";
	width: 10px;
	height: 28px;
	border-radius: 999px;
	background: #2563eb;
}

.pronunciation-practice .shape-section:nth-of-type(2) .shape-section-title::before {
	background: #dc2626;
}

.pronunciation-practice .shape-section:nth-of-type(3) .shape-section-title::before {
	background: #7c3aed;
}

.pronunciation-practice .shape-section:nth-of-type(4) .shape-section-title::before {
	background: #0891b2;
}

.pronunciation-practice .shape-section .grid {
	margin: 14px 0 0;
}

.pronunciation-practice .shapes-grid .sound {
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
	min-height: 100px;
	border-top: 5px solid var(--shape-col);
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, .99),
			rgba(244, 247, 251, .96)
		);
}

.pronunciation-practice .shapes-grid .sound::after {
	content: "";
	position: absolute;
	right: -24px;
	bottom: -30px;
	width: 100px;
	height: 100px;
	border: 9px solid rgba(37, 99, 235, .035);
	border-radius: 50%;
	pointer-events: none;
}

.pronunciation-practice .shapes-grid .shape-category {
	grid-column: 1 / -1;
	min-height: 88px;
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, 1),
			rgba(235, 241, 250, .98)
		);
}

.pronunciation-practice .shape-name {
	position: relative;
	z-index: 2;
	font-weight: 800;
}

.pronunciation-practice .shapes-grid .play {
	position: relative;
	z-index: 2;
	margin-left: auto;
	color: var(--shape-col);
	opacity: 1;
}

.pronunciation-practice .shapes-grid .sound.playing {
	outline: 3px solid rgba(37, 99, 235, .24);
}

/* Common shape icon */

.pronunciation-practice .shape-icon {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	color: var(--shape-col);
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .13));
}

/* Basic 2D shapes */

.pronunciation-practice .shape-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: currentColor;
}

.pronunciation-practice .shape-diamond {
	width: 32px;
	height: 32px;
	margin: 6px;
	background: currentColor;
	transform: rotate(45deg);
}

.pronunciation-practice .shape-kite {
	background: currentColor;
	clip-path: polygon(
		50% 0,
		91% 36%,
		50% 100%,
		9% 36%
	);
}

.pronunciation-practice .shape-oval {
	width: 48px;
	height: 32px;
	margin-top: 6px;
	border-radius: 50%;
	background: currentColor;
}

.pronunciation-practice .shape-parallelogram {
	width: 48px;
	height: 34px;
	margin-top: 5px;
	background: currentColor;
	clip-path: polygon(
		24% 0,
		100% 0,
		76% 100%,
		0 100%
	);
}

.pronunciation-practice .shape-rectangle {
	width: 48px;
	height: 32px;
	margin-top: 6px;
	border-radius: 3px;
	background: currentColor;
}

.pronunciation-practice .shape-square {
	width: 38px;
	height: 38px;
	margin: 3px;
	border-radius: 3px;
	background: currentColor;
}

.pronunciation-practice .shape-trapezoid {
	width: 48px;
	height: 36px;
	margin-top: 4px;
	background: currentColor;
	clip-path: polygon(
		20% 0,
		80% 0,
		100% 100%,
		0 100%
	);
}

.pronunciation-practice .shape-triangle,
.pronunciation-practice .shape-equilateral {
	background: currentColor;
	clip-path: polygon(
		50% 0,
		100% 100%,
		0 100%
	);
}

/* Triangle types */

.pronunciation-practice .shape-isosceles {
	width: 40px;
	height: 44px;
	margin-left: 2px;
	background: currentColor;
	clip-path: polygon(
		50% 0,
		90% 100%,
		10% 100%
	);
}

.pronunciation-practice .shape-right-triangle {
	width: 42px;
	height: 42px;
	margin: 2px;
	background: currentColor;
	clip-path: polygon(
		0 0,
		0 100%,
		100% 100%
	);
}

.pronunciation-practice .shape-right-triangle::after {
	content: "";
	position: absolute;
	left: 6px;
	bottom: 6px;
	width: 9px;
	height: 9px;
	border-top: 2px solid white;
	border-right: 2px solid white;
}

.pronunciation-practice .shape-scalene {
	background: currentColor;
	clip-path: polygon(
		27% 0,
		100% 100%,
		0 76%
	);
}

/* Polygons */

.pronunciation-practice .shape-pentagon {
	background: currentColor;
	clip-path: polygon(
		50% 0,
		100% 38%,
		82% 100%,
		18% 100%,
		0 38%
	);
}

.pronunciation-practice .shape-hexagon {
	background: currentColor;
	clip-path: polygon(
		25% 0,
		75% 0,
		100% 50%,
		75% 100%,
		25% 100%,
		0 50%
	);
}

.pronunciation-practice .shape-heptagon {
	background: currentColor;
	clip-path: polygon(
		50% 0,
		90% 20%,
		100% 62%,
		72% 100%,
		28% 100%,
		0 62%,
		10% 20%
	);
}

.pronunciation-practice .shape-octagon {
	background: currentColor;
	clip-path: polygon(
		30% 0,
		70% 0,
		100% 30%,
		100% 70%,
		70% 100%,
		30% 100%,
		0 70%,
		0 30%
	);
}

/* Shape group icons */

.pronunciation-practice .shape-basic-set::before {
	content: "";
	position: absolute;
	left: 1px;
	top: 5px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: currentColor;
}

.pronunciation-practice .shape-basic-set::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 2px;
	width: 23px;
	height: 23px;
	border: 3px solid currentColor;
	background: white;
	transform: rotate(15deg);
}

.pronunciation-practice .shape-triangle-set::before {
	content: "";
	position: absolute;
	inset: 0;
	background: currentColor;
	clip-path: polygon(
		50% 0,
		100% 100%,
		0 100%
	);
}

.pronunciation-practice .shape-triangle-set::after {
	content: "";
	position: absolute;
	right: -2px;
	bottom: 1px;
	width: 24px;
	height: 24px;
	border: 3px solid white;
	clip-path: polygon(
		0 0,
		0 100%,
		100% 100%
	);
}

.pronunciation-practice .shape-polygon-set::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 34px;
	height: 34px;
	background: currentColor;
	clip-path: polygon(
		25% 0,
		75% 0,
		100% 50%,
		75% 100%,
		25% 100%,
		0 50%
	);
}

.pronunciation-practice .shape-polygon-set::after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: 0;
	width: 25px;
	height: 25px;
	border: 3px solid currentColor;
	background: white;
	clip-path: polygon(
		50% 0,
		100% 38%,
		82% 100%,
		18% 100%,
		0 38%
	);
}

/* 3D shapes */

.pronunciation-practice .shape-cone {
	background: currentColor;
	clip-path: polygon(
		50% 0,
		91% 82%,
		9% 82%
	);
}

.pronunciation-practice .shape-cone::after {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: 2px;
	height: 12px;
	border-radius: 50%;
	border: 3px solid currentColor;
	background: white;
}

.pronunciation-practice .shape-cube,
.pronunciation-practice .shape-cuboid {
	width: 34px;
	height: 34px;
	margin: 8px 5px 2px;
	border: 3px solid currentColor;
	background: rgba(255, 255, 255, .75);
}

.pronunciation-practice .shape-cuboid {
	width: 42px;
	height: 29px;
	margin-top: 10px;
}

.pronunciation-practice .shape-cube::before,
.pronunciation-practice .shape-cuboid::before {
	content: "";
	position: absolute;
	left: 6px;
	top: -10px;
	width: 100%;
	height: 100%;
	border: 3px solid currentColor;
	background: rgba(255, 255, 255, .35);
}

.pronunciation-practice .shape-cube::after,
.pronunciation-practice .shape-cuboid::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(
			to bottom right,
			transparent 47%,
			currentColor 48% 52%,
			transparent 53%
		);
	opacity: .7;
}

.pronunciation-practice .shape-cylinder {
	width: 34px;
	height: 42px;
	margin-left: 5px;
	border: 3px solid currentColor;
	border-radius: 50% / 14%;
	background: rgba(255, 255, 255, .7);
}

.pronunciation-practice .shape-cylinder::before {
	content: "";
	position: absolute;
	left: -3px;
	top: -3px;
	width: 34px;
	height: 11px;
	border: 3px solid currentColor;
	border-radius: 50%;
	background: white;
}

.pronunciation-practice .shape-prism {
	width: 36px;
	height: 34px;
	margin: 6px;
	border: 3px solid currentColor;
	background: rgba(255, 255, 255, .75);
	clip-path: polygon(
		0 100%,
		50% 0,
		100% 100%
	);
}

.pronunciation-practice .shape-prism::before {
	content: "";
	position: absolute;
	left: 8px;
	top: -7px;
	width: 36px;
	height: 34px;
	border: 3px solid currentColor;
	clip-path: polygon(
		0 100%,
		50% 0,
		100% 100%
	);
}

.pronunciation-practice .shape-pyramid {
	background:
		linear-gradient(
			135deg,
			transparent 49%,
			rgba(255, 255, 255, .8) 50%
		),
		currentColor;
	clip-path: polygon(
		50% 0,
		100% 82%,
		72% 100%,
		18% 100%,
		0 82%
	);
}

.pronunciation-practice .shape-pyramid::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 44px;
	background: rgba(255, 255, 255, .75);
	transform: rotate(25deg);
	transform-origin: top;
}

.pronunciation-practice .shape-sphere {
	width: 42px;
	height: 42px;
	margin: 1px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle at 31% 27%,
			rgba(255, 255, 255, .95) 0 9%,
			rgba(255, 255, 255, .4) 10% 18%,
			transparent 19%
		),
		currentColor;
}

.pronunciation-practice .shape-sphere::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 18px;
	width: 30px;
	height: 12px;
	border: 2px solid rgba(255, 255, 255, .65);
	border-radius: 50%;
}

.pronunciation-practice .shape-3d-set::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle at 30% 25%,
			white 0 8%,
			transparent 9%
		),
		currentColor;
}

.pronunciation-practice .shape-3d-set::after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: 1px;
	width: 23px;
	height: 23px;
	border: 3px solid currentColor;
	background: white;
	box-shadow: 5px -5px 0 -2px white,
		5px -5px 0 1px currentColor;
}

@media (max-width: 560px) {
	.pronunciation-practice .shapes-page {
		border-radius: 16px;
		background-size:
			34px 34px,
			34px 34px,
			17px 17px;
	}

	.pronunciation-practice .shape-section {
		margin-bottom: 34px;
	}

	.pronunciation-practice .shape-section-title {
		font-size: 21px;
	}

	.pronunciation-practice .shapes-grid .sound {
		min-height: 84px;
	}

	.pronunciation-practice .shape-icon {
		transform: scale(.88);
	}
}

/* Numbers */

.pronunciation-practice .numbers-page {
	padding: 1px 0;
	border-radius: 20px;
	background-color: #f5f7fb;
	background-image:
		linear-gradient(
			90deg,
			rgba(37, 99, 235, .045) 1px,
			transparent 1px
		),
		linear-gradient(
			rgba(37, 99, 235, .045) 1px,
			transparent 1px
		),
		radial-gradient(
			circle,
			rgba(37, 99, 235, .07) 1px,
			transparent 2px
		);
	background-size:
		40px 40px,
		40px 40px,
		20px 20px;
}

.pronunciation-practice .number-section {
	margin: 28px 0 42px;
}

.pronunciation-practice .number-section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 24px;
}

.pronunciation-practice .number-section-title::before {
	content: "";
	width: 10px;
	height: 28px;
	border-radius: 999px;
	background: #2563eb;
}

.pronunciation-practice .number-section:nth-of-type(2) .number-section-title::before {
	background: #db2777;
}

.pronunciation-practice .number-section:nth-of-type(3) .number-section-title::before {
	background: #0d9488;
}

.pronunciation-practice .number-section .grid {
	margin: 14px 0 0;
}

.pronunciation-practice .numbers-grid .sound {
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
	min-height: 102px;
	border-top: 5px solid var(--number-col);
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, .99),
			rgba(242, 246, 252, .97)
		);
}

.pronunciation-practice .numbers-grid .sound::before {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -32px;
	width: 94px;
	height: 94px;
	border: 10px solid rgba(37, 99, 235, .035);
	border-radius: 50%;
	pointer-events: none;
}

.pronunciation-practice .numbers-grid .sound::after {
	content: "123";
	position: absolute;
	right: 12px;
	bottom: 4px;
	color: rgba(31, 41, 51, .035);
	font-size: 34px;
	font-weight: 900;
	letter-spacing: -4px;
	pointer-events: none;
}

.pronunciation-practice .number-symbol {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	flex: 0 0 auto;
	border-radius: 15px;
	background: var(--number-col);
	color: white;
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .16);
}

.pronunciation-practice .number-symbol-wide {
	width: 62px;
	font-size: 20px;
}

.pronunciation-practice .number-name {
	position: relative;
	z-index: 2;
	font-weight: 800;
}

.pronunciation-practice .place-value {
	position: relative;
	z-index: 2;
	margin-left: auto;
	padding: 5px 8px;
	border: 1px solid rgba(31, 41, 51, .12);
	border-radius: 8px;
	background: rgba(255, 255, 255, .75);
	color: var(--pp-muted);
	font-size: 13px;
	font-weight: 800;
}

.pronunciation-practice .numbers-grid .play {
	position: relative;
	z-index: 2;
	margin-left: auto;
	color: var(--number-col);
	opacity: 1;
}

.pronunciation-practice .large-numbers-grid .place-value + .play {
	margin-left: 0;
}

.pronunciation-practice .numbers-grid .sound.playing {
	outline: 3px solid rgba(37, 99, 235, .25);
}

.pronunciation-practice .numbers-grid .sound:hover .number-symbol {
	transform: scale(1.04);
}

.pronunciation-practice .number-symbol {
	transition: transform .15s ease;
}

@media (max-width: 560px) {
	.pronunciation-practice .numbers-page {
		border-radius: 16px;
		background-size:
			34px 34px,
			34px 34px,
			17px 17px;
	}

	.pronunciation-practice .number-section {
		margin-bottom: 34px;
	}

	.pronunciation-practice .number-section-title {
		font-size: 21px;
	}

	.pronunciation-practice .numbers-grid .sound {
		min-height: 86px;
	}

	.pronunciation-practice .number-symbol {
		width: 46px;
		height: 46px;
		border-radius: 13px;
		font-size: 22px;
	}

	.pronunciation-practice .number-symbol-wide {
		width: 55px;
		font-size: 18px;
	}

	.pronunciation-practice .place-value {
		font-size: 12px;
		padding: 4px 6px;
	}
}
