/* Yettel Compass — prepodavame.bg aligned */

.yettel-compass {
	--yc-content-width: 1140px;
	--yc-content-gutter: 0px;
	--yc-font-family: "Gilam", sans-serif;
	--yc-primary: #053264;
	--yc-text: #122b46;
	--yc-muted: #f4f7fb;
	--yc-white: #ffffff;
	--yc-border: #e7e9ec;
	--yc-text-soft: #5a6b7d;
	--yc-teacher-bg: #FFF8E3;
	--yc-classroom-bg: #eaf9fc;
	--yc-teacher-border: #fef5d4;
	--yc-classroom-border: #ddf4f9;
	--yc-teacher-accent: #b68512;
	--yc-classroom-accent: #3b8faf;
	--yc-radius: 12px;
	--yc-shadow: 0 2px 16px rgba(5, 50, 100, 0.08);
	font-family: var(--yc-font-family);
	font-size: 19px;
	color: var(--yc-text);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

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

.yettel-compass,
.yettel-compass h1,
.yettel-compass h2,
.yettel-compass h3,
.yettel-compass h4,
.yettel-compass h5,
.yettel-compass h6,
.yettel-compass p,
.yettel-compass a,
.yettel-compass li,
.yettel-compass span,
.yettel-compass label,
.yettel-compass button,
.yettel-compass input,
.yettel-compass select,
.yettel-compass textarea {
	font-family: "Gilam", sans-serif;
}

.yc-container {
	max-width: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.yc-wizard {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -1px;
	padding: 0;
	box-sizing: border-box;
}

.yc-wizard__shell {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}

.yc-wizard__toolbar {
	display: flex;
	justify-content: flex-start;
	margin-top: 28px;
	max-width: var(--yc-content-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.yc-wizard__toolbar[hidden] {
	display: none !important;
}

.yc-wizard__grade-ribbon-slot:empty {
	display: none;
}

.yc-wizard__steps {
	transition: opacity 0.2s ease;
	max-width: var(--yc-content-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.yc-wizard__steps.is-transitioning {
	opacity: 0.45;
	pointer-events: none;
}

.yc-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border: 1px solid var(--yc-border);
	border-radius: 6px;
	background: var(--yc-white);
	color: var(--yc-primary);
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.2;
}

.yc-back:hover {
	border-color: var(--yc-primary);
}

.yettel-compass .yc-wizard__toolbar button.yc-back,
.yettel-compass button#yc-wizard-back {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	width: auto !important;
	max-width: none !important;
	min-height: 0 !important;
	padding: 12px 20px !important;
	margin: 0;
	border: 1px solid var(--yc-border) !important;
	border-radius: 6px !important;
	background: var(--yc-white) !important;
	background-color: var(--yc-white) !important;
	color: var(--yc-primary) !important;
	font-family: var(--yc-font-family) !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	text-transform: none !important;
	cursor: pointer;
}

.yettel-compass .yc-wizard__toolbar button.yc-back:hover,
.yettel-compass .yc-wizard__toolbar button.yc-back:focus,
.yettel-compass button#yc-wizard-back:hover,
.yettel-compass button#yc-wizard-back:focus {
	border-color: var(--yc-primary) !important;
	background: var(--yc-white) !important;
	background-color: var(--yc-white) !important;
	color: var(--yc-primary) !important;
	box-shadow: none !important;
}

.yc-back__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	font-size: 15px;
	line-height: 1;
}

.yc-back__icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.yc-wizard__heading {
	text-align: center;
	font-size: 30px;
	margin: 0 0 10px;
	font-weight: 700;
	color: var(--yc-primary);
	line-height: 1.25;
}

.yc-wizard__subheading {
	text-align: center;
	font-size: 19px;
	color: var(--yc-text-soft);
	margin: 0 0 28px;
}

/* Grade ribbon — attached bar below hero / sub-nav */
.yettel-compass .yc-grade-ribbon-bleed {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #f4f6f8;
	border-bottom: 1px solid #e7ebf0;
	box-sizing: border-box;
}

.yettel-compass .yc-grade-ribbon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
	width: 100%;
	max-width: var(--yc-content-width);
	margin: 0 auto;
	padding: 16px 0;
	box-sizing: border-box;
}

.yettel-compass .yc-grade-ribbon__label {
	margin: 0;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9aa8b8;
	white-space: nowrap;
}

.yettel-compass .yc-grade-ribbon__tabs {
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	justify-content: center;
	gap: 4px;
	padding: 5px;
	border-radius: 999px;
	background: #eceff3;
	border: 1px solid #e2e7ed;
}

.yettel-compass .yc-grade-ribbon__tabs button.yc-grade-ribbon__tab {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex !important;
	flex: 0 0 auto !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	min-width: 132px !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 10px 18px 9px !important;
	border: none !important;
	border-radius: 999px !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #5f7084 !important;
	box-shadow: none !important;
	font-family: var(--yc-font-family) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	cursor: pointer;
	vertical-align: baseline;
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.yettel-compass .yc-grade-ribbon__tabs button.yc-grade-ribbon__tab:hover:not(.is-active) {
	background: rgba(255, 255, 255, 0.72) !important;
	background-color: rgba(255, 255, 255, 0.72) !important;
	color: #5f7084 !important;
}

.yettel-compass .yc-grade-ribbon__tabs button.yc-grade-ribbon__tab.is-active {
	background: var(--yc-primary) !important;
	background-color: var(--yc-primary) !important;
	color: #fff !important;
	box-shadow: 0 2px 10px rgba(5, 50, 100, 0.2) !important;
}

.yettel-compass .yc-grade-ribbon__tab-label {
	display: block;
	font-family: var(--yc-font-family);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: inherit;
}

.yettel-compass .yc-grade-ribbon__tab-age {
	display: block;
	font-family: var(--yc-font-family);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	color: #8a98a8 !important;
}

.yettel-compass .yc-grade-ribbon__tabs button.yc-grade-ribbon__tab.is-active .yc-grade-ribbon__tab-age {
	color: rgba(255, 255, 255, 0.88) !important;
}

.yc-wizard__themes-panel {
	padding: 28px 0 36px;
	position: relative;
	z-index: 2;
	max-width: var(--yc-content-width);
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.yc-themes-bleed {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	/* Pull into Elementor/section gap so photo meets the week band with no white strip. */
	margin-bottom: -40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	background: transparent;
	overflow: hidden;
	z-index: 1;
}

.yc-themes-bleed__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.yc-themes-bleed__layer {
	position: absolute;
	inset: 0;
	background-color: #dfe7ef;
	background-image: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.35s ease;
	will-change: opacity;
}

.yc-themes-bleed__layer.is-active {
	opacity: 1;
}

.yc-themes-bleed__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(244, 247, 251, 0.48) 0%,
		rgba(244, 247, 251, 0.32) 55%,
		rgba(244, 247, 251, 0.22) 100%
	);
}

.yc-step--hub {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
}

.yc-themes-head {
	margin-bottom: 24px;
}

.yc-themes-head__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.yc-themes-head__intro {
	min-width: 0;
}

.yc-themes-head__desc {
	margin: 8px 0 0;
	max-width: 720px;
	font-size: 17px;
	line-height: 1.5;
	color: var(--yc-text-soft);
}

.yc-wizard__heading--themes {
	margin: 0;
	text-align: left;
	font-size: 30px;
}

.yc-card__grade-row {
	margin-bottom: 10px;
}

.yc-grade-badge {
	display: inline-flex;
	align-items: center;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: var(--yc-text-soft);
	background: transparent;
	border: none;
}

.yc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	line-height: 1.2;
}

.yc-btn--card {
	width: 100%;
	background: var(--yc-primary);
	color: var(--yc-white);
	margin-top: auto;
	min-height: 52px;
}

.yc-btn--card:hover {
	background: #0a4a8a;
}

.yc-cards {
	display: grid;
	gap: 20px;
	align-items: stretch;
}

.yc-cards--grades {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yc-cards--themes {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yc-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
	padding: 24px;
	border-radius: var(--yc-radius);
	background: var(--yc-white);
	border: 2px solid var(--yc-border);
	box-shadow: var(--yc-shadow);
	transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.yc-card.is-complete {
	border-color: #cdd5df;
}

.yc-card:hover:not(.yc-card--theme) {
	box-shadow: 0 6px 24px rgba(5, 50, 100, 0.12);
	border-color: #cdd5df;
}

.yc-card__media {
	width: 100%;
	height: 160px;
	border-radius: var(--yc-radius);
	overflow: hidden;
	margin-bottom: 16px;
	flex-shrink: 0;
}

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

.yc-card__media--placeholder {
	background: linear-gradient(145deg, #e8eef5 0%, #f4f7fb 100%);
	border: 1px solid var(--yc-border);
}

.yc-card__dial-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: auto;
	height: auto;
	margin: 0;
}

.yc-card__theme-row {
	display: flex;
	align-items: center;
	gap: 16px;
}

.yc-card__theme-body {
	flex: 1;
	min-width: 0;
}

.yc-dial {
	position: relative;
	width: 150px;
	height: 150px;
	flex: 0 0 auto;
}

.yc-dial--sm {
	width: 96px;
	height: 96px;
}

.yc-dial > svg:first-of-type {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
	display: block;
}

.yc-dial__seg {
	fill: none;
	stroke-width: 9;
	stroke-linecap: round;
}

.yc-dial__center {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-align: center;
	line-height: 1;
	pointer-events: none;
}

.yc-dial__frac {
	font-weight: 700;
	font-size: 30px;
	color: var(--yc-primary);
	font-variant-numeric: tabular-nums;
	line-height: 1.1;
}

.yc-dial--sm .yc-dial__frac {
	font-size: 18px;
}

.yc-dial__cap {
	margin-top: 2px;
	font-size: 9.5px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--yc-text-soft);
	text-transform: lowercase;
}

.yc-dial.is-complete .yc-dial__cap {
	color: #2f6b00;
}

.yc-card__badge {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--yc-text-soft);
	margin: 0 0 8px;
}

.yc-card__title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.3;
	color: var(--yc-primary);
}

.yc-card--theme .yc-card__title {
	font-size: 19px;
}

.yc-card__meta {
	font-size: 17px;
	color: var(--yc-text-soft);
	margin: 0 0 10px;
}

.yc-card__desc {
	font-size: 17px;
	color: var(--yc-text-soft);
	margin: 0 0 20px;
	flex-grow: 1;
	line-height: 1.55;
}

/* Step 3 — resources */
.yc-topic-head {
	margin: 0 0 18px;
	background: var(--yc-white);
	border: 1px solid var(--yc-border);
	border-radius: 16px;
	padding: 26px;
	box-shadow: 0 10px 28px rgba(5, 50, 100, 0.06);
}

.yc-topic-head__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 34px;
	align-items: center;
}

.yc-topic-head__main {
	min-width: 0;
}

.yc-topic-head__dial {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.yc-topic-head__dial .yc-card__dial-wrap {
	margin: 0;
}

.yc-step--resources {
	padding: 24px 24px 0;
	font-size: 20px;
}

.yc-crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	color: #9aabb9;
}

.yc-crumb__link {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s ease;
}

.yc-crumb__link:hover,
.yc-crumb__link:focus {
	color: var(--yc-text-soft);
	text-decoration: none;
}

.yc-crumb__sep {
	opacity: 0.45;
	user-select: none;
}

.yc-crumb__text {
	color: #9aabb9;
}

.yc-crumb__current {
	color: #b0bec9;
}

.yc-topic-head__eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #3b8faf;
}

.yc-topic-head__title {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: var(--yc-primary);
}

.yc-topic-head__lead {
	margin: 0 0 14px;
	font-size: 17px;
	line-height: 1.55;
	color: var(--yc-text-soft);
	max-width: 70ch;
}

.yc-topic-head__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 0;
}

.yc-topic-head__fact {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--yc-primary);
	background: var(--yc-muted);
	border: 1px solid #e3e7ee;
}

.yc-topic-head__cta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.yc-topic-head__cta-btn {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 14px 24px;
	border-radius: 8px;
	background: #fa4155;
	color: #fff;
	font: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.yc-topic-head__cta-icon {
	flex: 0 0 auto;
	display: block;
}

.yettel-compass button.yc-topic-head__cta-btn {
	background: #fa4155;
	background-color: #fa4155;
	color: #fff;
	border: none;
	box-shadow: none;
}

.yettel-compass button.yc-topic-head__cta-btn:hover,
.yettel-compass button.yc-topic-head__cta-btn:focus {
	background: #fa4155;
	background-color: #fa4155;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(250, 65, 85, 0.28);
}

.yc-resources-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.yc-pack {
	margin: 0 0 12px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px;
	border-radius: 14px;
	background: var(--yc-primary);
	color: #fff;
	position: relative;
	overflow: hidden;
}

.yc-pack::after {
	content: "";
	position: absolute;
	right: -26px;
	bottom: -26px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 8px solid rgba(180, 255, 0, 0.22);
}

.yc-pack__icon {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: rgba(180, 255, 0, 0.18);
	color: #b4ff00;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	position: relative;
	z-index: 1;
}

.yc-pack__main {
	flex: 1;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.yc-pack__title {
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: 0;
}

.yc-pack__subtitle {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.78);
}

.yc-pack__btn {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 14px;
	border-radius: 10px;
	background: #fa4155;
	color: #fff;
	box-shadow: none;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
	transition: transform 0.12s ease, box-shadow 0.12s ease;
	position: relative;
	z-index: 1;
}

.yc-pack__btn:hover,
.yc-pack__btn:focus {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(250, 65, 85, 0.3);
}

.yc-resources-col {
	padding: 16px;
	border-radius: 10px;
	border: 1px solid var(--yc-border);
}

.yc-resources-col--teacher {
	background: var(--yc-teacher-bg);
	border-color: var(--yc-teacher-border);
	--yc-col-accent: var(--yc-teacher-accent);
}

.yc-resources-col--classroom {
	background: var(--yc-classroom-bg);
	border-color: var(--yc-classroom-border);
	--yc-col-accent: var(--yc-classroom-accent);
}

.yc-resources-col__head {
	margin: 0 0 12px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.yc-resources-col__icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yc-resources-col--teacher .yc-resources-col__icon {
	background: rgba(182, 133, 18, 0.15);
	color: var(--yc-teacher-accent);
}

.yc-resources-col--classroom .yc-resources-col__icon {
	background: rgba(59, 143, 175, 0.15);
	color: var(--yc-classroom-accent);
}

.yc-resources-col__head-text {
	min-width: 0;
	flex: 1;
}

.yc-resources-col__title {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--yc-col-accent);
	line-height: 1.3;
}

.yc-resources-col__subtitle {
	margin: 0;
	font-size: 15px;
	color: var(--yc-text);
	line-height: 1.4;
}

.yc-resource-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.yc-resource-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 12px;
	border-radius: 12px;
	transition: background 0.15s ease;
}

.yc-resource-row + .yc-resource-row {
	border-top: 1px solid rgba(5, 50, 100, 0.08);
	border-radius: 0;
}

.yc-resource-row:hover {
	background: rgba(255, 255, 255, 0.65);
}

.yc-resource-row__media {
	flex: 0 0 auto;
}

.yc-resource-row__icon {
	width: 42px;
	height: 42px;
	border-radius: 11px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.55);
	color: var(--yc-primary);
}

.yc-resource-row__icon--image {
	overflow: hidden;
	padding: 0;
}

.yc-resource-row__icon--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.yc-resource-row__main {
	flex: 1;
	min-width: 0;
}

.yc-resource-row__title {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--yc-text);
}

.yc-resource-row .yc-resource-card__meta {
	margin: 4px 0 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--yc-text-soft);
}

.yc-resource-row__desc {
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: var(--yc-text-soft);
}

.yc-resource-row__action {
	flex: 0 0 auto;
}

/* Override BuddyBoss global button styles (theme sets filled primary on all button) */
.yettel-compass .yc-resource-row button.yc-resource-row__btn {
	-webkit-appearance: none;
	appearance: none;
	border: 1.5px solid var(--yc-border) !important;
	background: #fff !important;
	background-color: #fff !important;
	color: var(--yc-text) !important;
	cursor: pointer;
	font-family: var(--yc-font-family) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	border-radius: 10px;
	padding: 9px 14px;
	white-space: nowrap;
	box-shadow: none !important;
	text-decoration: none;
	min-height: 0;
	vertical-align: baseline;
	transition: background 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.yettel-compass .yc-resource-row button.yc-resource-row__btn:hover,
.yettel-compass .yc-resource-row button.yc-resource-row__btn:focus {
	border-color: var(--yc-primary) !important;
	background: #fff !important;
	background-color: #fff !important;
	color: var(--yc-text) !important;
	box-shadow: none !important;
}

.yettel-compass .yc-resource-row button.yc-resource-row__btn--dl {
	border-color: #ff3d6e !important;
	color: #ff3d6e !important;
	background: #fff !important;
	background-color: #fff !important;
}

.yettel-compass .yc-resource-row button.yc-resource-row__btn--dl:hover,
.yettel-compass .yc-resource-row button.yc-resource-row__btn--dl:focus {
	background: #ff3d6e !important;
	background-color: #ff3d6e !important;
	border-color: #ff3d6e !important;
	color: #fff !important;
	box-shadow: none !important;
}

.yettel-compass .yc-resource-row button.yc-resource-row__btn--done {
	background: rgba(180, 255, 0, 0.18) !important;
	background-color: rgba(180, 255, 0, 0.18) !important;
	border-color: rgba(120, 170, 0, 0.5) !important;
	color: #2f6b00 !important;
}

.yettel-compass .yc-resource-row button.yc-resource-row__btn--done:hover,
.yettel-compass .yc-resource-row button.yc-resource-row__btn--done:focus {
	background: rgba(180, 255, 0, 0.18) !important;
	background-color: rgba(180, 255, 0, 0.18) !important;
	border-color: rgba(120, 170, 0, 0.5) !important;
	color: #2f6b00 !important;
	box-shadow: none !important;
}

.yc-resource-row--done .yc-resource-row__icon {
	background: rgba(180, 255, 0, 0.22);
	color: #2f6b00;
}

.yettel-compass button.yc-pack__btn {
	background: #fa4155 !important;
	background-color: #fa4155 !important;
	color: #fff !important;
	border: none;
	box-shadow: none !important;
}

.yettel-compass button.yc-pack__btn:hover,
.yettel-compass button.yc-pack__btn:focus {
	background: #fa4155 !important;
	background-color: #fa4155 !important;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(250, 65, 85, 0.3) !important;
}

.yc-card--theme {
	width: 100%;
	padding: 20px;
	overflow: visible;
	cursor: pointer;
}

.yc-card--theme .yc-card__grade-row {
	margin-bottom: 8px;
}

.yc-card--theme .yc-card__title {
	margin-bottom: 6px;
}

.yc-card--theme .yc-card__meta {
	margin-bottom: 0;
}

.yc-card--theme:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(5, 50, 100, 0.14);
	border-color: var(--yc-border);
}

.yc-card--theme:focus {
	outline: none;
}

.yc-card--theme:focus-visible {
	outline: 2px solid var(--yc-primary);
	outline-offset: 3px;
}

.yc-card--theme:active {
	transform: translateY(-1px);
}

.yc-resource-card {
	margin: 0;
	background: var(--yc-white);
	border: 1px solid var(--yc-col-accent);
	border-radius: 10px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.yc-resource-card--empty {
	padding: 14px;
	font-size: 15px;
	color: var(--yc-text-soft);
	border-color: var(--yc-border);
}

.yc-resource-card__body {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.yc-resource-card__media {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	border: 1px solid var(--yc-col-accent);
	background: var(--yc-white);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--yc-col-accent);
}

.yc-resource-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.yc-resource-card__media svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
	display: block;
}

.yc-resource-card__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1;
}

.yc-resource-card__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--yc-text);
}

.yc-resource-card__meta {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--yc-text);
}

.yc-resource-card__desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: var(--yc-text-soft);
}

.yc-resource-card__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	width: auto;
	margin-top: 10px;
	padding: 5px 12px;
	border: none;
	border-radius: 5px;
	background: var(--yc-col-accent);
	color: var(--yc-white);
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.yc-resource-card__action:hover {
	filter: brightness(1.06);
}

.yc-resource-card__action:active {
	transform: translateY(1px);
}

.yc-loading {
	text-align: center;
	padding: 48px;
	color: var(--yc-text-soft);
	font-size: 17px;
}

.yc-modal {
	border: none;
	border-radius: var(--yc-radius);
	padding: 0;
	max-width: 440px;
	width: calc(100% - 32px);
	box-shadow: 0 16px 48px rgba(5, 50, 100, 0.15);
}

.yc-modal::backdrop {
	background: rgba(5, 50, 100, 0.4);
}

.yc-modal__form {
	padding: 28px;
}

.yc-modal__title {
	margin: 0 0 8px;
	font-size: 24px;
	color: var(--yc-primary);
}

.yc-modal__hint {
	margin: 0 0 18px;
	font-size: 17px;
	color: var(--yc-text-soft);
}

.yc-field {
	display: block;
	margin-bottom: 16px;
}

.yc-field span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.yc-field input {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--yc-border);
	border-radius: 6px;
	font: inherit;
	font-size: 17px;
}

.yc-field input:focus {
	outline: none;
	border-color: var(--yc-primary);
}

.yc-modal__actions {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 8px;
}

.yc-btn--primary {
	background: var(--yc-primary);
	color: var(--yc-white);
}

.yc-btn--ghost {
	background: var(--yc-white);
	border: 1px solid var(--yc-border);
	color: var(--yc-text);
}

.yc-modal--video {
	max-width: min(960px, calc(100vw - 32px));
	width: 100%;
	padding: 0;
	background: #000;
}

.yc-modal__video-wrap {
	position: relative;
	padding-top: 56.25%;
	background: #000;
}

.yc-modal__video-inner {
	position: absolute;
	inset: 0;
}

.yc-modal__video-inner iframe,
.yc-modal__video-inner video {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	background: #000;
}

.yc-modal--shortcode {
	max-width: min(720px, calc(100vw - 32px));
	width: 100%;
	padding: 0;
	border: none;
	border-radius: 12px;
	background: #fff;
	overflow: auto;
}

.yc-modal__shortcode-wrap {
	position: relative;
	min-height: 160px;
	padding: 48px 24px 24px;
	box-sizing: border-box;
}

.yc-modal__shortcode-inner {
	width: 100%;
}

.yc-modal__shortcode-loading,
.yc-modal__shortcode-error {
	margin: 0;
	text-align: center;
	color: var(--yc-text-soft, #5a6b7d);
	font-size: 16px;
}

.yc-modal__shortcode-error {
	color: #fa4155;
}

.yc-modal__close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.yc-modal__close:hover {
	background: rgba(0, 0, 0, 0.85);
}

@media (max-width: 900px) {
	.yettel-compass .yc-grade-ribbon {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 14px;
		padding: 14px 0;
	}

	.yettel-compass .yc-grade-ribbon__tabs {
		order: 2;
		flex: 1 1 100%;
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.yettel-compass .yc-grade-ribbon__tabs::-webkit-scrollbar {
		display: none;
	}

	.yettel-compass .yc-grade-ribbon__tab {
		min-width: 118px;
		flex-shrink: 0;
	}

	.yc-cards--themes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yc-resources-grid {
		grid-template-columns: 1fr;
	}

	.yc-resources-bundle__btn {
		width: 100%;
		max-width: 360px;
		font-size: 17px;
	}

	.yc-card__theme-row {
		gap: 12px;
	}

	.yc-topic-head__inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.yc-topic-head__dial {
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	.yettel-compass {
		font-size: 17px;
	}

	.yettel-compass .yc-grade-ribbon__tab {
		min-width: 108px;
		padding: 9px 14px 8px;
	}

	.yettel-compass .yc-grade-ribbon__tab-label {
		font-size: 14px;
	}

	.yc-cards--themes {
		grid-template-columns: 1fr;
	}

	.yc-wizard__heading {
		font-size: 26px;
	}

	.yc-card__title {
		font-size: 21px;
	}

	.yc-wizard__toolbar {
		margin-top: 24px;
	}

	.yc-resource-card__body {
		flex-direction: column;
	}

	.yc-resource-card__media {
		width: 48px;
		height: 48px;
	}

	.yc-resources-header__title {
		font-size: 22px;
	}
}
