/**
 * Regatul Șahului — v1.4.10
 * Știrile și Poveștile din Regat Premium Story Portal
 *
 * Presentation-only and scoped to .rs-news-v1410.
 */

.rs-news-v1410 {
	--rs1410-night: #0f062b;
	--rs1410-night-2: #19083f;
	--rs1410-panel: rgba(19, 7, 52, 0.94);
	--rs1410-panel-soft: rgba(34, 12, 76, 0.86);
	--rs1410-gold: #f2c66f;
	--rs1410-gold-light: #fff0b5;
	--rs1410-text: #fff8df;
	--rs1410-text-soft: #e5dbf6;
	--rs1410-violet: #9d43df;
	--rs1410-violet-dark: #57168e;
	--rs1410-border: rgba(246, 202, 111, 0.74);
	--rs1410-focus: #fff2a8;
	position: relative;
	isolation: isolate;
	min-height: 100vh;
	padding: clamp(18px, 3vw, 38px) 0 clamp(50px, 7vw, 86px);
	overflow: hidden;
	background:
		radial-gradient(circle at 50% -8%, rgba(193, 95, 224, 0.35), transparent 34%),
		radial-gradient(circle at 8% 30%, rgba(93, 41, 174, 0.22), transparent 29%),
		radial-gradient(circle at 92% 72%, rgba(101, 47, 181, 0.20), transparent 28%),
		linear-gradient(180deg, #10062e 0%, #1b0a47 52%, #0d0527 100%);
	color: var(--rs1410-text);
}

.rs-news-v1410::before,
.rs-news-v1410::after {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.rs-news-v1410::before {
	inset: 0;
	opacity: 0.5;
	background-image:
		radial-gradient(circle at 11% 15%, rgba(255, 223, 128, 0.95) 0 1px, transparent 2px),
		radial-gradient(circle at 31% 10%, rgba(255, 255, 255, 0.78) 0 1px, transparent 2px),
		radial-gradient(circle at 73% 20%, rgba(255, 225, 139, 0.86) 0 1px, transparent 2px),
		radial-gradient(circle at 91% 43%, rgba(255, 255, 255, 0.72) 0 1px, transparent 2px),
		radial-gradient(circle at 67% 76%, rgba(255, 220, 120, 0.72) 0 1px, transparent 2px);
	background-size: 240px 210px, 320px 290px, 380px 330px, 300px 260px, 430px 360px;
}

.rs-news-v1410::after {
	left: 50%;
	bottom: -270px;
	width: min(1100px, 98vw);
	height: 520px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse, rgba(141, 58, 205, 0.28), transparent 70%);
}

.rs-news-v1410__container {
	position: relative;
	z-index: 1;
	width: min(100% - 28px, 1240px);
}

.rs-news-v1410 h1,
.rs-news-v1410 h2,
.rs-news-v1410 h3,
.rs-news-v1410 strong {
	color: var(--rs1410-text);
}

.rs-news-v1410 h1,
.rs-news-v1410 h2,
.rs-news-v1410 h3 {
	font-family: Georgia, "Times New Roman", serif;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.48);
}

.rs-news-v1410 a {
	color: inherit;
}

.rs-news-v1410__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
	align-items: center;
	gap: clamp(24px, 4vw, 58px);
	min-height: 480px;
	padding: clamp(28px, 5vw, 62px);
	border: 1px solid var(--rs1410-border);
	border-radius: 34px;
	background:
		linear-gradient(110deg, rgba(18, 7, 51, 0.96) 0%, rgba(30, 10, 70, 0.88) 48%, rgba(14, 5, 42, 0.95) 100%),
		url("../img/lesson-v146/fundal-card-premium.png") center / cover no-repeat;
	box-shadow: 0 30px 82px rgba(4, 1, 20, 0.54), inset 0 0 0 3px rgba(255, 220, 131, 0.06), 0 0 34px rgba(167, 73, 227, 0.15);
	overflow: hidden;
}

.rs-news-v1410__hero::before,
.rs-news-v1410__hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.rs-news-v1410__hero::before {
	inset: 14px;
	border: 1px solid rgba(255, 228, 148, 0.25);
	border-radius: 25px;
}

.rs-news-v1410__hero::after {
	left: 18%;
	top: -170px;
	width: 520px;
	height: 360px;
	background: radial-gradient(ellipse, rgba(218, 120, 234, 0.26), transparent 68%);
}

.rs-news-v1410__hero-copy,
.rs-news-v1410__portal,
.rs-news-v1410__princess-message {
	position: relative;
	z-index: 2;
}

.rs-news-v1410__eyebrow,
.rs-news-v1410__section-heading > span,
.rs-news-v1410__article-princess > span,
.rs-news-v1410__princess-message span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 12px;
	border: 1px solid rgba(246, 202, 111, 0.58);
	border-radius: 999px;
	background: rgba(103, 31, 148, 0.64);
	color: var(--rs1410-gold-light);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.rs-news-v1410__hero h1 {
	max-width: 720px;
	margin: 16px 0 16px;
	font-size: clamp(42px, 5.4vw, 74px);
	line-height: 0.98;
	color: var(--rs1410-gold-light);
}

.rs-news-v1410__hero-copy > p {
	max-width: 650px;
	margin: 0;
	color: var(--rs1410-text-soft);
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.75;
}

.rs-news-v1410__hero-actions,
.rs-news-v1410__journey-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.rs-news-v1410__button,
.rs-news-v1410__journey-actions a,
.rs-news-v1410__card-cta,
.rs-news-v1410__back-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 11px 18px;
	border: 1px solid rgba(246, 202, 111, 0.62);
	border-radius: 14px;
	background: rgba(25, 8, 65, 0.82);
	color: #fff3c9;
	font-weight: 850;
	line-height: 1.25;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(5, 1, 24, 0.24);
	transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.rs-news-v1410__button--primary,
.rs-news-v1410__card-cta {
	background: linear-gradient(180deg, #a33de0, #5a168c);
	color: #fff9df;
	border-color: #f3ca72;
}

.rs-news-v1410__button:hover,
.rs-news-v1410__journey-actions a:hover,
.rs-news-v1410__card-cta:hover,
.rs-news-v1410__back-link:hover {
	transform: translateY(-2px);
	filter: brightness(1.1);
	box-shadow: 0 14px 30px rgba(83, 24, 137, 0.4);
}

.rs-news-v1410__portal {
	display: grid;
	place-items: center;
	width: min(100%, 430px);
	aspect-ratio: 1 / 1;
	justify-self: center;
	border-radius: 50%;
	filter: drop-shadow(0 18px 34px rgba(3, 1, 18, 0.5));
}

.rs-news-v1410__portal::before {
	content: "";
	position: absolute;
	inset: 14%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(184, 89, 230, 0.44), rgba(56, 16, 109, 0.24) 47%, transparent 72%);
	box-shadow: 0 0 68px rgba(184, 89, 230, 0.55);
}

.rs-news-v1410__portal img {
	position: relative;
	z-index: 2;
	width: 78%;
	height: 78%;
	object-fit: cover;
	border: 2px solid rgba(255, 225, 141, 0.82);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(129, 43, 186, 0.28), 0 0 42px rgba(220, 130, 246, 0.42), inset 0 0 28px rgba(255, 224, 143, 0.2);
}

.rs-news-v1410__portal-ring {
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(255, 225, 139, 0.72);
}

.rs-news-v1410__portal-ring--outer {
	inset: 2%;
	box-shadow: 0 0 30px rgba(231, 165, 255, 0.24);
}

.rs-news-v1410__portal-ring--inner {
	inset: 9%;
	border-style: dashed;
	opacity: 0.8;
}

.rs-news-v1410__portal-star {
	position: absolute;
	z-index: 3;
	color: var(--rs1410-gold-light);
	font-size: 28px;
	text-shadow: 0 0 14px rgba(255, 228, 145, 0.86);
}

.rs-news-v1410__portal-star--one {
	top: 10%;
	right: 15%;
}

.rs-news-v1410__portal-star--two {
	bottom: 12%;
	left: 14%;
	font-size: 21px;
}

.rs-news-v1410__princess-message {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	align-items: center;
	gap: 17px;
	margin-top: -8px;
	padding: 18px 20px;
	border: 1px solid rgba(246, 202, 111, 0.42);
	border-radius: 22px;
	background: linear-gradient(120deg, rgba(30, 9, 72, 0.94), rgba(15, 5, 45, 0.96));
	box-shadow: inset 0 0 26px rgba(144, 55, 206, 0.11);
}

.rs-news-v1410__princess-message img {
	width: 74px;
	height: 74px;
	object-fit: contain;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.38));
}

.rs-news-v1410__princess-message p {
	margin: 8px 0 0;
	color: #f4edf9;
	font-size: 17px;
	line-height: 1.7;
}

.rs-news-v1410__portal-nav,
.rs-news-v1410__gallery {
	margin-top: 28px;
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid var(--rs1410-border);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(22, 8, 57, 0.91), rgba(13, 5, 39, 0.96)),
		url("../img/lesson-v146/fundal-card-premium.png") center / cover no-repeat;
	box-shadow: 0 24px 58px rgba(4, 1, 20, 0.42), inset 0 0 0 3px rgba(255, 220, 128, 0.05);
}

.rs-news-v1410__section-heading {
	text-align: center;
}

.rs-news-v1410__section-heading h2 {
	margin: 12px 0 0;
	font-size: clamp(31px, 4vw, 48px);
	color: var(--rs1410-gold-light);
}

.rs-news-v1410__section-heading p {
	margin: 10px 0 0;
	color: var(--rs1410-text-soft);
	font-size: 16px;
	line-height: 1.65;
}

.rs-news-v1410__portal-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
	margin-top: 26px;
}

.rs-news-v1410__portal-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid rgba(246, 202, 111, 0.52);
	border-radius: 22px;
	overflow: hidden;
	background: rgba(18, 7, 50, 0.96);
	color: var(--rs1410-text);
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(3, 1, 16, 0.36);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.rs-news-v1410__portal-card:hover,
.rs-news-v1410__portal-card:focus-visible,
.rs-news-v1410__portal-card.is-active {
	transform: translateY(-5px);
	border-color: rgba(255, 230, 151, 0.94);
	box-shadow: 0 22px 44px rgba(73, 21, 126, 0.52), 0 0 23px rgba(196, 91, 234, 0.17);
}

.rs-news-v1410__portal-art {
	position: relative;
	display: block;
	min-height: 175px;
	background-position: center;
	background-size: cover;
}

.rs-news-v1410__portal-art::after,
.rs-news-v1410__card-art::after,
.rs-news-v1410__article-art::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 3, 31, 0.02) 20%, rgba(16, 5, 43, 0.88) 100%);
	pointer-events: none;
}

.rs-news-v1410__portal-card.is-active .rs-news-v1410__portal-art::before {
	content: "✦";
	position: absolute;
	z-index: 2;
	top: 13px;
	right: 14px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 230, 151, 0.78);
	border-radius: 50%;
	background: rgba(63, 16, 104, 0.88);
	color: #fff0af;
	box-shadow: 0 0 16px rgba(216, 123, 244, 0.45);
}

.rs-news-v1410__portal-card-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 17px;
}

.rs-news-v1410__portal-card-copy small {
	color: var(--rs1410-gold);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.rs-news-v1410__portal-card-copy strong {
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	color: var(--rs1410-gold-light);
}

.rs-news-v1410__portal-card-copy > span {
	margin-top: 8px;
	color: var(--rs1410-text-soft);
	font-size: 14px;
	line-height: 1.55;
}

.rs-news-v1410__portal-card-copy b {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 14px;
	color: #fff4c7;
	font-size: 14px;
}

.rs-news-v1410__gallery-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.rs-news-v1410__gallery-head .rs-news-v1410__section-heading {
	text-align: left;
}

.rs-news-v1410__journey-actions {
	justify-content: flex-end;
	margin-top: 0;
}

.rs-news-v1410__journey-actions a {
	min-height: 44px;
	padding: 9px 14px;
	font-size: 14px;
}

.rs-news-v1410__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 22px;
}

.rs-news-v1410__filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 9px 14px;
	border: 1px solid rgba(246, 202, 111, 0.46);
	border-radius: 999px;
	background: rgba(28, 9, 68, 0.84);
	color: #f4eafc;
	font-weight: 850;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.rs-news-v1410__filter:hover,
.rs-news-v1410__filter:focus-visible,
.rs-news-v1410__filter.is-active {
	transform: translateY(-1px);
	border-color: #f3ca72;
	background: linear-gradient(180deg, #9437d1, #59158b);
	color: #fff9e3;
}

.rs-news-v1410__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 19px;
}

.rs-news-v1410__card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid rgba(246, 202, 111, 0.46);
	border-radius: 23px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(33, 12, 74, 0.96), rgba(15, 5, 43, 0.98));
	box-shadow: 0 18px 38px rgba(3, 1, 17, 0.36);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.rs-news-v1410__card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 228, 145, 0.82);
	box-shadow: 0 24px 48px rgba(67, 18, 118, 0.47), 0 0 20px rgba(185, 83, 224, 0.12);
}

.rs-news-v1410__card-art {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 220px;
	overflow: hidden;
	background: #15073c;
}

.rs-news-v1410__card-art img,
.rs-news-v1410__card-art > span {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center;
	background-size: cover;
	transition: transform 0.3s ease;
}

.rs-news-v1410__card:hover .rs-news-v1410__card-art img,
.rs-news-v1410__card:hover .rs-news-v1410__card-art > span {
	transform: scale(1.035);
}

.rs-news-v1410__card-art > b {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	border: 1px solid rgba(255, 229, 147, 0.78);
	border-radius: 50%;
	background: rgba(68, 18, 113, 0.82);
	color: #fff0ae;
	font-size: 32px;
	box-shadow: 0 0 26px rgba(201, 104, 238, 0.4);
}

.rs-news-v1410__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.rs-news-v1410__card-meta,
.rs-news-v1410__article-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.rs-news-v1410__card-meta > span,
.rs-news-v1410__article-meta time {
	color: #d8cbea;
	font-size: 12px;
	font-weight: 750;
}

.rs-news-v1410__card-meta small,
.rs-news-v1410__article-meta small {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 9px;
	border: 1px solid rgba(246, 202, 111, 0.4);
	border-radius: 999px;
	background: rgba(95, 25, 139, 0.65);
	color: #fff0bd;
	font-size: 11px;
	font-weight: 850;
}

.rs-news-v1410__card h3 {
	margin: 13px 0 8px;
	font-size: clamp(22px, 2.1vw, 27px);
	line-height: 1.16;
}

.rs-news-v1410__card h3 a {
	color: var(--rs1410-gold-light);
	text-decoration: none;
}

.rs-news-v1410__card p {
	margin: 0 0 18px;
	color: var(--rs1410-text-soft);
	font-size: 15px;
	line-height: 1.67;
}

.rs-news-v1410__card-cta {
	align-self: flex-start;
	margin-top: auto;
}

.rs-news-v1410__empty {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	align-items: center;
	gap: 19px;
	padding: 27px;
	border: 1px dashed rgba(246, 202, 111, 0.58);
	border-radius: 23px;
	background: rgba(24, 8, 61, 0.82);
}

.rs-news-v1410__empty-seal {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	border: 2px solid var(--rs1410-gold);
	border-radius: 50%;
	background: radial-gradient(circle, #8d35d4, #2a0c61 70%);
	color: #fff1b5;
	font-size: 38px;
	box-shadow: 0 0 24px rgba(185, 79, 225, 0.34);
}

.rs-news-v1410__empty h2 {
	margin: 0 0 7px;
	font-size: 28px;
	color: var(--rs1410-gold-light);
}

.rs-news-v1410__empty p {
	margin: 0;
	color: var(--rs1410-text-soft);
	line-height: 1.7;
}

/* Singular scroll */
.rs-news-v1410--single .rs-news-v1410__container {
	width: min(100% - 28px, 1160px);
}

.rs-news-v1410__article {
	border: 1px solid var(--rs1410-border);
	border-radius: 32px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(22, 8, 58, 0.94), rgba(12, 4, 36, 0.98)),
		url("../img/lesson-v146/fundal-card-premium.png") center / cover fixed;
	box-shadow: 0 30px 78px rgba(4, 1, 20, 0.52), inset 0 0 0 3px rgba(255, 220, 128, 0.05);
}

.rs-news-v1410__article-hero {
	display: grid;
	grid-template-columns: minmax(310px, 0.9fr) minmax(0, 1.1fr);
	align-items: stretch;
	min-height: 390px;
	border-bottom: 1px solid rgba(246, 202, 111, 0.35);
}

.rs-news-v1410__article-art {
	position: relative;
	min-height: 390px;
	overflow: hidden;
	background: #15073c;
}

.rs-news-v1410__article-art img,
.rs-news-v1410__article-art > span {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center;
	background-size: cover;
}

.rs-news-v1410__article-art > b {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 100px;
	height: 100px;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid rgba(255, 229, 147, 0.82);
	border-radius: 50%;
	background: rgba(68, 18, 113, 0.84);
	color: #fff0ae;
	font-size: 46px;
	box-shadow: 0 0 36px rgba(201, 104, 238, 0.44);
}

.rs-news-v1410__article-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 5vw, 58px);
	background: linear-gradient(130deg, rgba(33, 11, 76, 0.96), rgba(13, 4, 42, 0.98));
}

.rs-news-v1410__article-heading h1 {
	margin: 16px 0 18px;
	font-size: clamp(39px, 5vw, 64px);
	line-height: 1.02;
	color: var(--rs1410-gold-light);
}

.rs-news-v1410__back-link {
	align-self: flex-start;
	margin-top: 22px;
}

.rs-news-v1410__article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 26px;
	align-items: start;
	padding: clamp(26px, 5vw, 58px);
}

.rs-news-v1410__article-content {
	min-width: 0;
	padding: clamp(23px, 3.5vw, 38px);
	border: 1px solid rgba(246, 202, 111, 0.34);
	border-radius: 24px;
	background: rgba(16, 5, 45, 0.82);
	color: #f3ecfb;
	font-size: 17px;
	line-height: 1.84;
}

.rs-news-v1410__article-content h2,
.rs-news-v1410__article-content h3,
.rs-news-v1410__article-content h4 {
	margin-top: 1.45em;
	color: var(--rs1410-gold-light);
}

.rs-news-v1410__article-content p,
.rs-news-v1410__article-content li,
.rs-news-v1410__article-content blockquote {
	color: #f3ecfb;
}

.rs-news-v1410__article-content a {
	color: #ffe5a0;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.rs-news-v1410__article-content blockquote {
	margin: 1.5em 0;
	padding: 16px 19px;
	border-left: 4px solid var(--rs1410-gold);
	border-radius: 0 16px 16px 0;
	background: rgba(71, 20, 111, 0.46);
}

.rs-news-v1410__article-content img {
	max-width: 100%;
	height: auto;
	border-radius: 18px;
}

.rs-news-v1410__article-side {
	position: sticky;
	top: 22px;
	display: grid;
	gap: 14px;
}

.rs-news-v1410__article-princess {
	padding: 22px;
	border: 1px solid rgba(246, 202, 111, 0.42);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(42, 12, 88, 0.95), rgba(15, 5, 44, 0.98));
	box-shadow: inset 0 0 28px rgba(147, 61, 212, 0.11);
}

.rs-news-v1410__article-princess img {
	display: block;
	width: 98px;
	height: 98px;
	margin: 0 auto 14px;
	object-fit: contain;
	filter: drop-shadow(0 7px 16px rgba(0, 0, 0, 0.42));
}

.rs-news-v1410__article-princess > span {
	display: flex;
	justify-content: center;
	text-align: center;
}

.rs-news-v1410__article-princess p {
	margin: 14px 0 0;
	color: #f4edf9;
	font-size: 15px;
	line-height: 1.72;
	text-align: center;
}

.rs-news-v1410__article-side .rs-news-v1410__button {
	width: 100%;
}

/* Approved, explicit keyboard focus and readable controls. */
.rs-news-v1410 a:focus-visible,
.rs-news-v1410 button:focus-visible,
.rs-news-v1410 summary:focus-visible,
.rs-news-v1410 [tabindex]:focus-visible {
	outline: 3px solid var(--rs1410-focus);
	outline-offset: 3px;
}

@media (max-width: 1080px) {
	.rs-news-v1410__portal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rs-news-v1410__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rs-news-v1410__article-layout {
		grid-template-columns: minmax(0, 1fr) 280px;
	}
}

@media (max-width: 820px) {
	.rs-news-v1410__hero {
		grid-template-columns: 1fr;
		padding: 26px 20px;
	}

	.rs-news-v1410__hero-copy {
		text-align: center;
	}

	.rs-news-v1410__hero-copy > p {
		margin-inline: auto;
	}

	.rs-news-v1410__hero-actions {
		justify-content: center;
	}

	.rs-news-v1410__portal {
		width: min(86vw, 370px);
	}

	.rs-news-v1410__princess-message {
		grid-column: auto;
		margin-top: 0;
	}

	.rs-news-v1410__gallery-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.rs-news-v1410__journey-actions {
		justify-content: flex-start;
	}

	.rs-news-v1410__article-hero,
	.rs-news-v1410__article-layout {
		grid-template-columns: 1fr;
	}

	.rs-news-v1410__article-art {
		min-height: 330px;
	}

	.rs-news-v1410__article-side {
		position: static;
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.6fr);
		align-items: stretch;
	}
}

@media (max-width: 620px) {
	.rs-news-v1410 {
		padding-top: 14px;
	}

	.rs-news-v1410__container {
		width: min(100% - 18px, 1240px);
	}

	.rs-news-v1410__hero,
	.rs-news-v1410__portal-nav,
	.rs-news-v1410__gallery,
	.rs-news-v1410__article {
		border-radius: 24px;
	}

	.rs-news-v1410__hero h1 {
		font-size: clamp(38px, 12vw, 52px);
	}

	.rs-news-v1410__princess-message {
		grid-template-columns: 58px minmax(0, 1fr);
		padding: 15px;
	}

	.rs-news-v1410__princess-message img {
		width: 58px;
		height: 58px;
	}

	.rs-news-v1410__princess-message p {
		font-size: 15px;
	}

	.rs-news-v1410__portal-grid,
	.rs-news-v1410__grid {
		grid-template-columns: 1fr;
	}

	.rs-news-v1410__portal-art,
	.rs-news-v1410__card-art {
		min-height: 215px;
	}

	.rs-news-v1410__filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rs-news-v1410__filter {
		width: 100%;
		text-align: center;
	}

	.rs-news-v1410__journey-actions,
	.rs-news-v1410__hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.rs-news-v1410__button,
	.rs-news-v1410__journey-actions a {
		width: 100%;
	}

	.rs-news-v1410__empty {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.rs-news-v1410__empty-seal {
		margin-inline: auto;
	}

	.rs-news-v1410__article-art {
		min-height: 270px;
	}

	.rs-news-v1410__article-heading,
	.rs-news-v1410__article-layout {
		padding: 22px 17px;
	}

	.rs-news-v1410__article-heading h1 {
		font-size: clamp(35px, 11vw, 49px);
	}

	.rs-news-v1410__article-side {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rs-news-v1410 *,
	.rs-news-v1410 *::before,
	.rs-news-v1410 *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}

	.rs-news-v1410__button:hover,
	.rs-news-v1410__journey-actions a:hover,
	.rs-news-v1410__card-cta:hover,
	.rs-news-v1410__back-link:hover,
	.rs-news-v1410__portal-card:hover,
	.rs-news-v1410__portal-card:focus-visible,
	.rs-news-v1410__portal-card.is-active,
	.rs-news-v1410__filter:hover,
	.rs-news-v1410__filter:focus-visible,
	.rs-news-v1410__filter.is-active,
	.rs-news-v1410__card:hover {
		transform: none;
	}
}
