html:has(body.post-type-archive-emqh_section) {
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
}

body.post-type-archive-emqh_section,
body.post-type-archive-emqh_chapter,
body.post-type-archive-emqh_topic,
body.single-emqh_section,
body.single-emqh_chapter,
body.single-emqh_topic,
body:has(.emqh-shell) {
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
}

body.post-type-archive-emqh_section::before,
body.post-type-archive-emqh_section::after {
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
}

.emqh-shell {
	--emqh-font: "Poppins", "Segoe UI", sans-serif;
	--emqh-bg: #ffffff;
	--emqh-bg-soft: #fcfcfc;
	--emqh-surface: #ffffff;
	--emqh-surface-soft: #f8f8f8;
	--emqh-border: #f0f0f0;
	--emqh-border-strong: #e5e5e5;
	--emqh-text: #151515;
	--emqh-muted: #686868;
	--emqh-muted-soft: #8a8a8a;
	--emqh-link: #171717;
	--emqh-accent: #5649ff;
	--emqh-shadow-sm: 0 8px 22px rgba(9, 14, 25, 0.08);
	--emqh-shadow-md: 0 14px 30px rgba(9, 14, 25, 0.12);
	--emqh-header-bg: linear-gradient(180deg, #ffffff 0%, #fdfdff 100%);
	--emqh-tag-bg: #ffffff;
	--emqh-tag-text: #353535;
	--emqh-card-overlay: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(22, 22, 22, 0.62) 100%);
	--emqh-card-label-bg: rgba(18, 18, 18, 0.38);
	--emqh-card-label-border: rgba(255, 255, 255, 0.3);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: min(1480px, calc(100vw - 32px));
	max-width: min(1480px, calc(100vw - 32px));
	padding: clamp(18px, 2.2vw, 28px);

	box-sizing: border-box;
	
	font-family: var(--emqh-font);
	font-weight: 500;
	letter-spacing: 0.01em;
	overflow: hidden;
}

.emqh-shell::before {
	content: "";
	position: absolute;
	inset: 0;

	pointer-events: none;
}

.emqh-shell > * {
	position: relative;
	z-index: 1;
}

.emqh-shell button,
.emqh-shell input,
.emqh-shell select,
.emqh-shell textarea {
	font-family: inherit;
}

.emqh-reset-link,
.emqh-table a,
.emqh-table-action,
.emqh-chapter-link,
.emqh-chapter-open,
.emqh-subject-card,
.emqh-promo-item,
.emqh-promo-button {
	color: var(--emqh-link);
	text-decoration: none;
}

.emqh-reset-link:hover,
.emqh-table a:hover,
.emqh-table-action:hover,
.emqh-chapter-link:hover,
.emqh-chapter-open:hover,
.emqh-subject-card:hover,
.emqh-promo-item:hover,
.emqh-promo-button:hover {
	text-decoration: none;
}

.emqh-header-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding: clamp(16px, 2vw, 24px);
	background: var(--emqh-header-bg);
	border: 1px solid var(--emqh-border);
	border-radius: 18px;
	text-align: center;
}

.emqh-header-copy {
	max-width: 980px;
}

.emqh-sections-top-banner-wrap {
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw) 20px;
	padding: 0;
}

.emqh-sections-top-banner {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	background: transparent;
}

.emqh-sections-top-banner__link {
	display: block;
	width: 100%;
	line-height: 0;
}

.emqh-sections-top-banner__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.emqh-title {
	margin: 0;
	color: var(--emqh-text);
	font-size: clamp(24px, 4.1vw, 40px);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -0.02em;
}

.emqh-subtitle {
	margin: 12px auto 0;
	max-width: 760px;
	color: var(--emqh-muted);
	font-size: clamp(14px, 1.35vw, 16px);
	line-height: 1.65;
}

.emqh-promo-stack {
	display: grid;
	gap: 14px;
	margin-bottom: 20px;
}

.emqh-promo-heading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid var(--emqh-border);
	background: var(--emqh-surface);
	color: var(--emqh-text);
	font-size: clamp(15px, 1.8vw, 18px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.emqh-promo-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 14px;
}

.emqh-promo-item {
	display: grid;
	grid-template-rows: auto minmax(3.1em, auto) auto;
	align-content: start;
	justify-items: center;
	flex: 0 0 164px;
	min-width: 164px;
	max-width: 164px;
	gap: 10px;
	padding: 14px 10px;
	background: var(--emqh-surface);
	border: 1px solid var(--emqh-border);
	border-radius: 14px;
	text-align: center;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.emqh-promo-item:hover {
	transform: translateY(-2px);
	background: var(--emqh-surface-soft);
	box-shadow: var(--emqh-shadow-sm);
}

.emqh-promo-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
}

.emqh-promo-image {
	display: block;
	object-fit: contain;
}

.emqh-promo-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--emqh-border);
	border-radius: 999px;
	background: var(--emqh-surface);
	color: var(--emqh-text);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.emqh-promo-label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3.1em;
	margin: 0;
	color: var(--emqh-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.emqh-promo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid var(--emqh-border);
	background: var(--emqh-surface);
	color: var(--emqh-link);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	transition: background 0.18s ease;
}

.emqh-promo-button:hover {
	background: var(--emqh-surface-soft);
}

.emqh-promo-item a,
.emqh-promo-item a:hover,
.emqh-promo-item a:focus,
.emqh-promo-item a:visited,
.emqh-promo-label a,
.emqh-promo-label a:hover,
.emqh-promo-button a,
.emqh-promo-button a:hover,
.emqh-chapter-link,
.emqh-chapter-link:hover {
	text-decoration: none !important;
}

.emqh-content-stack {
	display: grid;
	gap: 18px;
}

.emqh-bottom-banner-wrap {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

.emqh-bottom-banner-link {
	display: block;
	width: 100%;
	text-decoration: none;
}

.emqh-bottom-banner-image {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid var(--emqh-border);
	border-radius: 14px;
	object-fit: cover;
}

.emqh-grid {
	display: grid;
	gap: 16px;
}

.emqh-grid--sections {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emqh-grid--subjects {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.emqh-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.emqh-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--emqh-shadow-md);
}

.emqh-card::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: var(--emqh-card-overlay);
	pointer-events: none;
	z-index: 1;
}

.emqh-card::after {
	content: attr(aria-label);
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	display: inline-flex;
	align-items: center;
	padding: 9px 12px;
	border: 1px solid var(--emqh-card-label-border);
	border-radius: 999px;
	background: var(--emqh-card-label-bg);
	backdrop-filter: blur(3px);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 2;
}

.emqh-card__media,
.emqh-card__placeholder {
	width: 100%;
	height: 100%;
}

.emqh-card--sections,
.emqh-card--subjects {
	aspect-ratio: 16 / 9;
}

.emqh-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emqh-card__placeholder {
	background:
		linear-gradient(130deg, rgba(0, 0, 0, 0.045), transparent 38%),
		repeating-linear-gradient(
			45deg,
			#f8f8f8 0,
			#f8f8f8 14px,
			#fbfbfb 14px,
			#fbfbfb 28px
		);
}

.emqh-subject-card {
	position: relative;
	display: grid;
	grid-template-rows: auto minmax(88px, auto) auto;
	align-content: start;
	gap: 11px;
	height: 100%;
	min-height: 158px;
	padding: 22px;
	border: 1px solid var(--emqh-border);
	border-radius: 16px;
	background: var(--emqh-surface);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.emqh-subject-card:hover,
.emqh-subject-card:focus {
	transform: translateY(-2px);
	background: var(--emqh-surface-soft);
	box-shadow: var(--emqh-shadow-sm);
}

.emqh-subject-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--emqh-border);
	border-radius: 999px;
	background: var(--emqh-surface);
	color: var(--emqh-text);
}

.emqh-subject-card__icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.emqh-subject-card__title {
	display: flex;
	align-items: flex-start;
	width: 100%;
	color: var(--emqh-text);
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 700;
	line-height: 1.18;
}

.emqh-subject-card__subtitle {
	display: block;
	color: var(--emqh-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.emqh-table-wrap,
.emqh-content-card,
.emqh-empty-state {
	background: var(--emqh-surface);
	border: 1px solid var(--emqh-border);
	border-radius: 16px;
	padding: 16px;
	color: var(--emqh-text);
}

.emqh-table-wrap--chapter-list {
	overflow-x: auto;
	padding: 14px;
}

.emqh-table.emqh-table--chapter-list {
	display: table;
	width: 100%;
	min-width: 0;
	table-layout: fixed;
	margin: 0;
	border-collapse: collapse;
}

.emqh-table.emqh-table--chapter-list th,
.emqh-table.emqh-table--chapter-list td {
	padding: 10px 12px;
	border: 1px solid var(--emqh-border);
}

.emqh-table.emqh-table--chapter-list th {
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 18px;
	font-weight: 700;
	color: var(--emqh-text);
	background: var(--emqh-surface);
}

.emqh-heading-lowercase {
	text-transform: none;
}

.emqh-table.emqh-table--chapter-list tbody td {
	width: 50%;
	text-align: center;
	background: var(--emqh-surface);
	color: var(--emqh-text);
	font-weight: 600;
}

.emqh-table.emqh-table--chapter-list tr:last-child td {
	border-bottom: 1px solid var(--emqh-border);
}

.emqh-table.emqh-table--chapter-list .emqh-table-cell--empty {
	background: var(--emqh-surface);
}

.emqh-chapter-link {
	display: block;
	width: 100%;
	text-align: center;
	color: var(--emqh-link);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.emqh-chapter-link:hover,
.emqh-chapter-link:focus,
.emqh-chapter-link:visited {
	text-decoration: none;
}

.emqh-chapter-entry {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.emqh-chapter-name,
.emqh-chapter-separator {
	color: var(--emqh-text);
	font-size: clamp(19px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.2;
}

.emqh-chapter-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 14px;
	border: 1px solid var(--emqh-border);
	border-radius: 999px;
	background: var(--emqh-surface);
	color: var(--emqh-link) !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	transition: background 0.16s ease;
}

.emqh-chapter-open:hover,
.emqh-chapter-open:focus,
.emqh-chapter-open:visited {
	background: var(--emqh-surface-soft);
	color: var(--emqh-link) !important;
}

.emqh-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.emqh-table th,
.emqh-table td {
	padding: 14px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--emqh-border);
}

.emqh-table th {
	font-weight: 700;
	color: var(--emqh-text);
	background: var(--emqh-surface);
}

.emqh-table td {
	color: var(--emqh-muted);
	background: var(--emqh-surface);
}

.emqh-table tr:last-child td {
	border-bottom: none;
}

.emqh-content-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 14px;
}

.emqh-content-meta span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid var(--emqh-border);
	border-radius: 999px;
	background: var(--emqh-tag-bg);
	color: var(--emqh-tag-text);
	font-size: 13px;
	font-weight: 500;
}

.emqh-content-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.emqh-share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	padding: 6px 14px 6px 8px;
	border: 1px solid var(--emqh-border) !important;
	border-radius: 999px;
	background: var(--emqh-surface) !important;
	color: var(--emqh-text) !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(86, 73, 255, 0.12);
	transition: background 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.emqh-share-button:hover,
.emqh-share-button:focus {
	background: var(--emqh-surface-soft) !important;
	color: var(--emqh-text) !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(86, 73, 255, 0.18);
}

.emqh-share-button:focus-visible {
	outline: 2px solid rgba(86, 73, 255, 0.35);
	outline-offset: 2px;
}

.emqh-share-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 7px;
	border-radius: 999px;
	background: linear-gradient(160deg, #7a6dff 0%, #4f3bff 100%);
	fill: #ffffff;
	flex: 0 0 auto;
}

.emqh-share-button__label {
	display: inline-block;
	color: inherit;
}

.emqh-share-status {
	color: var(--emqh-muted-soft);
	font-size: 13px;
	font-weight: 500;
}

.emqh-content-summary {
	margin: 0 0 18px;
	color: var(--emqh-muted);
	font-size: 15px;
	line-height: 1.6;
}

.emqh-editor-content {
	color: #262626;
	line-height: 1.84;
}

.emqh-editor-content h1,
.emqh-editor-content h2,
.emqh-editor-content h3,
.emqh-editor-content h4,
.emqh-editor-content h5,
.emqh-editor-content h6,
.emqh-editor-content strong,
.emqh-editor-content b {
	color: var(--emqh-text);
	font-weight: 700;
}

.emqh-editor-content a {
	color: var(--emqh-link);
	text-decoration: underline;
}

.emqh-editor-content table {
	width: 100%;
	margin: 16px 0;
	border-collapse: collapse;
}

.emqh-editor-content table th,
.emqh-editor-content table td {
	padding: 10px 12px;
	border: 1px solid var(--emqh-border);
}

.emqh-editor-content blockquote {
	margin: 20px 0;
	padding: 14px 16px;
	border: 1px solid var(--emqh-border);
	border-left: 3px solid var(--emqh-border-strong);
	border-radius: 12px;
	background: var(--emqh-surface);
}

.emqh-back-row {
	margin: 22px 0 0;
}

.emqh-reset-link {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid var(--emqh-border);
	border-radius: 999px;
	background: var(--emqh-surface);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.emqh-reset-link:hover {
	background: var(--emqh-surface-soft);
}

.emqh-empty-state {
	padding: 30px 18px;
	text-align: center;
	color: var(--emqh-muted);
}

.emqh-empty-state p {
	margin: 0;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Section archive dark variant */
body.post-type-archive-emqh_section .emqh-shell--sections-archive {
	--emqh-font: inherit;
	--emqh-bg: #0f1220;
	--emqh-bg-soft: #121628;
	--emqh-surface: #171b31;
	--emqh-surface-soft: #1c2140;
	--emqh-border: #2f3557;
	--emqh-border-strong: #3a4167;
	--emqh-text: #f3f5ff;
	--emqh-muted: #c8cde8;
	--emqh-muted-soft: #a8b0d4;
	--emqh-link: #eef1ff;
	--emqh-shadow-sm: 0 10px 24px rgba(0, 0, 0, 0.35);
	--emqh-shadow-md: 0 14px 34px rgba(0, 0, 0, 0.5);
	--emqh-header-bg: linear-gradient(145deg, #171b31 0%, #1b2040 100%);
	--emqh-tag-bg: rgba(86, 73, 255, 0.2);
	--emqh-tag-text: #e0dcff;
	--emqh-card-overlay: linear-gradient(180deg, rgba(16, 19, 34, 0) 0%, rgba(12, 14, 28, 0.84) 100%);
	--emqh-card-label-bg: rgba(86, 73, 255, 0.26);
	--emqh-card-label-border: rgba(220, 216, 255, 0.26);
	color: var(--emqh-text);
}

body.post-type-archive-emqh_section .emqh-sections-top-banner {
	background: #171b31;
}


body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-header-bar {
	position: relative;
	overflow: hidden;
	padding: clamp(22px, 2.8vw, 34px);
	border-radius: 20px;
	background: linear-gradient(145deg, #5649ff 0%, #1b2040 100%);
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-header-bar::before,
body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-header-bar::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-header-bar::before {
	width: 280px;
	height: 280px;
	top: -170px;
	right: -90px;
	    background: linear-gradient(145deg, #5649ff 0%, #1b2040 100%);
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-header-bar::after {
	width: 220px;
	height: 220px;
	bottom: -130px;
	left: -80px;
    background: linear-gradient(145deg, #5649ff 0%, #1b2040 100%);
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-header-copy {
	display: grid;
	justify-items: center;
	gap: 12px;
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-archive-kicker {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #ffffffcf;
    background: rgb(255 255 255 / 14%);
    color: #ffffffcf;
    font-size: 12px;
  
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-title {
	color: #f7f7f7;
	font-size: clamp(34px, 4.8vw, 50px);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-subtitle {
	max-width: 780px;
	margin-top: 2px;
	padding: 0 12px;
	color: #e5e8f8;
	font-size: clamp(16px, 1.45vw, 20px);
	font-weight: 500;
	line-height: 1.6;
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-grid--sections {
	gap: 18px;
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-card {
	border-color: #343b62;
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-card:hover {
	border-color: #6058bb;
}

body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-card__placeholder {
	background:
		linear-gradient(130deg, rgba(86, 73, 255, 0.2), transparent 38%),
		repeating-linear-gradient(
			45deg,
			#1a1f37 0,
			#1a1f37 14px,
			#1f2541 14px,
			#1f2541 28px
		);
}

@media (max-width: 1280px) {
	.emqh-grid--sections {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.emqh-shell {
		width: calc(100vw - 20px);
		max-width: calc(100vw - 20px);
		padding-top: 16px;
		border-radius: 16px;
	}

	.emqh-header-bar {
		padding: 15px;
		margin-bottom: 16px;
		border-radius: 14px;
	}

	.emqh-grid--sections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emqh-grid--subjects {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}

	.emqh-chapter-name,
	.emqh-chapter-separator {
		font-size: 18px;
	}

	body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-header-bar {
		padding: 18px 14px;
		border-radius: 16px;
	}

	body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-archive-kicker {
		font-size: 11px;
		letter-spacing: 0.06em;
	}

	body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-title {
		font-size: clamp(30px, 7vw, 42px);
	}

	body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-subtitle {
		font-size: 15px;
		line-height: 1.55;
	}

	body.post-type-archive-emqh_section .emqh-sections-top-banner-wrap {
		margin-bottom: 16px;
	}
}

@media (max-width: 640px) {
	.emqh-title {
		font-size: clamp(22px, 7vw, 30px);
	}

	.emqh-subtitle {
		font-size: 14px;
	}

	.emqh-promo-item {
		flex-basis: 132px;
		min-width: 132px;
		max-width: 132px;
		padding: 12px 8px;
	}

	.emqh-card::after {
		left: 10px;
		right: 10px;
		bottom: 10px;
		font-size: 12px;
		padding: 8px 10px;
	}

	.emqh-grid--sections {
		grid-template-columns: 1fr;
	}

	body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-header-bar::before {
		width: 164px;
		height: 164px;
		top: -101px;
		right: -90px;
		background: linear-gradient(90deg, #5649ff 0%, #1b2040 100%);
	}

	body.post-type-archive-emqh_section .emqh-shell--sections-archive .emqh-header-bar::after {
		width: 164px;
		height: 164px;
		bottom: -122px;
		left: -80px;
		background: linear-gradient(151deg, #5649ff 0%, #1b2040 100%);
	}

	.emqh-table,
	.emqh-table thead,
	.emqh-table tbody,
	.emqh-table th,
	.emqh-table td,
	.emqh-table tr {
		display: block;
	}

	.emqh-table thead {
		display: none;
	}

	.emqh-table tr {
		padding: 12px 0;
		border-bottom: 1px solid var(--emqh-border);
	}

	.emqh-table td {
		padding: 8px 0;
		border: none;
	}

	.emqh-table-wrap--chapter-list {
		overflow-x: auto;
		padding: 12px;
	}

	.emqh-table.emqh-table--chapter-list,
	.emqh-table.emqh-table--chapter-list thead,
	.emqh-table.emqh-table--chapter-list tbody {
		display: table;
		width: 100%;
	}

	.emqh-table.emqh-table--chapter-list thead {
		display: table-header-group;
	}

	.emqh-table.emqh-table--chapter-list tr {
		display: table-row;
		padding: 0;
		border-bottom: none;
	}

	.emqh-table.emqh-table--chapter-list th,
	.emqh-table.emqh-table--chapter-list td {
		display: table-cell;
		padding: 9px 10px;
		border: 1px solid var(--emqh-border);
	}
}

@media (prefers-reduced-motion: reduce) {
	.emqh-card,
	.emqh-promo-item,
	.emqh-subject-card,
	.emqh-share-button,
	.emqh-chapter-open,
	.emqh-promo-button {
		transition: none !important;
	}
}

/* Unified redesign across all Exam MCQ Hub frontend pages */
.emqh-shell {
	--emqh-accent: #5649ff;
	--emqh-shell-bg: linear-gradient(180deg, #171b34 0%, #12162d 100%);
	--emqh-surface: #202749;
	--emqh-surface-soft: #272f57;
	--emqh-surface-strong: #2e3767;
	--emqh-border: #3b4581;
	--emqh-border-soft: #4a5498;
	--emqh-text: #f4f6ff;
	--emqh-muted: #c8cdef;
	--emqh-muted-soft: #aab2dd;
	--emqh-link: #eff1ff;
	--emqh-chip-bg: rgba(86, 73, 255, 0.18);
	--emqh-chip-border: rgba(198, 191, 255, 0.35);
	--emqh-chip-text: #e5e1ff;
	--emqh-shadow-sm: 0 12px 26px rgba(8, 11, 28, 0.32);
	--emqh-shadow-md: 0 20px 42px rgba(6, 9, 24, 0.45);
	position: relative;
	left: auto;
	transform: none;
	width: min(1480px, calc(100vw - 36px));
	max-width: min(1480px, calc(100vw - 36px));
	margin: 0 auto 28px;
	padding: clamp(18px, 2.2vw, 30px);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--emqh-text);
}

.emqh-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	background: none;
	pointer-events: none;
}

.emqh-sections-top-banner-wrap {
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw) 24px;
	padding: 0;
}

.emqh-sections-top-banner {
	margin: 0;
	padding: 0;
	border-top: 1px solid #323b74;
	border-bottom: 1px solid #323b74;
	border-radius: 0;
	background: #121632;
}

.emqh-sections-top-banner__image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.emqh-header-bar {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 22px;
	padding: clamp(24px, 3.1vw, 42px);
	border: 1px solid rgba(214, 210, 255, 0.34);
	border-radius: 22px;
	background: linear-gradient(135deg, #5a4dff 0%, #1a214d 78%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	text-align: center;
}

.emqh-header-bar::before,
.emqh-header-bar::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.emqh-header-bar::before {
	width: 280px;
	height: 280px;
	top: -168px;
	right: -74px;
	background: radial-gradient(circle, rgba(141, 132, 255, 0.42) 0%, rgba(86, 73, 255, 0.24) 52%, transparent 74%);
}

.emqh-header-bar::after {
	width: 250px;
	height: 250px;
	bottom: -168px;
	left: -84px;
	background: radial-gradient(circle, rgba(141, 132, 255, 0.28) 0%, rgba(56, 38, 214, 0.22) 52%, transparent 74%);
}

.emqh-header-copy {
	display: grid;
	justify-items: center;
	gap: 10px;
	max-width: 940px;
	margin: 0 auto;
}

.emqh-archive-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #edf0ff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.emqh-title {
	color: #f6f8ff;
	font-size: clamp(34px, 5vw, 70px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.06;
}

.emqh-subtitle {
	max-width: 860px;
	margin-top: 2px;
	color: #d2d8ff;
	font-size: clamp(16px, 1.45vw, 22px);
	font-weight: 500;
	line-height: 1.6;
}

.emqh-promo-stack {
	gap: 15px;
	margin-bottom: 22px;
}

.emqh-promo-heading {
	padding: 9px 18px;
	border: 1px solid rgba(196, 187, 255, 0.38);
	background: rgba(20, 25, 49, 0.68);
	color: #ecefff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.emqh-promo-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(164px, 1fr));
	gap: 14px;
}

.emqh-promo-item {
	min-width: 0;
	max-width: none;
	background: linear-gradient(180deg, #222a50 0%, #1b2344 100%);
	border: 1px solid var(--emqh-border);
	border-radius: 16px;
	box-shadow: var(--emqh-shadow-sm);
}

.emqh-promo-item:hover {
	transform: translateY(-3px);
	background: linear-gradient(180deg, #28305d 0%, #1f274c 100%);
}

.emqh-promo-fallback {
	border-color: var(--emqh-border-soft);
	background: #21294e;
	color: #eef0ff;
}

.emqh-promo-label {
	color: #edf0ff;
}

.emqh-promo-button {
	border: 1px solid var(--emqh-border-soft);
	background: rgba(255, 255, 255, 0.08);
	color: #f2f4ff;
	font-weight: 600;
}

.emqh-promo-button:hover {
	background: rgba(255, 255, 255, 0.16);
}

.emqh-grid {
	gap: 18px;
}

.emqh-grid--sections {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}



.emqh-card::before {
	height: 56%;
	background: linear-gradient(180deg, rgba(10, 13, 30, 0) 0%, rgba(8, 10, 23, 0.84) 100%);
}

.emqh-card::after {
	left: 16px;
	right: 16px;
	bottom: 14px;
	padding: 10px 14px;
	color: #f2f4ff;
    font-size: 13px;
    font-weight: 500;
}

.emqh-card:hover {
	transform: translateY(-5px);
	border-color: #5e69bb;
	box-shadow: 0 18px 34px rgba(7, 10, 27, 0.5);
}

.emqh-card--sections,
.emqh-card--subjects {
	aspect-ratio: 16 / 9;
}

.emqh-card__placeholder {
	background:
		linear-gradient(130deg, rgba(97, 88, 255, 0.27), transparent 38%),
		repeating-linear-gradient(
			45deg,
			#1b2141 0,
			#1b2141 14px,
			#20284d 14px,
			#20284d 28px
		);
}

.emqh-subject-card {
	display: flex;
	flex-direction: column;
	min-height: 170px;
	padding: 0;
	overflow: hidden;
	border-color: #3a4480;
	border-radius: 18px;
	background: linear-gradient(160deg, #28315f 0%, #1b2345 72%);
	box-shadow: var(--emqh-shadow-sm);
}

.emqh-subject-card:hover,
.emqh-subject-card:focus {
	background: linear-gradient(160deg, #2f3a71 0%, #222b56 72%);
}

.emqh-subject-card__icon {
	border-color: rgba(207, 199, 255, 0.34);
	background: rgba(120, 108, 255, 0.2);
	color: #f1f3ff;
}

.emqh-subject-card__media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-bottom: 1px solid rgba(201, 194, 255, 0.26);
	background: #1b2345;
}

.emqh-subject-card__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 46%;
	background: linear-gradient(180deg, rgba(15, 20, 44, 0) 0%, rgba(12, 17, 38, 0.8) 100%);
	pointer-events: none;
}

.emqh-subject-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emqh-subject-card__media-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.emqh-subject-card__media-fallback svg {
	width: 42px;
	height: 42px;
	fill: rgba(233, 236, 255, 0.92);
}

.emqh-subject-card__body {
	display: grid;
	gap: 10px;
	padding: 16px;
}

.emqh-subject-card__title {
	display: block;
	color: #f4f6ff;
	font-size: clamp(24px, 1.9vw, 38px);
	font-weight: 700;
	line-height: 1.15;
}

.emqh-subject-card__subtitle {
	color: #c8cff5;
	font-size: 13px;
	font-weight: 500;
}

.emqh-table-wrap {
	background: linear-gradient(180deg, #222b50 0%, #1a2243 100%);
	border: 1px solid #3a4480;
	border-radius: 18px;
	padding: 14px;
	box-shadow: var(--emqh-shadow-sm);
}

.emqh-table th {
	background: rgba(96, 86, 255, 0.24);
	color: #eef1ff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.emqh-table td {
	color: #d6dcff;
	background: transparent;
}

.emqh-table tr:nth-child(even) td {
	background: rgba(255, 255, 255, 0.02);
}

.emqh-table-action,
.emqh-chapter-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid rgba(199, 191, 255, 0.48);
	border-radius: 999px;
	background: rgba(86, 73, 255, 0.34);
	color: #f2f4ff !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.emqh-table-action:hover,
.emqh-chapter-open:hover {
	background: rgba(86, 73, 255, 0.5);
}

.emqh-chapter-entry {
	gap: 12px;
}

.emqh-chapter-name,
.emqh-chapter-separator {
	color: #eef1ff;
}

.emqh-content-card {
	background: #f8f9ff;
	border: 1px solid #dbe0ff;
	border-radius: 18px;
	color: #15193a;
	padding: 18px;
	box-shadow: 0 14px 28px rgba(11, 14, 34, 0.16);
}

.emqh-content-meta {
	gap: 9px;
	margin-bottom: 16px;
}

.emqh-content-meta span {
	border: 1px solid #cfd5ff;
	background: #eef1ff;
	color: #2b3368;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.emqh-share-button {
	border: 1px solid #c8d1ff !important;
	background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%) !important;
	color: #22295a !important;
}

.emqh-share-button:hover,
.emqh-share-button:focus {
	background: linear-gradient(180deg, #ffffff 0%, #f2f5ff 100%) !important;
	color: #22295a !important;
	opacity: 1 !important;
}

.emqh-share-button:hover .emqh-share-button__label,
.emqh-share-button:focus .emqh-share-button__label {
	color: #22295a !important;
}

.emqh-share-status {
	color: #485086;
}

.emqh-content-summary {
	color: #303867;
}

.emqh-editor-content {
	color: #21274e;
}

.emqh-editor-content h1,
.emqh-editor-content h2,
.emqh-editor-content h3,
.emqh-editor-content h4,
.emqh-editor-content h5,
.emqh-editor-content h6,
.emqh-editor-content strong,
.emqh-editor-content b {
	color: #151a3c;
}

.emqh-editor-content blockquote {
	border: 1px solid #d3d9ff;
	border-left-color: #6d62ff;
	background: #f1f4ff;
}

.emqh-reset-link {
	border-color: rgba(205, 197, 255, 0.45);
	background: rgba(86, 73, 255, 0.24);
	color: #edf0ff;
}

.emqh-reset-link:hover {
	background: rgba(86, 73, 255, 0.42);
}

.emqh-empty-state {
	background: linear-gradient(180deg, #222a50 0%, #1a2243 100%);
	border: 1px dashed #4a5498;
	border-radius: 16px;
	color: #d0d6ff;
}

.emqh-bottom-banner-wrap {
	margin-top: 24px;
}

.emqh-bottom-banner-image {
	border: 1px solid #3b4581;
	border-radius: 16px;
	box-shadow: var(--emqh-shadow-sm);
}

@media (max-width: 1280px) {
	.emqh-grid--sections {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.emqh-shell {
		width: calc(100vw - 20px);
		max-width: calc(100vw - 20px);
			padding-top: 16px;
		border-radius: 18px;
	}

	.emqh-sections-top-banner-wrap {
		margin-bottom: 18px;
	}

	.emqh-header-bar {
		margin-bottom: 16px;
		padding: 22px 16px;
		border-radius: 18px;
	}

	.emqh-header-bar::before {
		width: 196px;
		height: 196px;
		top: -116px;
		right: -70px;
	}

	.emqh-header-bar::after {
		width: 186px;
		height: 186px;
		bottom: -122px;
		left: -72px;
	}

	.emqh-title {
		font-size: clamp(30px, 8vw, 46px);
	}

	.emqh-subtitle {
		font-size: 15px;
	}

	.emqh-grid--sections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emqh-grid--subjects {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}

	.emqh-subject-card__body {
		padding: 14px;
	}
}

@media (max-width: 640px) {
	.emqh-title {
		font-size: clamp(26px, 9vw, 36px);
	}

	.emqh-subtitle {
		font-size: 14px;
		line-height: 1.55;
	}

	.emqh-archive-kicker {
		font-size: 11px;
	}

	.emqh-grid--sections {
		grid-template-columns: 1fr;
	}

	.emqh-promo-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emqh-promo-item {
		padding: 12px 8px;
	}

	.emqh-subject-card__media {
		aspect-ratio: 16 / 9;
	}

	.emqh-card::after {
		left: 11px;
		right: 11px;
		bottom: 10px;
		padding: 8px 10px;
		font-size: 12px;
	}
}

/* Match single section/chapter header style with mcq-sections hero (including before/after blobs) */
body.single-emqh_section .emqh-shell .emqh-header-bar,
body.single-emqh_chapter .emqh-shell .emqh-header-bar {
	position: relative;
	overflow: hidden;
	padding: clamp(22px, 2.8vw, 34px);
	border-radius: 20px;
	background: linear-gradient(145deg, #5649ff 0%, #1b2040 100%);
}

body.single-emqh_section .emqh-shell .emqh-header-bar::before,
body.single-emqh_section .emqh-shell .emqh-header-bar::after,
body.single-emqh_chapter .emqh-shell .emqh-header-bar::before,
body.single-emqh_chapter .emqh-shell .emqh-header-bar::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

body.single-emqh_section .emqh-shell .emqh-header-bar::before,
body.single-emqh_chapter .emqh-shell .emqh-header-bar::before {
	width: 280px;
	height: 280px;
	top: -170px;
	right: -90px;
	background: linear-gradient(145deg, #5649ff 0%, #1b2040 100%);
}

body.single-emqh_section .emqh-shell .emqh-header-bar::after,
body.single-emqh_chapter .emqh-shell .emqh-header-bar::after {
	width: 220px;
	height: 220px;
	bottom: -130px;
	left: -80px;
	background: linear-gradient(145deg, #5649ff 0%, #1b2040 100%);
}

body.single-emqh_section .emqh-shell .emqh-header-copy,
body.single-emqh_chapter .emqh-shell .emqh-header-copy {
	display: grid;
	justify-items: center;
	gap: 12px;
}

body.single-emqh_section .emqh-shell .emqh-archive-kicker,
body.single-emqh_chapter .emqh-shell .emqh-archive-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid #ffffffcf;
	background: rgb(255 255 255 / 14%);
	color: #ffffffcf;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
}

body.single-emqh_section .emqh-shell .emqh-title,
body.single-emqh_chapter .emqh-shell .emqh-title {
	color: #f7f7f7;
	font-size: clamp(34px, 4.8vw, 50px);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

body.single-emqh_section .emqh-shell .emqh-subtitle,
body.single-emqh_chapter .emqh-shell .emqh-subtitle {
	max-width: 780px;
	margin-top: 2px;
	padding: 0 12px;
	color: #e5e8f8;
	font-size: clamp(16px, 1.45vw, 20px);
	font-weight: 500;
	line-height: 1.6;
}

@media (max-width: 900px) {
	body.single-emqh_section .emqh-shell .emqh-header-bar,
	body.single-emqh_chapter .emqh-shell .emqh-header-bar {
		padding: 18px 14px;
		border-radius: 16px;
	}

	body.single-emqh_section .emqh-shell .emqh-archive-kicker,
	body.single-emqh_chapter .emqh-shell .emqh-archive-kicker {
		font-size: 11px;
		letter-spacing: 0.06em;
	}

	body.single-emqh_section .emqh-shell .emqh-title,
	body.single-emqh_chapter .emqh-shell .emqh-title {
		font-size: clamp(30px, 7vw, 42px);
	}

	body.single-emqh_section .emqh-shell .emqh-subtitle,
	body.single-emqh_chapter .emqh-shell .emqh-subtitle {
		font-size: 15px;
		line-height: 1.55;
	}
}

@media (max-width: 640px) {
	body.single-emqh_section .emqh-shell .emqh-header-bar::before,
	body.single-emqh_chapter .emqh-shell .emqh-header-bar::before {
		width: 164px;
		height: 164px;
		top: -101px;
		right: -90px;
		background: linear-gradient(90deg, #5649ff 0%, #1b2040 100%);
	}

	body.single-emqh_section .emqh-shell .emqh-header-bar::after,
	body.single-emqh_chapter .emqh-shell .emqh-header-bar::after {
		width: 164px;
		height: 164px;
		bottom: -122px;
		left: -80px;
		background: linear-gradient(151deg, #5649ff 0%, #1b2040 100%);
	}
}

/* Subject cards on single section page: large poster style */
body.single-emqh_section .emqh-shell .emqh-grid--subjects {
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
	gap: clamp(20px, 2vw, 20px);
}

body.single-emqh_section .emqh-shell .emqh-subject-card {
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 0 0 clamp(18px, 1.6vw, 24px);
	overflow: hidden;
	border: 1px solid #d8dbea;
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f9f9fd 100%);
	box-shadow: 0 20px 42px rgba(18, 24, 58, 0.05);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.single-emqh_section .emqh-shell .emqh-subject-card:hover,
body.single-emqh_section .emqh-shell .emqh-subject-card:focus {
	transform: translateY(-4px);
	background: linear-gradient(180deg, #ffffff 0%, #f9f9fd 100%);
	box-shadow: 0 26px 52px rgba(18, 24, 58, 0.10);
}

body.single-emqh_section .emqh-shell .emqh-subject-card:focus-visible {
	outline: 3px solid #7a6dff;
	outline-offset: 3px;
}

body.single-emqh_section .emqh-shell .emqh-subject-card__media {
	position: relative;
	display: block;
	width: 100%;
	flex: 0 0 auto;
	height: auto;
	aspect-ratio: auto;
	overflow: hidden;
	border-bottom: 1px solid #d4daf4;
	background: transparent;
}

body.single-emqh_section .emqh-shell .emqh-subject-card__media::after {
	display: none;
}

body.single-emqh_section .emqh-shell .emqh-subject-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.single-emqh_section .emqh-shell .emqh-subject-card__media-fallback {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 10px;
	width: 100%;
	height: 100%;
	padding: clamp(20px, 2.4vw, 34px);
	background:
		radial-gradient(circle at 78% 24%, rgba(110, 131, 255, 0.56), transparent 46%),
		linear-gradient(130deg, #172f95 0%, #14236d 72%, #0b1953 100%);
}

body.single-emqh_section .emqh-shell .emqh-subject-card__media-fallback svg {
	width: clamp(36px, 2.7vw, 50px);
	height: clamp(36px, 2.7vw, 50px);
	fill: #f3f6ff;
}

body.single-emqh_section .emqh-shell .emqh-subject-card__fallback-title {
	display: block;
	color: #f8f9ff;
	font-size: clamp(28px, 4vw, 52px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.04;
	text-transform: uppercase;
}

body.single-emqh_section .emqh-shell .emqh-subject-card__fallback-subtitle {
	display: block;
	max-width: 30ch;
	color: #dde5ff;
	font-size: clamp(14px, 1.35vw, 19px);
	font-weight: 500;
	line-height: 1.5;
}

body.single-emqh_section .emqh-shell .emqh-subject-card__footer {
	    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: clamp(10px, 0.9vw, 14px) clamp(14px, 1.5vw, 20px) 0;
    padding: 8px 16px;
    border: 1px solid #d9ddea;
    border-radius: 12px;
    background: linear-gradient(120deg, #f6f7fc 0%, #eceef6 100%);
}

body.single-emqh_section .emqh-shell .emqh-subject-card__cta-label {
	display: inline-flex;
	align-items: center;
	color: #1d2c74;
	font-size: clamp(14px, 0.72vw, 18px);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

body.single-emqh_section .emqh-shell .emqh-subject-card__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	    width: clamp(30px, 1vw, 40px);
    height: clamp(30px, 1vw, 40px);
	flex: 0 0 auto;
	border-radius: 999px;
	background: linear-gradient(160deg, #7a6dff 0%, #4f3bff 100%);
	color: #ffffff;

	transition: transform 0.18s ease;
}

body.single-emqh_section .emqh-shell .emqh-subject-card__cta-icon svg {
	display: block;
	width: clamp(14px, 1vw, 18px);
	height: clamp(14px, 1vw, 18px);
	fill: currentColor;
}



@media (max-width: 900px) {
	body.single-emqh_section .emqh-shell .emqh-grid--subjects {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.single-emqh_section .emqh-shell .emqh-subject-card {
		border-radius: 16px;
	}

	body.single-emqh_section .emqh-shell .emqh-subject-card__footer {
		border-radius: 16px;
	}
}

@media (max-width: 640px) {
	body.single-emqh_section .emqh-shell .emqh-subject-card {
		border-radius: 14px;
		padding-bottom: 14px;
	}

	body.single-emqh_section .emqh-shell .emqh-subject-card__footer {
		margin-inline: 12px;
		padding: 5px 6px 5px 10px;
		border-radius: 14px;
	}

	body.single-emqh_section .emqh-shell .emqh-subject-card__cta-label {
		font-size: clamp(12px, 4.3vw, 16px);
		letter-spacing: 0.02em;
	}

	body.single-emqh_section .emqh-shell .emqh-subject-card__cta-icon {
		width: 30px;
		height: 30px;
	}

	body.single-emqh_section .emqh-shell .emqh-subject-card__cta-icon svg {
		width: 14px;
		height: 14px;
	}
}

/* Match mcq-chapters hero with mcq-sections hero */
body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-header-bar {
	position: relative;
	overflow: hidden;
	padding: clamp(22px, 2.8vw, 34px);
	border-radius: 20px;
	background: linear-gradient(145deg, #5649ff 0%, #1b2040 100%);
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-header-bar::before,
body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-header-bar::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-header-bar::before {
	width: 280px;
	height: 280px;
	top: -170px;
	right: -90px;
	background: linear-gradient(145deg, #5649ff 0%, #1b2040 100%);
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-header-bar::after {
	width: 220px;
	height: 220px;
	bottom: -130px;
	left: -80px;
	background: linear-gradient(145deg, #5649ff 0%, #1b2040 100%);
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-header-copy {
	display: grid;
	justify-items: center;
	gap: 12px;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-archive-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid #ffffffcf;
	background: rgb(255 255 255 / 14%);
	color: #ffffffcf;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-title {
	color: #f7f7f7;
	font-size: clamp(34px, 4.8vw, 50px);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-subtitle {
	max-width: 780px;
	margin-top: 2px;
	padding: 0 12px;
	color: #e5e8f8;
	font-size: clamp(16px, 1.45vw, 20px);
	font-weight: 500;
	line-height: 1.6;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-wrap {
	margin-top: 16px;
	padding: clamp(14px, 2vw, 24px);
	border: 1px solid rgba(86, 73, 255, 0.18);
	border-radius: 22px;
	background: linear-gradient(180deg, #ffffff 0%, #f7f5ff 100%);
	box-shadow: 0 14px 34px rgba(86, 73, 255, 0.08);
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-head {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-head__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(86, 73, 255, 0.2);
	border-radius: 999px;
	background: rgba(86, 73, 255, 0.1);
	color: #5649ff;
	flex: 0 0 auto;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-head__icon svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-head__title {
	margin: 0;
	color: #1f246a;
	font-size: clamp(22px, 2.1vw, 34px);
	font-weight: 700;
	line-height: 1.2;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border: 1px solid rgba(86, 73, 255, 0.14);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgb(147 147 147 / 5%);
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__icon {
	display: none;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	border: 1px solid rgba(86, 73, 255, 0.22);
	background: rgba(86, 73, 255, 0.1);
	color: #5649ff;
	flex: 0 0 auto;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__icon svg {
	display: block;
	width: 30px;
	height: 30px;
	fill: currentColor;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__icon--2 {
	background: rgba(86, 73, 255, 0.1);
	color: #5649ff;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__icon--3 {
	background: rgba(86, 73, 255, 0.1);
	color: #5649ff;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__icon--4 {
	background: rgba(86, 73, 255, 0.1);
	color: #5649ff;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__title {
	color: #131b59;
	font-size: clamp(15px, 1.2vw, 22px);
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__meta {
	color: #6573a0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__action-wrap {
	padding-left: 16px;
	border-left: 1px solid rgba(86, 73, 255, 0.18);
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 6px 4px 12px;
	border-radius: 999px;
	    background: #5649ff14;
	color:#5649ff !important;
	font-size: clamp(12px, 0.9vw, 16px);
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	    border: solid 1px #5649ff;
	
}



body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: linear-gradient(160deg, #7a6dff 0%, #4f3bff 100%);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	flex: 0 0 auto;
}

body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__action-icon svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: currentColor;
}

@media (max-width: 900px) {
	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-header-bar {
		padding: 18px 14px;
		border-radius: 16px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-archive-kicker {
		font-size: 11px;
		letter-spacing: 0.06em;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-title {
		font-size: clamp(30px, 7vw, 42px);
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-subtitle {
		font-size: 15px;
		line-height: 1.55;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

@media (max-width: 768px) {
	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-wrap {
		padding: 10px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		padding: 12px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__title {
		word-break: break-word;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__action-wrap {
		grid-column: 1 / -1;
		padding: 8px 0 0;
		border-left: 0;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__action {
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 640px) {
	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-wrap {
		padding: 12px;
		border-radius: 16px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-header-bar::before {
		width: 164px;
		height: 164px;
		top: -101px;
		right: -90px;
		background: linear-gradient(90deg, #5649ff 0%, #1b2040 100%);
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-header-bar::after {
		width: 164px;
		height: 164px;
		bottom: -122px;
		left: -80px;
		background: linear-gradient(151deg, #5649ff 0%, #1b2040 100%);
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-head {
		margin-bottom: 10px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-head__icon {
		width: 36px;
		height: 36px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-head__icon svg {
		width: 18px;
		height: 18px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-head__title {
		font-size: clamp(18px, 6vw, 24px);
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		padding: 10px 10px 10px 9px;
		border-radius: 14px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__icon {
		width: 48px;
		height: 48px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__icon svg {
		width: 23px;
		height: 23px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__title {
		font-size: clamp(14px, 4.2vw, 15px);
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__action-wrap {
		grid-column: 1 / -1;
		padding: 6px 0 0;
		border-left: 0;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__action {
		justify-content: center;
		width: 100%;
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-wrap {
		padding: 8px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card {
		padding: 10px;
	}

	body.post-type-archive-emqh_chapter .emqh-shell--chapters-archive .emqh-chapter-modern-card__action {
		font-size: 12px;
	}
}

/* Ads module slots */
.emqh-ads-slot {
	margin: 0 0 16px;
}

.emqh-ads-slot--bottom {
	margin: 16px 0 0;
}

.emqh-ads-slot__items {
	display: grid;
	gap: 12px;
}

.emqh-ads-slot__item {
	width: 100%;
}

.emqh-ads-slot__link,
.emqh-ads-slot__frame {
	display: block;
	width: 100%;
	line-height: 0;
	border-radius: 14px;
	overflow: hidden;

}

.emqh-ads-slot__link:hover {
	opacity: 0.96;
}

.emqh-ads-slot__image {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 640px) {
	.emqh-ads-slot__link,
	.emqh-ads-slot__frame {
		border-radius: 10px;
	}
}

.emqh-social-stack {
	position: relative;
	margin: 14px 0 20px;
	padding: clamp(10px, 1.6vw, 16px) clamp(14px, 2.4vw, 26px) clamp(12px, 1.8vw, 18px);
	border: 1px solid #e1e8fb;
	border-radius: 24px;
	background: linear-gradient(140deg, #f7fbff 0%, #f4f7ff 46%, #fbfcff 100%);
	overflow: hidden;
}

.emqh-social-stack::before,
.emqh-social-stack::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.emqh-social-stack::before {
	top: -68px;
	left: -82px;
	width: 230px;
	height: 230px;
	background: radial-gradient(circle at center, rgba(147, 244, 225, 0.32) 0%, rgba(147, 244, 225, 0) 70%);
}

.emqh-social-stack::after {
	right: -68px;
	bottom: -76px;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle at center, rgba(149, 175, 255, 0.2) 0%, rgba(149, 175, 255, 0) 72%);
}

.emqh-social-heading {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 560px);
	margin: 0 auto 14px;
	padding: 9px 18px;
	border: 2px solid #8ac0ff;
	border-radius: 999px;
	background: linear-gradient(165deg, #032774 0%, #001f66 62%, #00245e 100%);
	box-shadow: 0 14px 22px rgba(14, 51, 132, 0.3), inset 0 -2px 0 rgba(0, 0, 0, 0.22), inset 0 2px 0 rgba(255, 255, 255, 0.34);
	color: #ffffff;
	font-size: clamp(16px, 1.7vw, 30px);
	font-weight: 800;
	letter-spacing: 0.015em;
	line-height: 1.1;
	text-transform: uppercase;
}






.emqh-social-heading::before,
.emqh-social-heading::after {
	content: none;
	display: none;
}

.emqh-social-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(10px, 1.2vw, 16px);
	max-width: 1180px;
	margin-inline: auto;
	padding-inline: clamp(4px, 0.9vw, 10px);
	position: relative;
	z-index: 1;
}

.emqh-social-item {
	--emqh-social-cta-bg: linear-gradient(135deg, #2b9bff 0%, #2372ff 100%);
	--emqh-social-cta-shadow: rgba(27, 102, 244, 0.34);
	--emqh-social-icon-glow: rgba(39, 129, 255, 0.35);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 9px;
	width: min(100%, 160px);
	padding: 12px;
	border: 1px solid #e3e9f8;
	border-radius: 18px;
	background: linear-gradient(160deg, #ffffff 0%, #f8faff 100%);
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(32, 61, 118, 0.01), 0 2px 8px rgba(23, 43, 92, 0.01);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.emqh-social-item:hover,
.emqh-social-item:focus-visible {
	transform: translateY(-3px);
	border-color: #c5d4fa;
	box-shadow: 0 18px 30px rgba(24, 55, 116, 0.02), 0 3px 10px rgba(23, 43, 92, 0.05);
}

.emqh-social-item:focus-visible {
	outline: 2px solid rgba(80, 133, 255, 0.66);
	outline-offset: 2px;
}

.emqh-social-icon,
.emqh-social-icon-image {
	width: clamp(52px, 3.9vw, 72px);
	height: clamp(52px, 3.9vw, 72px);
	border-radius: 50%;
	flex: 0 0 auto;
}

.emqh-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: var(--emqh-social-color, #3f4d67);
	box-shadow: 0 10px 24px var(--emqh-social-icon-glow), inset 0 0 0 2px rgba(255, 255, 255, 0.38);
}

.emqh-social-icon::after {
	content: "";
	position: absolute;
	inset: -6px;
	border-radius: 50%;
	border: 2px solid rgba(63, 120, 246, 0.2);
}

.emqh-social-icon-brand {
	width: 56%;
	height: 56%;
	display: block;
}

.emqh-social-icon-svg {
	width: 56%;
	height: 56%;
	display: block;
	fill: #ffffff;
}

.emqh-social-icon-text {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
}

.emqh-social-icon--snapchat .emqh-social-icon-text,
.emqh-social-icon--line .emqh-social-icon-text {
	color: #111827;
}

.emqh-social-icon-image {
	object-fit: cover;
	display: block;
	border: 2px solid #f0f4ff;
	box-shadow: 0 10px 22px rgba(35, 64, 121, 0.2);
}

.emqh-social-icon--brand .emqh-social-icon-text--fallback {
	display: none;
}

.emqh-social-label {
	color: #091f5f;
	font-size: clamp(11px, 0.9vw, 15px);
	font-weight: 800;
	line-height: 1.2;
}

.emqh-social-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.emqh-social-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 106px;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--emqh-social-cta-bg);
	box-shadow: 0 10px 18px var(--emqh-social-cta-shadow), inset 0 2px 0 rgba(255, 255, 255, 0.32), inset 0 -2px 0 rgba(0, 0, 0, 0.16);
	font-size: clamp(11px, 0.85vw, 14px);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	color: #ffffff;
	white-space: nowrap;
}

.emqh-social-action::after {
	content: "\2192";
	font-size: 1em;
	line-height: 1;
}

/* Per-platform CTA colors */
.emqh-social-item--whatsapp {
	--emqh-social-cta-bg: linear-gradient(135deg, #23d44d 0%, #0caf38 100%);
	--emqh-social-cta-shadow: rgba(22, 177, 64, 0.34);
	--emqh-social-icon-glow: rgba(37, 211, 102, 0.35);
}

.emqh-social-item--telegram {
	--emqh-social-cta-bg: linear-gradient(135deg, #35b1ff 0%, #0689e4 100%);
	--emqh-social-cta-shadow: rgba(20, 151, 231, 0.32);
	--emqh-social-icon-glow: rgba(39, 166, 230, 0.34);
}

.emqh-social-item--youtube {
	--emqh-social-cta-bg: linear-gradient(135deg, #ff3f45 0%, #ed0000 100%);
	--emqh-social-cta-shadow: rgba(231, 22, 31, 0.34);
	--emqh-social-icon-glow: rgba(255, 0, 0, 0.33);
}

.emqh-social-item--instagram {
	--emqh-social-cta-bg: linear-gradient(135deg, #6a33ff 0%, #d62976 55%, #f77737 100%);
	--emqh-social-cta-shadow: rgba(150, 47, 179, 0.36);
	--emqh-social-icon-glow: rgba(214, 41, 118, 0.32);
}

.emqh-social-item--facebook {
	--emqh-social-cta-bg: linear-gradient(135deg, #2a89ff 0%, #1769f0 100%);
}

.emqh-social-item--linkedin {
	--emqh-social-cta-bg: linear-gradient(135deg, #0d88e8 0%, #0a66c2 100%);
}

.emqh-social-item--x,
.emqh-social-item--threads,
.emqh-social-item--github,
.emqh-social-item--tiktok {
	--emqh-social-cta-bg: linear-gradient(135deg, #2c2f3e 0%, #131722 100%);
	--emqh-social-cta-shadow: rgba(24, 27, 39, 0.36);
}

@media (max-width: 640px) {
	.emqh-social-stack {
		padding: 10px 8px 10px;
		border-radius: 16px;
	}

	.emqh-social-heading {
		padding: 9px 12px;
		margin-bottom: 10px;
		font-size: clamp(14px, 5.4vw, 20px);
	}

	.emqh-social-heading::before,
	.emqh-social-heading::after {
		display: none;
	}


	.emqh-social-strip {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		padding-inline: 2px;
	}

	.emqh-social-item {
		width: 100%;
		padding: 9px 7px 8px;
		border-radius: 14px;
		gap: 6px;
	}

	.emqh-social-label {
		font-size: clamp(11px, 2.9vw, 14px);
	}

	.emqh-social-action {
		width: 100%;
		min-width: 0;
		padding: 5px 8px;
		font-size: 11px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.emqh-social-icon,
	.emqh-social-icon-image {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 420px) {
	.emqh-social-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.emqh-social-item {
		padding: 8px 5px 7px;
		border-radius: 12px;
	}

	.emqh-social-icon,
	.emqh-social-icon-image {
		width: 44px;
		height: 44px;
	}

	.emqh-social-label {
		font-size: 11px;
	}

	.emqh-social-action {
		font-size: 10px;
		padding: 5px 7px;
	}
}


