/* Hide dislike controls site-wide */
.dislike-btn,
.dislike-count {
	display: none !important;
}

/* Stop Top Charts overlapping the banner */
.elementor-widget-Track:has(.hitcodex-top-charts) {
	margin-top: 32px !important;
}

@media (max-width: 767px) {
	.elementor-widget-Track:has(.hitcodex-top-charts) {
		margin-top: 20px !important;
	}
}

/* ── Top Charts container ── */
.hitcodex-top-charts {
	padding: 8px 15px 30px;
}

.hitcodex-top-charts .ms_weekly_inner {
	padding: 8px 0 12px;
}

.hitcodex-top-charts .hitcodex-charts-grid {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 820px;
	margin: 0 auto;
}

.hitcodex-top-charts .hitcodex-chart-item {
	width: 100%;
}

/* Card */
.hitcodex-top-charts .ms_weekly_box.hitcodex-chart-card {
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	background: linear-gradient(135deg, rgba(18, 18, 22, 0.96) 0%, rgba(28, 24, 32, 0.94) 100%);
	border: 1px solid rgba(253, 127, 4, 0.28);
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
	overflow: visible;
}

.hitcodex-top-charts .hitcodex-chart-card:hover {
	border-color: rgba(69, 219, 251, 0.5);
}

/* Single row: left | center | right */
.hitcodex-top-charts .hitcodex-chart-row {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 10px 14px;
	width: 100%;
	box-sizing: border-box;
}

/* LEFT — rank + thumb */
.hitcodex-top-charts .hitcodex-chart-left {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.hitcodex-top-charts .hitcodex-rank {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	color: #b6b1b1;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
}

.hitcodex-top-charts .hitcodex-rank.hitcodex-rank-top-1 {
	background: linear-gradient(135deg, #fd7f04, #e0aa3e);
	color: #1a1208;
	border-color: transparent;
}

.hitcodex-top-charts .hitcodex-rank.hitcodex-rank-top-2 {
	background: linear-gradient(135deg, #d4d4d4, #9a9a9a);
	color: #1a1a1a;
	border-color: transparent;
}

.hitcodex-top-charts .hitcodex-rank.hitcodex-rank-top-3 {
	background: linear-gradient(135deg, #cd7f32, #8b5a2b);
	color: #fff;
	border-color: transparent;
}

.hitcodex-top-charts .hitcodex-chart-thumb {
	position: relative;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 6px;
	overflow: hidden;
}

.hitcodex-top-charts .hitcodex-chart-thumb img {
	width: 48px !important;
	height: 48px !important;
	object-fit: cover;
	display: block;
	border-radius: 6px;
}

.hitcodex-top-charts .hitcodex-chart-thumb .ms_play_icon {
	/* keep play button centered on hover */
}

/* CENTER — track + artist, truly centered */
.hitcodex-top-charts .hitcodex-chart-center {
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
	padding: 0 12px;
}

.hitcodex-top-charts .hitcodex-chart-title {
	margin: 0 0 3px;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
}

.hitcodex-top-charts .hitcodex-chart-title a {
	color: #f0f0f0 !important;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hitcodex-top-charts .hitcodex-chart-card:hover .hitcodex-chart-title a {
	color: #45dbfb !important;
}

.hitcodex-top-charts .hitcodex-chart-artist {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.25;
	color: #e0aa3e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hitcodex-top-charts .hitcodex-chart-card:hover .hitcodex-chart-artist {
	color: #45dbfb;
}

/* RIGHT — stats + buttons */
.hitcodex-top-charts .hitcodex-chart-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	flex-shrink: 0;
}

.hitcodex-top-charts .hitcodex-chart-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #999;
	font-size: 12px;
	white-space: nowrap;
}

.hitcodex-top-charts .hitcodex-chart-views .fa-eye {
	color: #45dbfb;
	margin-right: 3px;
}

.hitcodex-top-charts .hitcodex-chart-buttons {
	display: flex;
	align-items: center;
	gap: 6px;
}

.hitcodex-top-charts .hitcodex-chart-actions .like-btn {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px;
	padding: 5px 8px !important;
	line-height: 1 !important;
	font-size: 12px;
	color: #fd7f04;
	background: rgba(253, 127, 4, 0.1);
	border: 1px solid rgba(253, 127, 4, 0.3);
	border-radius: 6px;
	cursor: pointer;
	position: static !important;
	top: auto !important;
}

.hitcodex-top-charts .hitcodex-chart-actions .like-btn svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.hitcodex-top-charts .hitcodex-chart-actions .like-count {
	line-height: 1;
	font-weight: 600;
}

.hitcodex-top-charts .hitcodex-fav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	border: 1px solid rgba(253, 127, 4, 0.3);
	background: rgba(253, 127, 4, 0.1);
	color: #fd7f04;
	text-decoration: none;
	flex-shrink: 0;
}

.hitcodex-top-charts .hitcodex-fav-btn:hover,
.hitcodex-top-charts .hitcodex-fav-btn:has(.icon_fav_add) {
	color: #ff4d6d;
	border-color: rgba(255, 77, 109, 0.5);
	background: rgba(255, 77, 109, 0.15);
}

.hitcodex-top-charts .hitcodex-fav-btn svg {
	width: 14px;
	height: 14px;
}

.hitcodex-top-charts .hitcodex-chart-more-spacer {
	width: 22px;
	flex-shrink: 0;
}

.hitcodex-top-charts .ms_weekly_box.hitcodex-chart-card > .hitcodex-chart-more {
	position: absolute !important;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	flex-shrink: 0;
	line-height: 0;
	z-index: 3;
}

.hitcodex-top-charts .hitcodex-chart-more img {
	width: 18px;
	height: 18px;
}

.hitcodex-top-charts .ms_weekly_box ul.more_option {
	position: absolute;
	right: 10px;
	top: 100%;
	margin-top: 4px;
	z-index: 10;
}

@media (max-width: 680px) {
	.hitcodex-top-charts .hitcodex-chart-meta {
		display: none;
	}

	.hitcodex-top-charts .hitcodex-chart-center {
		padding: 0 6px;
	}

	.hitcodex-top-charts .hitcodex-chart-title {
		font-size: 14px;
	}

	.hitcodex-top-charts .hitcodex-chart-artist {
		font-size: 12px;
	}
}

/* Player expand tab — fallback; JS syncs to .jp-type-playlist bar color */
.ms_player_wrapper.ms_player-style-two .ms_player_close {
	background-color: #1f1e1e !important;
}

/* ── Homepage banner awards card ── */
.ms-banner .ms_banner_text .hitcodex-awards-source-hidden {
	display: none !important;
}

.hitcodex-awards-card {
	position: relative;
	margin: 22px auto 28px;
	width: 100%;
	max-width: 560px;
	border-radius: 16px;
	overflow: hidden;
	animation: hitcodex-awards-in 0.7s ease-out both;
}

@keyframes hitcodex-awards-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hitcodex-awards-card__glow {
	position: absolute;
	inset: -1px;
	background: linear-gradient(135deg, #fd7f04 0%, #e0aa3e 35%, #45dbfb 70%, #fd7f04 100%);
	background-size: 200% 200%;
	animation: hitcodex-awards-glow 6s ease infinite;
	z-index: 0;
}

@keyframes hitcodex-awards-glow {
	0%,
	100% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}

.hitcodex-awards-card__inner {
	position: relative;
	z-index: 1;
	padding: 20px 22px 18px;
	background: linear-gradient(145deg, rgba(22, 22, 26, 0.97) 0%, rgba(30, 24, 18, 0.95) 100%);
	border-radius: 15px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
	text-align: center;
}

.hitcodex-awards-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 5px 12px;
	margin: 0 auto 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1a1208;
	background: linear-gradient(135deg, #fd7f04, #e0aa3e);
	border-radius: 999px;
	box-shadow: 0 2px 10px rgba(253, 127, 4, 0.35);
}

.hitcodex-awards-card__badge::before {
	content: "★";
	font-size: 10px;
}

.hitcodex-awards-card__lead {
	margin: 0 auto 16px;
	padding: 0;
	font-size: 15px;
	line-height: 1.55;
	color: #e8e8e8;
	max-width: 480px;
}

.hitcodex-awards-card__prizes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.hitcodex-prize-chip {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(253, 127, 4, 0.28);
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.hitcodex-awards-card:hover .hitcodex-prize-chip {
	border-color: rgba(69, 219, 251, 0.45);
}

.hitcodex-prize-chip__label {
	font-size: 11px;
	line-height: 1.35;
	font-weight: 600;
	color: #b6b1b1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hitcodex-prize-chip__amount {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
	color: #fd7f04;
	letter-spacing: -0.02em;
}

.hitcodex-prize-chip:hover {
	transform: translateY(-2px);
}

.hitcodex-prize-chip:hover .hitcodex-prize-chip__amount {
	color: #45dbfb;
}

/* Banner text: let card breathe, center card under headings */
.ms-banner .ms_banner_text p:not(.hitcodex-awards-source-hidden) {
	margin-right: 0;
}

.ms-banner .ms_banner_text .hitcodex-awards-card {
	clear: both;
}

@media (max-width: 767px) {
	.hitcodex-awards-card {
		max-width: 100%;
		margin-right: 0;
	}

	.hitcodex-awards-card__prizes {
		grid-template-columns: 1fr;
	}

	.hitcodex-prize-chip__amount {
		font-size: 20px;
	}

	.ms-banner .ms_banner_text {
		padding-top: 24px;
		width: 100%;
	}
}

/* ── Promo cards (homepage text + button sections) ── */
.elementor-element-0de3667.elementor-widget-text-editor,
.elementor-element-18da21e.elementor-widget-text-editor,
.elementor-element-94d024e.elementor-widget-text-editor,
.elementor-element-3bc1527.elementor-widget-text-editor,
.elementor-element-d7430ad.elementor-widget-text-editor,
.elementor-widget-text-editor:has(.hitcodex-star-card),
.hitcodex-star-widget.elementor-widget-text-editor,
.hitcodex-promo-widget.elementor-widget-text-editor {
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	background: transparent !important;
}

.hitcodex-star-section .elementor-widget-button.hitcodex-star-button-source-hidden,
.hitcodex-promo-section .elementor-widget-button.hitcodex-star-button-source-hidden,
.elementor-element-53ff9e6.hitcodex-star-button-source-hidden,
.elementor-element-ce7effd.hitcodex-star-button-source-hidden,
.elementor-element-c64c1a0.hitcodex-star-button-source-hidden,
.elementor-element-b2da5cf.hitcodex-star-button-source-hidden,
.elementor-element-40af939.hitcodex-star-button-source-hidden {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hitcodex-promo-section .elementor-widget.hitcodex-promo-source-hidden {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.e-con:has(.hitcodex-star-card),
.hitcodex-star-section,
.hitcodex-promo-section {
	background-image: none !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.e-con:has(.hitcodex-star-card)::before,
.hitcodex-star-section::before,
.hitcodex-promo-section::before {
	content: none !important;
	display: none !important;
	background: none !important;
}

.ms-banner .hitcodex-star-source-hidden,
.hitcodex-star-widget .hitcodex-star-source-hidden,
.elementor-widget-text-editor .hitcodex-star-source-hidden,
.elementor-widget-text-editor:has(.hitcodex-star-card) > p,
.elementor-widget-text-editor:has(.hitcodex-star-card) .elementor-widget-container > p,
.hitcodex-star-widget > p {
	display: none !important;
}

.ms-banner .ms_banner_text .hitcodex-star-card {
	clear: both;
}

.hitcodex-star-card {
	position: relative;
	margin: 0 auto 24px;
	width: 100%;
	max-width: 960px;
	min-height: 380px;
	border-radius: 22px;
	overflow: hidden;
	animation: hitcodex-awards-in 0.75s ease-out both;
}

.hitcodex-star-card__glow {
	position: absolute;
	inset: -1px;
	background: linear-gradient(135deg, #45dbfb 0%, #fd7f04 45%, #e0aa3e 75%, #45dbfb 100%);
	background-size: 220% 220%;
	animation: hitcodex-awards-glow 7s ease infinite;
	z-index: 0;
}

.hitcodex-star-card__bg {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	z-index: 1;
}

.hitcodex-star-card__bg--stars {
	background-position: top center;
	background-size: cover;
	opacity: 0.55;
}

.hitcodex-star-card__bg--script {
	background-position: center center;
	background-size: cover;
	opacity: 0.92;
}

.hitcodex-star-card__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(
		180deg,
		rgba(8, 8, 12, 0.55) 0%,
		rgba(12, 10, 8, 0.72) 45%,
		rgba(10, 8, 6, 0.82) 100%
	);
}

.hitcodex-star-card__inner {
	position: relative;
	z-index: 3;
	padding: 38px 44px 40px;
	text-align: center;
}

.hitcodex-star-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 18px;
	margin: 0 auto 18px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0a0a0a;
	background: linear-gradient(135deg, #45dbfb, #7ee8ff);
	border-radius: 999px;
	box-shadow: 0 2px 12px rgba(69, 219, 251, 0.35);
}

.hitcodex-star-card__lines {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hitcodex-star-card__line {
	margin: 0 0 10px;
	font-size: 21px;
	line-height: 1.5;
	color: #f2f2f2;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.hitcodex-star-card__line--lead {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 16px;
}

.hitcodex-star-card__signature {
	margin: 36px 0 0;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #fd7f04;
	text-shadow: 0 0 18px rgba(253, 127, 4, 0.45);
}

.hitcodex-star-card__actions {
	position: relative;
	z-index: 4;
	margin-top: 48px;
}

.hitcodex-star-card__actions .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: #0a0a0a !important;
	background: linear-gradient(135deg, #45dbfb, #7ee8ff) !important;
	border: none !important;
	border-radius: 999px !important;
	box-shadow: 0 2px 12px rgba(69, 219, 251, 0.35) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.hitcodex-star-card__actions .elementor-button:hover,
.hitcodex-star-card__actions .elementor-button:focus {
	color: #0a0a0a !important;
	background: linear-gradient(135deg, #7ee8ff, #45dbfb) !important;
	box-shadow: 0 4px 18px rgba(69, 219, 251, 0.5) !important;
	transform: translateY(-1px);
}

/* Compact typography: Awards, Cult Collector, Studio */
.hitcodex-star-card[data-hitcodex-promo-key='awards'] .hitcodex-star-card__line,
.hitcodex-star-card[data-hitcodex-promo-key='cult-collector'] .hitcodex-star-card__line,
.hitcodex-star-card[data-hitcodex-promo-key='studio'] .hitcodex-star-card__line {
	font-size: 18px;
	margin-bottom: 8px;
}

.hitcodex-star-card[data-hitcodex-promo-key='awards'] .hitcodex-star-card__line--lead,
.hitcodex-star-card[data-hitcodex-promo-key='cult-collector'] .hitcodex-star-card__line--lead,
.hitcodex-star-card[data-hitcodex-promo-key='studio'] .hitcodex-star-card__line--lead {
	font-size: 24px;
	margin-bottom: 12px;
}

.hitcodex-star-card[data-hitcodex-promo-key='awards'] .hitcodex-star-card__signature,
.hitcodex-star-card[data-hitcodex-promo-key='cult-collector'] .hitcodex-star-card__signature,
.hitcodex-star-card[data-hitcodex-promo-key='studio'] .hitcodex-star-card__signature {
	font-size: 28px;
	margin-top: 28px;
}

.hitcodex-star-card[data-hitcodex-promo-key='awards'],
.hitcodex-star-card[data-hitcodex-promo-key='cult-collector'],
.hitcodex-star-card[data-hitcodex-promo-key='studio'] {
	min-height: 320px;
}

/* Codex Store: shorter card, less padding below button */
.hitcodex-star-card[data-hitcodex-promo-key='codex-store'] {
	min-height: 0;
}

.hitcodex-star-card[data-hitcodex-promo-key='codex-store'] .hitcodex-star-card__inner {
	padding-bottom: 28px;
}

.hitcodex-star-card[data-hitcodex-promo-key='codex-store'] .hitcodex-star-card__actions {
	margin-top: 36px;
}

.hitcodex-star-card__signature-amount {
	white-space: nowrap;
}

.hitcodex-star-widget .elementor-widget-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 767px) {
	.hitcodex-star-card {
		max-width: 100%;
		min-height: 260px;
	}

	.hitcodex-star-card__inner {
		padding: 24px 18px 22px;
	}

	.hitcodex-star-card__line {
		font-size: 17px;
	}

	.hitcodex-star-card__line--lead {
		font-size: 22px;
	}

	.hitcodex-star-card[data-hitcodex-promo-key='awards'] .hitcodex-star-card__line,
	.hitcodex-star-card[data-hitcodex-promo-key='cult-collector'] .hitcodex-star-card__line,
	.hitcodex-star-card[data-hitcodex-promo-key='studio'] .hitcodex-star-card__line {
		font-size: 16px;
	}

	.hitcodex-star-card[data-hitcodex-promo-key='awards'] .hitcodex-star-card__line--lead,
	.hitcodex-star-card[data-hitcodex-promo-key='cult-collector'] .hitcodex-star-card__line--lead,
	.hitcodex-star-card[data-hitcodex-promo-key='studio'] .hitcodex-star-card__line--lead {
		font-size: 20px;
	}

	.hitcodex-star-card[data-hitcodex-promo-key='awards'] .hitcodex-star-card__signature,
	.hitcodex-star-card[data-hitcodex-promo-key='cult-collector'] .hitcodex-star-card__signature,
	.hitcodex-star-card[data-hitcodex-promo-key='studio'] .hitcodex-star-card__signature {
		font-size: 22px;
	}

	.hitcodex-star-card[data-hitcodex-promo-key='codex-store'] {
		min-height: 0;
	}
}

/* ── Sidebar logo (top left) ── */
.ms_sidemenu_wrapper .ms_logo_inner {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 6px 8px !important;
	box-sizing: border-box !important;
	min-height: 120px;
	height: 120px;
}

.ms_sidemenu_wrapper .ms_logo,
.ms_sidemenu_wrapper .ms_logo_open,
.ms_sidemenu_wrapper.open_menu .ms_logo_open {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100%;
}

.ms_sidemenu_wrapper.open_menu .ms_logo {
	display: none !important;
}

.ms_sidemenu_wrapper.open_menu .ms_logo_open {
	display: flex !important;
}

.ms_sidemenu_wrapper .ms_logo a,
.ms_sidemenu_wrapper .ms_logo_open a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100%;
	line-height: 0;
}

.ms_sidemenu_wrapper .ms_logo img,
.ms_sidemenu_wrapper .ms_logo_open img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 auto !important;
	object-fit: contain !important;
}

/* Collapsed sidebar (80px) — unused; sidebar is always expanded */
.ms_sidemenu_wrapper:not(.open_menu) .ms_logo img {
	max-width: 176px !important;
	max-height: 96px !important;
}

/* Expanded sidebar (200px) */
.ms_sidemenu_wrapper.open_menu .ms_logo_open img {
	max-width: 176px !important;
	max-height: 96px !important;
}

.ms_sidemenu_wrapper .ms_logo_open svg {
	display: block !important;
	max-width: 176px !important;
	max-height: 96px !important;
	width: auto !important;
	height: auto !important;
	margin: 0 auto !important;
}

.ms_sidemenu_wrapper.open_menu .ms_logo_open h4.ms-logo-title {
	width: 100%;
	margin: 8px 0 0;
	padding: 0 6px;
	text-align: center;
}

/* ── Permanent expanded sidebar + header/search clearance ── */
body.hitcodex-sidebar-fixed {
	--hitcodex-sidebar-width: 200px;
	--hitcodex-content-gutter: 80px;
	--hitcodex-content-offset: calc(var(--hitcodex-sidebar-width) + var(--hitcodex-content-gutter));
	--hitcodex-page-max: 960px;
	--hitcodex-footer-max: 1140px;
}

body.hitcodex-sidebar-fixed .ms_sidemenu_wrapper {
	width: var(--hitcodex-sidebar-width) !important;
}

body.hitcodex-sidebar-fixed .ms_sidemenu_wrapper .ms_sidemenu_inner {
	width: var(--hitcodex-sidebar-width) !important;
}

body.hitcodex-sidebar-fixed .ms_sidemenu_wrapper .ms_logo {
	display: none !important;
}

body.hitcodex-sidebar-fixed .ms_sidemenu_wrapper .ms_logo_open {
	display: flex !important;
}

body.hitcodex-sidebar-fixed .ms_sidemenu_wrapper span.nav_text {
	opacity: 1 !important;
	visibility: visible !important;
	display: inline-block !important;
}

body.hitcodex-sidebar-fixed .ms_nav_close {
	display: none !important;
	pointer-events: none !important;
}

/* Header scrolls with page — not sticky */
body.hitcodex-sidebar-fixed .ms_header {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	margin-left: var(--hitcodex-sidebar-width) !important;
	width: calc(100% - var(--hitcodex-sidebar-width)) !important;
	border-top: none !important;
	box-shadow: none !important;
	z-index: auto !important;
}

body.hitcodex-sidebar-fixed.admin-bar .ms_header,
.admin-bar body.hitcodex-sidebar-fixed .ms_header {
	top: auto !important;
	margin-top: 0 !important;
}

body.hitcodex-sidebar-fixed .div-wrapper-style-two .ms_header {
	padding-left: 30px !important;
}

body.hitcodex-sidebar-fixed .ms_content_wrapper {
	margin-left: var(--hitcodex-content-offset) !important;
	margin-right: var(--hitcodex-content-gutter) !important;
}

body.hitcodex-sidebar-fixed .div-wrapper-style-two .ms_content_wrapper {
	--hitcodex-content-offset: 255px;
	margin-left: var(--hitcodex-content-offset) !important;
	margin-right: var(--hitcodex-content-gutter) !important;
}

/* New Releases + Top Charts + static pages — center in the main pane (right of sidebar) */
body.hitcodex-sidebar-fixed .ms_content_wrapper.hitcodex-nr-page,
body.hitcodex-sidebar-fixed .ms_content_wrapper.hitcodex-tc-page,
body.hitcodex-sidebar-fixed .ms_content_wrapper.hitcodex-static-page {
	margin-left: calc(
		var(--hitcodex-sidebar-width) + max(0px, (100vw - var(--hitcodex-sidebar-width) - var(--hitcodex-page-max)) / 2)
	) !important;
	margin-right: calc(max(0px, (100vw - var(--hitcodex-sidebar-width) - var(--hitcodex-page-max)) / 2)) !important;
	max-width: var(--hitcodex-page-max) !important;
	width: 100% !important;
	box-sizing: border-box;
}

/* Footer card — center in the same main pane */
body.hitcodex-sidebar-fixed .ms_footer_wrapper:has(.hitcodex-footer-columns) {
	margin-left: var(--hitcodex-sidebar-width) !important;
	margin-right: 0 !important;
	width: calc(100vw - var(--hitcodex-sidebar-width)) !important;
	max-width: calc(100vw - var(--hitcodex-sidebar-width)) !important;
	box-sizing: border-box;
}

body.hitcodex-sidebar-fixed .hitcodex-footer-columns {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(var(--hitcodex-footer-max), calc(100vw - var(--hitcodex-sidebar-width) - 40px)) !important;
	width: 100%;
}

/* Elementor full-width sections must not slide under the sidebar */
body.hitcodex-sidebar-fixed .elementor-section.elementor-section-stretched {
	left: calc(var(--hitcodex-sidebar-width) - var(--hitcodex-content-offset)) !important;
	width: calc(100vw - var(--hitcodex-sidebar-width)) !important;
	max-width: calc(100vw - var(--hitcodex-sidebar-width)) !important;
}

/* Homepage hero — teki image + text/card alignment */
body.home.hitcodex-sidebar-fixed .ms-banner {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.home.hitcodex-sidebar-fixed .elementor-element-9353681 {
	padding-left: 32px !important;
	padding-right: 32px !important;
}

body.home.hitcodex-sidebar-fixed .ms_banner_img {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 460px;
	padding-top: 24px;
}

body.home.hitcodex-sidebar-fixed .ms_banner_img img {
	max-height: 500px;
	width: auto;
	height: auto;
	object-fit: contain;
}

body.home.hitcodex-sidebar-fixed .ms_banner_text {
	padding-top: 48px !important;
	width: calc(100% - 460px);
}

@media (max-width: 991px) {
	body.hitcodex-sidebar-fixed .ms_nav_close {
		display: none !important;
	}

	body.hitcodex-sidebar-fixed .ms_sidemenu_wrapper {
		width: var(--hitcodex-sidebar-width) !important;
	}

	body.hitcodex-sidebar-fixed .ms_header {
		margin-left: var(--hitcodex-sidebar-width) !important;
		width: calc(100% - var(--hitcodex-sidebar-width)) !important;
	}

	body.home.hitcodex-sidebar-fixed .ms_banner_img,
	body.home.hitcodex-sidebar-fixed .ms_banner_text {
		float: none;
		width: 100%;
		max-width: 100%;
		padding-top: 16px !important;
	}
}

/* ── Multi-column footer (5 columns) ── */
.ms_footer_wrapper > .ms_footer_logo {
	display: none !important;
}

.ms_footer_wrapper {
	padding-top: 22px !important;
	margin-bottom: 62px !important;
}

.ms_footer_wrapper:has(.hitcodex-footer-columns) {
	padding: 22px 20px 0 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	position: relative;
	margin-bottom: var(--hitcodex-player-clearance, 130px) !important;
}

.ms_footer_wrapper:has(.hitcodex-footer-columns)::after {
	content: none !important;
	display: none !important;
	background: none !important;
}

/* Match theme: less bottom gap when player is collapsed */
body.main_class .ms_footer_wrapper:has(.hitcodex-footer-columns) {
	margin-bottom: var(--hitcodex-player-clearance, 24px) !important;
}

.hitcodex-footer-columns {
	max-width: 1140px;
	margin: 0 auto;
	padding: 28px 12px 20px;
	background: linear-gradient(135deg, rgba(18, 18, 22, 0.96) 0%, rgba(28, 24, 32, 0.94) 100%);
	border: 1px solid rgba(253, 127, 4, 0.28);
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.hitcodex-footer-columns:hover {
	border-color: rgba(69, 219, 251, 0.45);
}

.hitcodex-footer-copyright {
	padding: 4px 24px 8px;
	text-align: center;
}

.hitcodex-footer-card-divider {
	width: 250px;
	height: 1px;
	margin: 10px auto 14px;
	background: radial-gradient(ellipse closest-side at 50% 50%, #e0aa3e, rgba(253, 127, 4, 0) 65%) !important;
}

.hitcodex-footer-copyright .site-info {
	text-align: center;
}

.hitcodex-footer-copyright p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.68);
	text-align: center;
}

.hitcodex-footer-copyright p a {
	color: #e0aa3e;
	text-decoration: none;
}

.hitcodex-footer-copyright p a:hover,
.hitcodex-footer-copyright p a:focus {
	color: #45dbfb;
}

/* Hide theme copyright outside the card */
.ms_footer_wrapper:has(.hitcodex-footer-columns) > .col-lg-12 {
	display: none !important;
}

.hitcodex-footer-columns .ms_footer_inner {
	padding: 0 48px 4px !important;
}

.hitcodex-footer-columns .footer_box {
	margin-top: 0;
	padding-right: 0;
}

.hitcodex-footer-grid {
	display: grid;
	/* Wider left spacer balances the wider links column so logo sits at 50% */
	grid-template-columns: 1.05fr 1.15fr 1fr 1.45fr 0.75fr;
	gap: 16px 16px;
	align-items: center;
}

.hitcodex-footer-col {
	min-width: 0;
}

.hitcodex-footer-col--text {
	text-align: center;
}

.hitcodex-footer-col--logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}

.hitcodex-footer-col--links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hitcodex-footer-links-cluster {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	gap: 14px 18px;
}

.hitcodex-footer-link-col {
	flex: 0 0 auto;
	min-width: 0;
}

.hitcodex-footer-col--links .footer_title {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	white-space: nowrap;
}

.hitcodex-footer-col--links .hitcodex-footer-links a {
	font-size: 12px;
	white-space: nowrap;
}

.hitcodex-footer-logo {
	display: inline-block;
	line-height: 0;
}

.hitcodex-footer-logo img {
	display: block;
	width: auto;
	max-width: 168px;
	max-height: 126px;
	height: auto;
}

.hitcodex-footer-brand-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 0 0 12px;
	padding-bottom: 8px;
}

.hitcodex-footer-tagline {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	line-height: 1.45;
}

.hitcodex-footer-about-text {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.55;
	margin: 0;
}

.hitcodex-footer-columns .footer_title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 12px;
	padding-bottom: 8px;
	text-align: center;
}

.hitcodex-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.hitcodex-footer-links li {
	margin: 0 0 7px;
	padding: 0;
}

.hitcodex-footer-links li:last-child {
	margin-bottom: 0;
}

.hitcodex-footer-links a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 1.35;
	text-decoration: none;
	transition: color 0.2s ease;
}

.hitcodex-footer-links a:hover,
.hitcodex-footer-links a:focus {
	color: #45dbfb;
}

.ms_footer_wrapper .ms_copyright {
	margin-top: 4px;
}

.ms_footer_wrapper .ms_copyright p {
	font-size: 12px;
}

@media (max-width: 991px) {
	.hitcodex-footer-columns .ms_footer_inner {
		padding: 0 24px 4px;
	}

	.hitcodex-footer-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.hitcodex-footer-col--spacer {
		display: none;
	}

	.hitcodex-footer-col--logo {
		order: 1;
	}

	.hitcodex-footer-col--text {
		order: 2;
	}

	.hitcodex-footer-col--links {
		order: 3;
	}

	.hitcodex-footer-links-cluster {
		flex-wrap: wrap;
	}

	.hitcodex-footer-col--links .footer_title,
	.hitcodex-footer-col--links .hitcodex-footer-links a {
		white-space: normal;
	}
}

@media (max-width: 767px) {
	.hitcodex-footer-logo img {
		max-width: 148px;
		max-height: 111px;
	}

	.hitcodex-footer-tagline {
		font-size: 12px;
	}

	.hitcodex-footer-about-text {
		font-size: 11px;
	}

	.hitcodex-footer-columns .ms_footer_inner {
		padding: 0 16px 4px;
	}

	.hitcodex-footer-links-cluster {
		flex-direction: column;
		align-items: center;
	}
}

/* ── New Releases page ── */
.hitcodex-nr-page,
.hitcodex-tc-page,
.hitcodex-static-page {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px 56px;
}

.admin-bar .hitcodex-nr-page.padder_top90,
.admin-bar .hitcodex-tc-page.padder_top90,
.admin-bar .hitcodex-static-page.padder_top90 {
	padding-top: 122px !important;
}

/* ── Static marketing pages (Awards, Cult, Studio, About) ── */
.hitcodex-spotlight {
	display: grid;
	grid-template-columns: minmax(220px, 340px) 1fr;
	gap: 28px;
	align-items: center;
	margin-bottom: 28px;
	padding: 28px;
	background: linear-gradient(145deg, rgba(18, 18, 22, 0.98) 0%, rgba(32, 26, 38, 0.95) 100%);
	border: 1px solid rgba(253, 127, 4, 0.25);
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.hitcodex-spotlight__media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hitcodex-spotlight__media img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 420px;
	height: auto;
	object-fit: contain;
}

.hitcodex-spotlight__intro {
	text-align: left;
}

.hitcodex-spotlight__intro .hitcodex-nr-lead,
.hitcodex-spotlight__intro .hitcodex-nr-sub {
	margin-left: 0;
	margin-right: 0;
}

.hitcodex-spotlight__intro .hitcodex-nr-stats {
	justify-content: flex-start;
}

.hitcodex-static-card__meta {
	margin: 12px 0 0 !important;
	font-size: 14px !important;
	font-weight: 700;
	color: #fd7f04 !important;
	letter-spacing: 0.02em;
}

.hitcodex-nr-info-grid--quad {
	grid-template-columns: repeat(2, 1fr);
}

.hitcodex-static-sections {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 28px;
}

.hitcodex-static-section {
	padding: 22px 24px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	transition: border-color 0.2s ease;
}

.hitcodex-static-section:hover {
	border-color: rgba(253, 127, 4, 0.35);
}

.hitcodex-static-section h2 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}

.hitcodex-static-section p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #b8b4b4;
}

.hitcodex-static-closing {
	margin-bottom: 28px;
	padding: 24px 28px;
	text-align: center;
	background: linear-gradient(135deg, rgba(253, 127, 4, 0.12) 0%, rgba(69, 219, 251, 0.08) 100%);
	border: 1px solid rgba(253, 127, 4, 0.35);
	border-radius: 14px;
}

.hitcodex-static-closing p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #fff;
}

.hitcodex-static-page--about .hitcodex-spotlight__media img {
	max-height: 320px;
	border-radius: 12px;
}

@media (max-width: 991px) {
	.hitcodex-spotlight {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.hitcodex-spotlight__intro {
		text-align: center;
	}

	.hitcodex-spotlight__intro .hitcodex-nr-stats {
		justify-content: center;
	}

	.hitcodex-nr-info-grid--quad {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.hitcodex-spotlight {
		padding: 20px 16px;
	}

	.hitcodex-spotlight__media img {
		max-height: 280px;
	}
}

.hitcodex-nr-hero {
	text-align: center;
	padding: 36px 28px 32px;
	margin-bottom: 28px;
	margin-top: 0;
	background: linear-gradient(145deg, rgba(18, 18, 22, 0.98) 0%, rgba(32, 26, 38, 0.95) 100%);
	border: 1px solid rgba(253, 127, 4, 0.25);
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.hitcodex-nr-badge {
	display: inline-block;
	padding: 6px 14px;
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #45dbfb;
	background: rgba(69, 219, 251, 0.1);
	border: 1px solid rgba(69, 219, 251, 0.35);
	border-radius: 999px;
}

.hitcodex-nr-title {
	margin: 0 0 16px;
	font-size: clamp(28px, 5vw, 40px);
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
}

.hitcodex-nr-lead {
	max-width: 640px;
	margin: 0 auto 12px;
	font-size: 16px;
	line-height: 1.65;
	color: #d4d0d0;
}

.hitcodex-nr-sub {
	max-width: 620px;
	margin: 0 auto 24px;
	font-size: 14px;
	line-height: 1.6;
	color: #9a9595;
}

.hitcodex-nr-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.hitcodex-nr-stat {
	min-width: 110px;
	padding: 14px 20px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
}

.hitcodex-nr-stat strong {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #fd7f04;
	line-height: 1.2;
}

.hitcodex-nr-stat span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #8a8585;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hitcodex-nr-info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 32px;
}

.hitcodex-nr-info-card {
	padding: 22px 18px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	transition: border-color 0.2s ease;
	text-align: center;
}

.hitcodex-nr-info-card:hover {
	border-color: rgba(253, 127, 4, 0.35);
}

.hitcodex-nr-info-card h2 {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.hitcodex-nr-info-card p {
	margin: 0 auto;
	max-width: 280px;
	font-size: 13px;
	line-height: 1.6;
	color: #a8a3a3;
	text-align: center;
}

.hitcodex-nr-list-head {
	margin-bottom: 8px;
	padding: 0 4px;
}

.hitcodex-nr-list-head h2 {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.hitcodex-nr-list-head p {
	margin: 0;
	font-size: 13px;
	color: #8a8585;
}

.hitcodex-nr-page .hitcodex-nr-list {
	padding-top: 0;
}

.hitcodex-nr-empty {
	padding: 40px 20px;
	text-align: center;
	color: #9a9595;
	font-size: 15px;
}

.hitcodex-nr-pagination {
	margin: 28px 0 36px;
	text-align: center;
}

.hitcodex-nr-pagination .page-numbers {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hitcodex-nr-pagination .page-numbers li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hitcodex-nr-pagination .page-numbers a,
.hitcodex-nr-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	font-size: 14px;
	font-weight: 500;
	color: #d4d0d0;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.hitcodex-nr-pagination .page-numbers a:hover {
	color: #45dbfb;
	border-color: rgba(69, 219, 251, 0.45);
	background: rgba(69, 219, 251, 0.08);
}

.hitcodex-nr-pagination .page-numbers .current {
	color: #1a1208;
	background: linear-gradient(135deg, #fd7f04, #e0aa3e);
	border-color: transparent;
	font-weight: 700;
}

.hitcodex-nr-cta {
	margin-top: 12px;
}

.hitcodex-nr-cta-inner {
	padding: 28px 24px;
	text-align: center;
	background: linear-gradient(135deg, rgba(253, 127, 4, 0.08) 0%, rgba(69, 219, 251, 0.06) 100%);
	border: 1px solid rgba(253, 127, 4, 0.22);
	border-radius: 14px;
}

.hitcodex-nr-cta-inner h2 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.hitcodex-nr-cta-inner p {
	max-width: 520px;
	margin: 0 auto 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #a8a3a3;
}

.hitcodex-nr-cta-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.hitcodex-nr-btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 600;
	color: #d4d0d0;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.hitcodex-nr-btn:hover {
	color: #45dbfb;
	border-color: rgba(69, 219, 251, 0.4);
	background: rgba(69, 219, 251, 0.08);
}

.hitcodex-nr-btn--primary {
	color: #1a1208;
	background: linear-gradient(135deg, #fd7f04, #e0aa3e);
	border-color: transparent;
}

.hitcodex-nr-btn--primary:hover {
	color: #1a1208;
	background: linear-gradient(135deg, #ff9220, #f0b84a);
	border-color: transparent;
}

a.hitcodex-nr-home-link {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

a.hitcodex-nr-home-link:hover {
	color: #45dbfb;
}

/* ── Top Charts page ── */
.hitcodex-tc-section {
	margin-bottom: 36px;
	scroll-margin-top: 110px;
}

.hitcodex-tc-section:last-of-type {
	margin-bottom: 12px;
}

.hitcodex-tc-jump {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 28px;
}

.hitcodex-tc-jump a {
	display: inline-flex;
	align-items: center;
	padding: 9px 16px;
	font-size: 12px;
	font-weight: 600;
	color: #d4d0d0;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.hitcodex-tc-jump a:hover {
	color: #45dbfb;
	border-color: rgba(69, 219, 251, 0.45);
	background: rgba(69, 219, 251, 0.08);
}

.hitcodex-tc-home-link-wrap {
	max-width: 820px;
	margin: 0 auto 8px;
	padding: 0 15px;
	text-align: right;
}

.hitcodex-tc-home-link {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: #45dbfb;
	text-decoration: none;
	transition: color 0.2s ease;
}

.hitcodex-tc-home-link:hover {
	color: #fd7f04;
}

@media (max-width: 991px) {
	.hitcodex-nr-info-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.hitcodex-nr-page,
	.hitcodex-tc-page,
	.hitcodex-static-page {
		padding: 16px 12px 40px;
	}

	.hitcodex-nr-hero {
		padding: 24px 16px 20px;
	}

	.hitcodex-nr-stats {
		gap: 10px;
	}

	.hitcodex-nr-stat {
		min-width: 90px;
		padding: 10px 14px;
	}

	.hitcodex-nr-pagination .page-numbers a,
	.hitcodex-nr-pagination .page-numbers span {
		min-width: 34px;
		height: 34px;
		font-size: 13px;
	}
}
