@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Roboto+Slab:wght@600;700&display=swap");

:root {
	--sun-bg: #e7edf3;
	--sun-paper: #ffffff;
	--sun-paper-soft: #f4f7fb;
	--sun-text: #1a2430;
	--sun-muted: #5f6b78;
	--sun-accent: #0d5ea7;
	--sun-accent-dark: #08457b;
	--sun-accent-soft: #99cfe0;
	--sun-header-start: #0d5ea7;
	--sun-header-end: #0d5ea7;
	--sun-border: #d4deea;
	--sun-shadow: 0 16px 36px rgba(15, 31, 52, 0.14);
	--shell-max: 1160px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", "Segoe UI", sans-serif;
	background: #d4d4d6;
	color: var(--sun-text);
}

body {
	padding-bottom: 1rem;
	line-height: 1.55;
}

body.radiosun-player-enabled {
	padding-bottom: 7.1rem;
}

a {
	color: var(--sun-accent);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.14em;
}

a:hover,
a:focus-visible {
	color: var(--sun-accent-dark);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: var(--sun-header-start);
	box-shadow: 0 8px 18px rgba(8, 32, 58, 0.25);
}

.site-header::after {
	content: "";
	display: block;
	height: 1px;
	background: rgba(255, 255, 255, 0.28);
}

.site-header__inner,
.site-content,
.hero,
.content-shell {
	max-width: var(--shell-max);
	margin-left: auto;
	margin-right: auto;
}

.site-header__inner {
	padding: 0.7rem 1rem;
	display: flex;
	gap: 1.2rem;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.site-branding__title {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.site-branding__logo {
	display: block;
	width: clamp(170px, 23vw, 300px);
	height: auto;
}

.site-nav__menu {
	list-style: none;
	display: flex;
	gap: 0.55rem;
	padding: 0;
	margin: 0;
	align-items: center;
	flex-wrap: wrap;
}

.site-nav__menu a {
	display: inline-block;
	padding: 0.5rem 0.82rem;
	border-radius: 0.4rem;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.site-nav__menu a:hover,
.site-nav__menu a:focus-visible {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.site-content {
	padding: 1.35rem 1rem 2rem;
	min-height: 56vh;
}

body.radiosun-player-enabled .site-content {
	padding-bottom: 5rem;
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	gap: 1rem;
	background: linear-gradient(132deg, #162331, #1f2f43 56%, #1a2738);
	border-radius: 1rem;
	padding: clamp(1.2rem, 3vw, 2rem);
	margin: 0.8rem 0 1.4rem;
	box-shadow: var(--sun-shadow);
	color: #fff;
}

.hero__eyebrow {
	margin: 0;
	font-weight: 700;
	color: #a7daff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.73rem;
}

.hero__title {
	margin: 0.55rem 0;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(2rem, 5.2vw, 3.2rem);
	line-height: 1.05;
}

.hero__lead {
	max-width: 60ch;
	color: #d3e4f6;
	margin: 0;
}

.hero__actions {
	display: flex;
	gap: 0.7rem;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.hero__cta {
	display: inline-block;
	background: var(--sun-accent);
	color: #fff;
	padding: 0.62rem 1.05rem;
	border-radius: 0.45rem;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.92rem;
}

.hero__cta--ghost {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.38);
}

.hero__panel {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.8rem;
	padding: 1rem;
	align-self: stretch;
}

.hero__panel-label {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	font-size: 0.72rem;
	color: #9bcff3;
	font-weight: 700;
}

.hero__panel-title {
	margin: 0.45rem 0 0;
	font-size: 1.32rem;
	font-family: "Roboto Slab", Georgia, serif;
}

.hero__panel-copy {
	margin: 0.65rem 0 0;
	color: #dcebf8;
	font-size: 0.95rem;
}

.content-shell h2,
.archive-header h1,
.entry-card__title {
	font-family: "Roboto Slab", Georgia, serif;
}

.home-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	gap: 0.85rem;
	align-items: start;
}

.home-page-card {
	margin: 0;
}

.home-page-card__cover {
	border-radius: 0.3rem;
	overflow: hidden;
	line-height: 0;
}

.home-page-card__cover-image {
	display: block;
	width: 100%;
	height: auto;
}

.home-page-card__content {
	margin-top: 0.85rem;
}

.home-layout__sidebar {
	background: #ececef;
	border-radius: 0.35rem;
	padding: 0;
}

.home-sidebar__search {
	background: #ececef;
	padding: 0 0 0.75rem;
}

.home-sidebar__search .search-form {
	flex-wrap: nowrap;
	gap: 0;
}

.home-sidebar__search .search-form label {
	flex: 1 1 auto;
}

.home-sidebar__search .search-field {
	min-width: 0;
	width: 100%;
	padding: 1rem 1.2rem;
	border: 0;
	border-top-left-radius: 0.35rem;
	border-bottom-left-radius: 0.35rem;
}

.home-sidebar__search .search-submit {
	border: 0;
	background: #0d5ea7;
	color: #fff;
	padding: 0 1.4rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0.35rem;
	border-bottom-right-radius: 0.35rem;
}

.home-news {
	background: #ececef;
	border-radius: 0.35rem;
	overflow: hidden;
}

.home-news__title {
	margin: 0;
	padding: 0.78rem 1rem;
	background: #0d5ea7;
	color: #fff;
	font-size: 2.25rem;
	line-height: 1.06;
	font-family: "Roboto Slab", Georgia, serif;
}

.home-news__list {
	list-style: none;
	padding: 0.6rem 1rem 1rem;
	margin: 0;
	display: grid;
	gap: 1rem;
}

.home-news__item {
	padding-bottom: 0.7rem;
	border-bottom: 1px solid rgba(26, 36, 48, 0.1);
}

.home-news__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.home-news__link {
	display: inline-block;
	text-decoration: none;
	color: #344861;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.22;
}

.home-news__link:hover,
.home-news__link:focus-visible {
	color: #0d5ea7;
}

.home-news__date {
	display: block;
	margin-top: 0.18rem;
	color: #8a95a5;
	font-size: 0.83rem;
}

.home-news__empty {
	margin: 0;
	padding: 1rem;
	color: #4f5e71;
}

.rs-front-widget {
	background: linear-gradient(140deg, #102650, #0f2f5d 65%, #123b73);
	border-radius: 0.85rem;
	padding: 1rem;
	color: #edf5ff;
	box-shadow: 0 14px 30px rgba(9, 21, 41, 0.26);
}

.rs-front-widget__eyebrow {
	margin: 0;
	color: #8ec8ff;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.rs-front-widget__title {
	margin: 0.35rem 0 0;
	font-size: clamp(1.5rem, 3.2vw, 2.3rem);
	line-height: 1.08;
	color: #ffffff;
}

.rs-front-widget__artist {
	margin: 0.38rem 0 0;
	font-size: 1.06rem;
	color: #c7def4;
}

.rs-front-widget__status {
	margin: 0.28rem 0 0;
	font-size: 0.92rem;
	color: #b3cae2;
}

.rs-front-widget__shows {
	margin-top: 1rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.rs-front-widget__live,
.rs-front-widget__upcoming {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.7rem;
	padding: 0.85rem;
}

.rs-front-widget__live h3,
.rs-front-widget__upcoming h3 {
	margin: 0;
	color: #f2f8ff;
	font-size: 1.05rem;
	font-family: "Roboto Slab", Georgia, serif;
}

.rs-front-widget__show-title {
	margin: 0.55rem 0 0;
	font-size: 1.18rem;
	font-weight: 700;
	color: #fff;
}

.rs-front-widget__time {
	margin: 0.35rem 0 0;
	color: #cce1f6;
}

.rs-front-widget__upcoming ul {
	list-style: none;
	padding: 0;
	margin: 0.45rem 0 0;
	display: grid;
	gap: 0.6rem;
}

.rs-front-widget__upcoming li {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 0.55rem;
}

.rs-front-widget__upcoming li:first-child {
	border-top: 0;
	padding-top: 0;
}

.rs-front-widget__upcoming a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.2;
}

.rs-front-widget__upcoming a:hover,
.rs-front-widget__upcoming a:focus-visible {
	color: #b8ddff;
}

.rs-front-widget__upcoming span {
	display: block;
	margin-top: 0.18rem;
	color: #c8def3;
	font-size: 0.9rem;
}

.content-shell h2 {
	margin-top: 0;
	margin-bottom: 0.9rem;
	font-size: clamp(1.45rem, 2.2vw, 1.85rem);
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1rem;
}

.entry-card {
	padding: 1rem;
	border: 1px solid var(--sun-border);
	border-top: 5px solid var(--sun-accent);
	border-radius: 0.8rem;
	background: var(--sun-paper);
	margin-bottom: 1rem;
	box-shadow: 0 10px 26px rgba(12, 34, 56, 0.11);
	overflow: hidden;
}

.entry-card__thumb-link {
	display: block;
	border-radius: 0.5rem;
	overflow: hidden;
	margin: 0 0 0.82rem;
}

.entry-card__thumb {
	display: block;
	width: 100%;
	height: clamp(170px, 24vw, 220px);
	object-fit: cover;
	transition: transform 0.32s ease;
}

.entry-card__thumb-link:hover .entry-card__thumb,
.entry-card__thumb-link:focus-visible .entry-card__thumb {
	transform: scale(1.04);
}

.entry-card__title {
	margin: 0 0 0.26rem;
	font-size: clamp(1.25rem, 2.3vw, 1.62rem);
	line-height: 1.18;
}

.entry-card__meta {
	display: block;
	font-size: 0.84rem;
	color: var(--sun-muted);
	margin-bottom: 0.74rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: 700;
}

.entry-card__title a {
	text-decoration: none;
	color: var(--sun-text);
}

.entry-card__title a:hover,
.entry-card__title a:focus-visible {
	color: var(--sun-accent);
}

.entry-card__excerpt p,
.entry-card__body p {
	margin: 0 0 0.9rem;
	color: #2a3341;
}

.entry-card__body > *:last-child,
.entry-card__excerpt > *:last-child {
	margin-bottom: 0;
}

.archive-header {
	background: var(--sun-paper-soft);
	border: 1px solid var(--sun-border);
	border-radius: 0.8rem;
	padding: 1rem;
	margin-bottom: 1rem;
}

.archive-description {
	color: var(--sun-muted);
}

.search-form {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.search-field,
.search-submit,
.player-btn {
	border: 1px solid var(--sun-border);
	border-radius: 0.42rem;
	padding: 0.5rem 0.72rem;
	font: inherit;
}

.search-field {
	background: #fff;
	min-width: 16rem;
}

.search-submit,
.player-btn {
	background: #fff;
	cursor: pointer;
	font-weight: 700;
}

.search-submit:hover,
.search-submit:focus-visible,
.player-btn:hover,
.player-btn:focus-visible {
	border-color: var(--sun-accent);
	color: var(--sun-accent);
}

.site-footer {
	background: #0d5ea7;
	color: #ffffff;
	font-size: 0.9rem;
	padding: 1rem 1rem 7.3rem;
	border-top: 0;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.2rem;
	max-width: var(--shell-max);
	margin: 0 auto;
}

.site-footer__col {
	color: #f0f5fb;
}

.site-footer__col p {
	margin: 0 0 0.55rem;
	line-height: 1.45;
}

.site-footer__col p:last-child {
	margin: 0;
}

.site-footer__col a {
	color: #d7ebff;
}

.site-footer__logo {
	display: block;
	width: min(210px, 100%);
	height: auto;
}

.site-footer__note {
	max-width: var(--shell-max);
	margin: 0.85rem auto 0;
	padding-top: 0.65rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #d8e9fb;
}

.persistent-player {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 45;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid #245f98;
	border-radius: 0.85rem;
	background: linear-gradient(140deg, #0d2742, #123c61);
	box-shadow: 0 18px 38px rgba(6, 17, 28, 0.45);
	color: #eff7ff;
}

.persistent-player__meta {
	min-width: 0;
}

.persistent-player__label {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9dc4e7;
	font-weight: 700;
}

.persistent-player__station {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 36ch;
	font-size: 1rem;
}

.persistent-player__track {
	margin-top: 0.18rem;
	font-size: 0.86rem;
	color: #dcecff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.persistent-player__artist,
.persistent-player__title {
	color: #ffffff;
}

.persistent-player__dash {
	color: #bbd7f2;
}

.persistent-player__status {
	font-style: italic;
	color: #bbd7f2;
}

.persistent-player__controls {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.persistent-player .player-btn {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.36);
	color: #fff;
}

.persistent-player .player-btn:hover,
.persistent-player .player-btn:focus-visible {
	background: #0a4c88;
	border-color: #9bcff5;
	color: #fff;
}

.player-volume input {
	width: 110px;
	accent-color: #8fd8ff;
}

.app-home {
	position: relative;
	padding: 0;
	overflow: hidden;
	border-radius: 1rem;
	background: radial-gradient(circle at 88% 2%, rgba(127, 175, 233, 0.36) 0, rgba(127, 175, 233, 0.36) 18%, transparent 18%),
		radial-gradient(circle at -8% 52%, rgba(103, 190, 220, 0.26) 0, rgba(103, 190, 220, 0.26) 28%, transparent 28%),
		linear-gradient(155deg, #122954 0%, #122954 30%, #0e2248 62%, #0b1a39 100%);
	color: #ecf3fb;
	box-shadow: 0 24px 45px rgba(9, 20, 38, 0.45);
	margin-top: 0.85rem;
	margin-bottom: 1rem;
}

.app-home__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 1.1rem 0.85rem;
	background: #2f63ae;
}

.app-home__brand {
	display: inline-flex;
	align-items: baseline;
	gap: 0.5rem;
}

.app-home__logo {
	font-size: clamp(1.35rem, 3.2vw, 2rem);
	font-weight: 900;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1;
}

.app-home__badge {
	font-size: clamp(1.35rem, 3.2vw, 2rem);
	font-weight: 800;
	line-height: 1;
	opacity: 0.95;
}

.app-home__play {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: clamp(1rem, 2vw, 1.45rem);
	font-weight: 700;
	cursor: pointer;
}

.app-home__play i {
	display: inline-grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #fff;
	color: #2f63ae;
	font-style: normal;
	font-size: 1.18rem;
	font-weight: 800;
}

.app-home__player {
	display: grid;
	grid-template-columns: minmax(170px, 34%) minmax(0, 1fr);
	gap: 1rem;
	padding: 1.25rem 1.1rem 0.9rem;
}

.app-home__now-art {
	align-self: start;
}

.app-home__now-art img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 0.95rem;
	box-shadow: 0 14px 25px rgba(6, 13, 28, 0.35);
}

.app-home__now-art-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 0.95rem;
	background: rgba(255, 255, 255, 0.08);
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.app-home__now-content {
	min-width: 0;
}

.app-home__meta {
	margin: 0;
	color: #95cff8;
	font-size: 1.95rem;
	line-height: 1;
}

.app-home__track-title {
	margin: 0.25rem 0 0;
	font-family: "Roboto", sans-serif;
	font-size: clamp(1.55rem, 4.8vw, 3rem);
	line-height: 1.02;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.app-home__track-artist {
	margin: 0.15rem 0 0;
	font-size: clamp(1.15rem, 3.7vw, 2.2rem);
	font-weight: 500;
	text-transform: uppercase;
	color: #b9d2eb;
}

.app-home__show-line {
	margin: 0.78rem 0 0;
	font-size: 1.06rem;
	color: #d7e6f7;
}

.app-home__progress {
	position: relative;
	height: 0.5rem;
	border-radius: 999px;
	background: rgba(160, 180, 212, 0.36);
	overflow: hidden;
	margin-top: 0.7rem;
}

.app-home__progress-fill {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #4ba8f2, #76d6ff);
	border-radius: inherit;
}

.app-home__time-row {
	display: flex;
	justify-content: space-between;
	gap: 0.7rem;
	margin-top: 0.45rem;
	color: #b9cce4;
	font-size: 1rem;
}

.app-home__status {
	margin: 0.35rem 0 0;
	font-size: 0.9rem;
	color: #a0b8d5;
}

.app-home__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.7rem;
	padding: 0 1.1rem;
	margin-top: 0.2rem;
}

.app-home__section-head h2 {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: clamp(1.2rem, 2.4vw, 2.05rem);
	color: #dceaf7;
}

.app-home__slider-controls {
	display: inline-flex;
	gap: 0.42rem;
}

.app-home__slider-controls button {
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 0.35rem;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
}

.app-upcoming {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(220px, 280px);
	gap: 0.9rem;
	overflow-x: auto;
	padding: 0.82rem 1.1rem 0.52rem;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.app-upcoming__card {
	scroll-snap-align: start;
	background: #f4f6f9;
	border-radius: 1.05rem;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(6, 13, 28, 0.35);
}

.app-upcoming__image {
	position: relative;
	aspect-ratio: 1.35 / 1;
	background: #122a50;
}

.app-upcoming__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.app-upcoming__image span {
	display: grid;
	place-items: center;
	height: 100%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
}

.app-upcoming__live {
	position: absolute;
	top: 0.38rem;
	left: 0;
	background: #d52f24;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	padding: 0.22rem 0.65rem;
	border-top-right-radius: 0.55rem;
	border-bottom-right-radius: 0.55rem;
	letter-spacing: 0.03em;
}

.app-upcoming__body {
	padding: 0.9rem 0.86rem 1rem;
}

.app-upcoming__body h3 {
	margin: 0;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 1.95rem;
	line-height: 1.08;
}

.app-upcoming__body a {
	text-decoration: none;
	color: #1f2f44;
}

.app-upcoming__body p {
	margin: 0.45rem 0 0;
	color: #425776;
	font-size: 1rem;
	font-weight: 700;
}

.app-live-card {
	position: relative;
	margin: 0.92rem 1.1rem 0;
	background: #ecf0f5;
	border-radius: 0.95rem;
	padding: 0.95rem 1rem 1.08rem;
	color: #1d2b40;
}

.app-live-card__live {
	position: absolute;
	top: 0;
	left: 0;
	background: #d52f24;
	color: #fff;
	font-weight: 800;
	padding: 0.24rem 0.8rem;
	border-top-left-radius: 0.95rem;
	border-bottom-right-radius: 0.7rem;
	letter-spacing: 0.03em;
}

.app-live-card h3 {
	margin: 1.15rem 0 0;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(1.3rem, 2.4vw, 2.05rem);
	line-height: 1.1;
}

.app-live-card p {
	margin: 0.38rem 0 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: #355174;
}

.app-live-card__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	margin-top: 0.9rem;
}

.app-live-card__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.58rem 0.65rem;
	background: #122b52;
	border-radius: 0.62rem;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.95rem;
	text-align: center;
}

.app-home__bottom-nav {
	margin-top: 1rem;
	background: #2f63ae;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.app-home__bottom-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 0.3rem;
	color: #d9e9fb;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
}

.app-home__bottom-nav a.is-active {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
}

html.is-loading-page body {
	cursor: progress;
}

@media (max-width: 920px) {
	.hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.site-nav__menu {
		gap: 0.28rem;
	}

	.site-nav__menu a {
		font-size: 0.75rem;
		padding: 0.4rem 0.56rem;
	}

	.site-content {
		padding-bottom: 2rem;
	}

	body.radiosun-player-enabled .site-content {
		padding-bottom: 4.6rem;
	}

	.home-layout {
		grid-template-columns: 1fr;
	}

	.home-news__title {
		font-size: 1.8rem;
	}

	.rs-front-widget__shows {
		grid-template-columns: 1fr;
	}

	.app-home__top {
		flex-direction: column;
		align-items: flex-start;
	}

	.app-home__play {
		font-size: 1.02rem;
	}

	.app-home__player {
		grid-template-columns: 1fr;
	}

	.app-home__meta {
		font-size: 1.55rem;
	}

	.app-home__track-title {
		font-size: 2rem;
	}

	.app-home__track-artist {
		font-size: 1.55rem;
	}

	.app-upcoming {
		grid-auto-columns: minmax(190px, 76vw);
	}

	.app-live-card__actions {
		grid-template-columns: 1fr;
	}

	.app-home__bottom-nav a {
		font-size: 0.9rem;
	}

	.persistent-player {
		flex-direction: column;
		align-items: stretch;
	}

	.persistent-player__controls {
		justify-content: space-between;
	}

	.player-volume {
		flex: 1 1 auto;
	}

	.player-volume input {
		width: 100%;
	}

	.search-field {
		min-width: 0;
		width: 100%;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}
}
