/*
Theme Name: Flatsome Child
Description: Tự động internal cùng tag | Ghi đè canonical đảm bảo chưa index vẫn có canonical | Tự động chuyển link author về trang chủ (nếu muốn custome báo lại Johnson) | Tự động chuyển hình ảnh thành định dạng avif tối ưu hơn cho SEO | Dùng shortcode [fls_latest_post_marquee] để hiển thị bài viết mới nhất dạng chữ chạy | Trang danh mục trống hiển thị "không có bài viết nào" ở p (mặc định là h1 dễ bị trùng h1 bài mô tả) | Tự động thêm schema website, Breadcrumbs, Rating | Tùy chỉnh tên tác giả và link tác giả ở cài đặt
Author: Johnson
Template: flatsome
Version: 3.0
*/

.gamblers-page-wrapper,
.gambler-single-page {
	background: #f3f3f4;
	color: #121826;
	padding-bottom: 48px;
	padding-top: 28px;
}

.gamblers-page-wrapper .container,
.gambler-single-page .container {
	max-width: 1180px;
}

.gamblers-hero,
.gambler-single-hero {
	background: #fff;
	border: 1px solid rgba(18, 24, 38, .08);
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(18, 24, 38, .08);
	margin-bottom: 28px;
	padding: 30px;
}

.gamblers-eyebrow {
	color: #1683e8;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.gamblers-hero .entry-title,
.gambler-single-page .entry-title {
	color: #111827;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.06;
	margin: 0 0 12px;
}

.gamblers-tax-hero .entry-title {
	font-size: clamp(1.85rem, 3.5vw, 2.8rem);
}

.gamblers-hero p,
.gamblers-hero .taxonomy-description,
.gambler-single-page .lead {
	color: #4b5563;
	font-size: 1.04rem;
	line-height: 1.6;
	margin-bottom: 18px;
	max-width: 760px;
}

.gamblers-hero-stats,
.gamblers-quick-links,
.gambler-meta,
.gambler-actions,
.gambler-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gamblers-hero-stats span,
.gamblers-quick-links a,
.gambler-meta span,
.gambler-tag-list a {
	align-items: center;
	background: #f5f7fb;
	border: 1px solid rgba(18, 24, 38, .08);
	border-radius: 999px;
	color: #374151;
	display: inline-flex;
	font-size: .84rem;
	line-height: 1;
	min-height: 34px;
	padding: 9px 13px;
}

.gamblers-hero-stats strong {
	color: #111827;
	margin-right: 5px;
}

.gamblers-quick-links {
	margin-top: 16px;
}

.gamblers-quick-links a {
	background: #111827;
	border-color: #111827;
	color: #fff;
	font-weight: 700;
}

.gamblers-section {
	margin-top: 30px;
}

.gamblers-section-heading {
	align-items: flex-end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.gamblers-section-heading h2,
.gambler-sidebar h3 {
	color: #111827;
	font-size: 1.55rem;
	line-height: 1.2;
	margin: 0;
}

.gamblers-section-link,
.gamblers-show-all a,
.gambler-review-link {
	color: #008cff;
	font-weight: 700;
}

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

.gamblers-grid-1 { grid-template-columns: 1fr; }
.gamblers-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gamblers-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gamblers-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gamblers-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.gamblers-grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.gamblers-shortcode {
	position: relative;
}

.gamblers-slider {
	display: grid;
	gap: 22px;
	grid-auto-columns: clamp(172px, 16vw, 196px);
	grid-auto-flow: column;
	overflow-x: auto;
	padding: 5px 6px 16px;
	scroll-snap-type: x mandatory;
}

.gamblers-slider-nav {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .12);
	border-radius: 999px;
	box-shadow: 0 2px 7px rgba(17, 24, 39, .18);
	color: #20242c;
	display: flex;
	font-size: 1.7rem;
	height: 38px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0 0 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	z-index: 3;
}

.gamblers-slider-prev {
	left: -18px;
}

.gamblers-slider-next {
	right: -18px;
}

.gamblers-slider .gambler-card {
	scroll-snap-align: start;
}

.gambler-card {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(17, 24, 39, .12);
	overflow: hidden;
	text-align: center;
}

.gambler-card a {
	text-decoration: none;
}

.gambler-card-compact {
	display: flex;
	flex-direction: column;
	min-height: 258px;
	padding: 14px 16px 10px;
}

.gambler-card-icon {
	align-items: center;
	aspect-ratio: 1;
	background: #070b12;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 94px;
}

.gambler-card-icon img {
	height: 100%;
	object-fit: contain;
	padding: 10%;
	width: 100%;
}

.gambler-card-icon span {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 800;
}

.gambler-card h3 {
	color: #20242c;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 8px;
}

.gambler-card h3 a {
	color: inherit;
}

.gambler-card-compact h3 {
	display: -webkit-box;
	min-height: 40px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gambler-review-link {
	align-items: center;
	background: #eff6ff;
	border: 1px solid rgba(0, 140, 255, .16);
	border-radius: 8px;
	color: #0076d6;
	display: inline-flex;
	font-size: .82rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	min-height: 38px;
	padding: 8px 10px;
	white-space: nowrap;
}

.gambler-play-button {
	align-items: center;
	align-self: center;
	background: #008cff;
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-size: .86rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 38px;
	min-width: 0;
	padding: 9px 12px;
	white-space: nowrap;
}

.gambler-card-actions {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1.08fr) minmax(68px, .92fr);
	margin-top: auto;
	width: 100%;
}

.gambler-card-actions .gambler-review-link,
.gambler-card-actions .gambler-play-button {
	margin: 0;
	width: 100%;
}

.gambler-tcs {
	color: #667085;
	font-size: .64rem;
	line-height: 1;
	margin-top: 9px;
	text-decoration: underline;
	text-decoration-color: #ff2b2b;
}

.gambler-card-showcase {
	box-shadow: none;
	min-height: 322px;
}

.gambler-card-media {
	align-items: center;
	background: #121216;
	display: flex;
	height: 152px;
	justify-content: center;
	overflow: hidden;
}

.gambler-card-media img {
	height: 100%;
	object-fit: contain;
	padding: 12%;
	width: 100%;
}

.gambler-card-media span {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 800;
}

.gambler-card-body {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-height: 170px;
	padding: 16px 18px 24px;
}

.gambler-card-showcase .gambler-play-button {
	background: #e8f4ff;
	color: #008cff !important;
	min-width: 100px;
}

.gambler-rating {
	color: #0f172a;
	font-size: .88rem;
	line-height: 1;
	margin-bottom: 18px;
}

.gambler-rating span {
	color: #35a852;
	font-weight: 800;
}

.gamblers-show-all {
	font-size: 1rem;
	margin-top: 18px;
	text-align: center;
}

.gambler-category-grid {
	display: grid;
	gap: 14px;
}

.gambler-category-grid-1 { grid-template-columns: 1fr; }
.gambler-category-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gambler-category-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gambler-category-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.gambler-category-card {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(18, 24, 38, .08);
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(18, 24, 38, .06);
	color: #172033;
	display: grid;
	gap: 12px;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	min-height: 86px;
	padding: 16px;
}

.gambler-category-mark {
	align-items: center;
	aspect-ratio: 1;
	background: #e8f4ff;
	border-radius: 8px;
	color: #008cff;
	display: flex;
	font-weight: 800;
	justify-content: center;
}

.gambler-category-body strong,
.gambler-category-body small {
	display: block;
}

.gambler-category-body small,
.gambler-category-arrow {
	color: #667085;
	font-size: .82rem;
}

.gambler-breadcrumbs {
	color: #6b7280;
	display: flex;
	flex-wrap: wrap;
	font-size: .86rem;
	gap: 8px;
	margin-bottom: 18px;
}

.gambler-breadcrumbs a {
	color: #374151;
	font-weight: 700;
}

.gambler-review-hero {
	margin-bottom: 34px;
}

.gambler-review-cover {
	align-items: center;
	background: #111319;
	background-image: var(--gambler-cover);
	background-position: center;
	background-size: cover;
	border-radius: 16px;
	display: flex;
	height: clamp(250px, 31vw, 360px);
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.gambler-review-cover:before {
	backdrop-filter: blur(18px);
	background: rgba(0, 0, 0, .32);
	content: "";
	inset: 0;
	position: absolute;
}

.gambler-review-cover img,
.gambler-single-placeholder {
	position: relative;
	z-index: 1;
}

.gambler-review-cover img {
	height: 100%;
	max-width: min(620px, 66%);
	object-fit: contain;
	width: 100%;
}

.gambler-save-button {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: #111827;
	display: flex;
	font-size: 1.4rem;
	height: 44px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0 0 3px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 44px;
	z-index: 2;
}

.gambler-review-summary {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 0 36px;
}

.gambler-review-brand {
	align-items: flex-end;
	display: flex;
	gap: 22px;
	min-width: 0;
}

.gambler-review-icon {
	align-items: center;
	aspect-ratio: 1;
	background: #141517;
	border: 5px solid #fff;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(17, 24, 39, .18);
	display: flex;
	flex: 0 0 142px;
	justify-content: center;
	margin-top: -40px;
	overflow: hidden;
	width: 142px;
}

.gambler-review-icon img {
	height: 100%;
	object-fit: contain;
	padding: 15%;
	width: 100%;
}

.gambler-review-icon span {
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
}

.gambler-review-brand .entry-title {
	font-size: clamp(2rem, 3vw, 2.75rem);
	margin-bottom: 6px;
}

.gambler-summary-category {
	color: #008cff;
	font-weight: 700;
}

.gambler-review-stats {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(3, max-content);
	padding-top: 34px;
}

.gambler-review-stat strong,
.gambler-review-stat span,
.gambler-review-stat small {
	display: block;
}

.gambler-review-stat strong {
	color: #111827;
	font-size: .95rem;
	margin-bottom: 8px;
}

.gambler-stat-value {
	color: #030712;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.1;
	white-space: nowrap;
}

.gambler-stat-red {
	color: #ef2f2f;
}

.gambler-stat-blue {
	color: #0876d8;
}

.gambler-stat-green {
	color: #159447;
}

.gambler-review-stat small {
	color: #4b5563;
	font-size: .78rem;
	margin-top: 5px;
	text-decoration: underline;
}

.gambler-review-content-row {
	align-items: flex-start;
}

.gambler-overview-panel,
.gambler-review-card {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(17, 24, 39, .08);
	padding: 24px;
}

.gambler-overview-panel {
	background: #fbf7f7;
	padding-top: 32px;
}

.gambler-overview-panel.entry-content {
	padding-top: 32px !important;
}

.gambler-overview-panel h2 {
	color: #111827;
	font-size: 1.45rem;
	line-height: 1.2;
	margin: 0 0 16px;
}

.gambler-overview-panel .lead {
	color: #111827;
	font-size: 1rem;
	margin-bottom: 12px;
}

.gambler-review-card {
	position: sticky;
	top: 22px;
}

.gambler-review-card-heading {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 18px;
}

.gambler-review-card-icon {
	align-items: center;
	background: #141517;
	border-radius: 999px;
	display: flex;
	flex: 0 0 42px;
	height: 42px;
	justify-content: center;
	overflow: hidden;
	width: 42px;
}

.gambler-review-card-icon img {
	height: 100%;
	object-fit: contain;
	padding: 12%;
	width: 100%;
}

.gambler-review-card h3 {
	color: #111827;
	font-size: 1.3rem;
	line-height: 1.2;
	margin: 0;
}

.gambler-review-card p {
	color: #4b5563;
	margin-bottom: 12px;
}

.gambler-review-card-rank {
	background: #eef6ff;
	border-radius: 999px;
	color: #008cff;
	display: inline-flex;
	font-size: .84rem;
	font-weight: 800;
	margin-bottom: 18px;
	padding: 7px 11px;
}

.gambler-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 1rem;
}

.gambler-actions .button {
	margin: 0;
}

.gambler-related-section {
	margin-top: 36px;
}

.gambler-single-placeholder {
	color: #fff;
	font-size: 1.35rem;
	font-weight: 800;
	text-align: center;
}

.nph-home-page {
	background: #f3f5f7;
	color: #111827;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 34px max(18px, calc((100vw - 1220px) / 2)) 52px;
}

.nph-home-hero,
.nph-home-section {
	margin: 0 auto;
	max-width: 1220px;
}

.nph-home-hero {
	align-items: stretch;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, .82fr) minmax(360px, 1fr);
	margin-bottom: 34px;
}

.nph-home-hero-copy {
	background: #132033;
	border-radius: 18px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 420px;
	padding: clamp(28px, 4vw, 52px);
}

.nph-home-kicker,
.nph-home-section-heading span {
	color: #0f8cff;
	display: block;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.nph-home-hero-copy h1 {
	color: #fff;
	font-size: clamp(2.35rem, 4.6vw, 4.9rem);
	line-height: .98;
	margin: 10px 0 18px;
}

.nph-home-hero-copy p {
	color: rgba(255, 255, 255, .78);
	font-size: 1.06rem;
	line-height: 1.65;
	margin: 0 0 24px;
	max-width: 620px;
}

.nph-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.nph-home-actions a,
.nph-home-section-heading > a {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
}

.nph-home-actions a {
	background: #0f8cff;
	color: #fff;
	min-height: 44px;
	padding: 0 18px;
}

.nph-home-actions a + a {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .2);
}

.nph-home-hero-panel {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(17, 24, 39, .1);
	overflow: hidden;
	padding: 14px;
}

.nph-home-hero-panel .row,
.nph-home-news .row,
.nph-home-mini-feed .row {
	margin-left: -10px;
	margin-right: -10px;
	max-width: none;
}

.nph-home-hero-panel .col,
.nph-home-news .col,
.nph-home-mini-feed .col {
	padding-left: 10px;
	padding-right: 10px;
}

.nph-home-hero-panel .box-blog-post,
.nph-home-news .box-blog-post,
.nph-home-mini-feed .box-blog-post {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(17, 24, 39, .07);
	overflow: hidden;
}

.nph-home-hero-panel .box-blog-post {
	border: 0;
	box-shadow: none;
	height: 100%;
}

.nph-home-page .box-blog-post .box-text {
	padding: 18px 18px 20px;
}

.nph-home-page .post-title {
	color: #111827;
	font-weight: 800;
	line-height: 1.25;
}

.nph-home-page .from_the_blog_excerpt {
	color: #4b5563;
	line-height: 1.55;
}

.nph-home-page .is-divider {
	background-color: #0f8cff;
	height: 2px;
	margin: 12px auto 12px;
	max-width: 42px;
	opacity: 1;
}

.nph-home-section {
	margin-top: 30px;
}

.nph-home-section-heading {
	align-items: flex-end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.nph-home-section-heading h2 {
	color: #111827;
	font-size: clamp(1.45rem, 2.6vw, 2.05rem);
	line-height: 1.16;
	margin: 4px 0 0;
}

.nph-home-section-heading > a {
	background: #e5f2ff;
	color: #0f8cff;
	min-height: 38px;
	padding: 0 13px;
	white-space: nowrap;
}

.nph-home-gamblers {
	background: #fff;
	border-radius: 18px;
	padding: 24px 18px 22px;
}

.nph-home-ranked {
	background: #eceff2;
	border-radius: 18px;
	padding: 24px 18px 28px;
}

.nph-home-split {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, .75fr) minmax(340px, 1fr);
}

.nph-home-info {
	background: #15241f;
	border-radius: 16px;
	color: #fff;
	min-height: 260px;
	padding: 34px;
}

.nph-home-info h2 {
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	line-height: 1.12;
	margin: 0 0 14px;
}

.nph-home-info p {
	color: rgba(255, 255, 255, .76);
	font-size: 1.02rem;
	line-height: 1.7;
	margin: 0;
}

.nph-home-mini-feed {
	min-width: 0;
}

.nph-home-mini-feed .post-item {
	margin-bottom: 14px;
}

.nph-ux-home-hero .section-content,
.nph-ux-home-recommended .section-content,
.nph-ux-home-complaints .section-content,
.nph-ux-home-awards .section-content,
.nph-ux-home-news .section-content,
.nph-ux-home-ranked .section-content,
.nph-ux-home-split .section-content {
	color: #111827;
}

.nph-ux-hero-copy > .col-inner {
	background: #132033;
	border-radius: 18px;
	min-height: 420px;
	padding: clamp(28px, 4vw, 52px);
}

.nph-ux-kicker,
.nph-ux-section-title .kicker {
	color: #0f8cff;
	display: block;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.nph-ux-hero-title h1 {
	color: #fff;
	font-size: clamp(2.35rem, 4.6vw, 4.9rem);
	line-height: .98;
	margin: 10px 0 18px;
}

.nph-ux-hero-title p {
	color: rgba(255, 255, 255, .78);
	font-size: 1.06rem;
	line-height: 1.65;
	margin-bottom: 24px;
	max-width: 640px;
}

.nph-ux-hero-featured > .col-inner {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(17, 24, 39, .1);
	height: 100%;
	overflow: hidden;
	padding: 14px;
}

.nph-ux-hero-featured .box-blog-post {
	border: 0;
	box-shadow: none;
}

.nph-ux-home-news .box-blog-post,
.nph-ux-home-split .box-blog-post {
	background: #fff;
	border: 1px solid rgba(17, 24, 39, .08);
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(17, 24, 39, .07);
	overflow: hidden;
}

.nph-ux-home-news .box-text,
.nph-ux-home-split .box-text,
.nph-ux-hero-featured .box-text {
	padding: 18px 18px 20px;
}

.nph-ux-home-news .post-title,
.nph-ux-home-split .post-title,
.nph-ux-hero-featured .post-title {
	color: #111827;
	font-weight: 800;
	line-height: 1.25;
}

.nph-ux-home-news .from_the_blog_excerpt,
.nph-ux-home-split .from_the_blog_excerpt,
.nph-ux-hero-featured .from_the_blog_excerpt {
	color: #4b5563;
	line-height: 1.55;
}

.nph-ux-home-news .is-divider,
.nph-ux-home-split .is-divider,
.nph-ux-hero-featured .is-divider {
	background-color: #0f8cff;
	height: 2px;
	margin: 12px 0;
	max-width: 42px;
	opacity: 1;
}

.nph-ux-section-title h2 {
	color: #111827;
	font-size: clamp(1.45rem, 2.6vw, 2.05rem);
	line-height: 1.16;
	margin: 4px 0 0;
}

.nph-ux-title-link > .col-inner {
	text-align: right;
}

.nph-ux-title-link .button {
	border-radius: 8px;
	font-weight: 800;
	margin: 0;
}

.nph-ux-home-recommended .section-content,
.nph-ux-home-ranked .section-content {
	background: rgba(255, 255, 255, .72);
	border-radius: 18px;
	margin: 0 auto;
	max-width: 1220px;
	padding: 24px 18px 22px;
}

.nph-ux-home-ranked .section-content {
	background: #eceff2;
}

.nph-ux-complaint-title h2 {
	color: #fff;
	font-size: clamp(1.65rem, 3vw, 2.45rem);
	line-height: 1.18;
	margin-bottom: 18px;
}

.nph-ux-complaint-title p {
	color: rgba(255, 255, 255, .9);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.55;
	margin: 0;
}

.nph-ux-stat > .col-inner {
	background: rgba(255, 255, 255, .14);
	border-radius: 10px;
	padding: 24px 12px;
	text-align: center;
}

.nph-ux-stat strong {
	color: #fff;
	display: block;
	font-size: clamp(1.8rem, 3vw, 2.25rem);
	font-weight: 500;
	line-height: 1;
	margin-bottom: 8px;
}

.nph-ux-stat span {
	color: #fff;
	display: block;
	font-size: .9rem;
	font-weight: 800;
	text-transform: uppercase;
}

.nph-ux-complaint-button .button {
	background: #fff;
	border-color: #fff;
	border-radius: 7px;
	color: #3b925d;
	font-weight: 800;
	margin-bottom: 0;
}

.nph-ux-awards .section-content {
	background: #ff3040;
	border-radius: 7px;
	margin: 0 auto;
	max-width: 1220px;
	overflow: hidden;
	position: relative;
}

.nph-ux-awards .section-content:before {
	background-image: linear-gradient(45deg, rgba(255,255,255,.11) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.11) 50%, rgba(255,255,255,.11) 75%, transparent 75%, transparent);
	background-size: 34px 34px;
	content: "";
	inset: 0;
	opacity: .24;
	position: absolute;
}

.nph-ux-awards .row {
	position: relative;
	z-index: 1;
}

.nph-ux-awards-copy h3 {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 0;
}

.nph-ux-awards-button > .col-inner {
	text-align: right;
}

.nph-ux-awards-button .button {
	background: #ffe45c;
	border-color: #ffe45c;
	border-radius: 7px;
	color: #111827;
	font-weight: 900;
	margin: 0;
}

.nph-ux-info-card > .col-inner {
	background: #15241f;
	border-radius: 16px;
	color: #fff;
	min-height: 260px;
	padding: 34px;
}

.nph-ux-info-card h2 {
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	line-height: 1.12;
	margin: 0 0 14px;
}

.nph-ux-info-card p {
	color: rgba(255, 255, 255, .76);
	font-size: 1.02rem;
	line-height: 1.7;
	margin: 0;
}

.nph-ux-mini-feed .post-item {
	margin-bottom: 14px;
}

.nph-ux-home-hero .row,
.nph-ux-home-news .row,
.nph-ux-home-split .row {
	max-width: 1220px;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.nph-ux-hero-copy > .col-inner,
	.nph-ux-hero-featured > .col-inner,
	.nph-ux-home-recommended .section-content,
	.nph-ux-home-ranked .section-content,
	.nph-ux-info-card > .col-inner {
		border-radius: 12px;
	}

	.nph-ux-hero-copy > .col-inner {
		min-height: auto;
		padding: 28px 20px;
	}

	.nph-ux-title-link > .col-inner,
	.nph-ux-awards-button > .col-inner {
		text-align: left;
	}

	.nph-ux-title-link .button,
	.nph-ux-awards-button .button {
		width: 100%;
	}

	.nph-ux-stat > .col-inner {
		padding: 18px 12px;
	}

	.nph-ux-awards .section-content {
		border-radius: 0;
	}

	.nph-ux-awards-copy h3 {
		font-size: 1.05rem;
	}

	.nph-ux-info-card > .col-inner {
		min-height: auto;
		padding: 24px 20px;
	}

	.nph-home-page {
		padding: 20px 14px 34px;
	}

	.nph-home-hero,
	.nph-home-split {
		grid-template-columns: 1fr;
	}

	.nph-home-hero-copy {
		border-radius: 14px;
		min-height: auto;
		padding: 28px 20px;
	}

	.nph-home-hero-panel,
	.nph-home-gamblers,
	.nph-home-ranked,
	.nph-home-info {
		border-radius: 12px;
	}

	.nph-home-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.nph-home-section-heading > a {
		width: 100%;
	}

	.nph-home-info {
		min-height: auto;
		padding: 24px 20px;
	}

	.gamblers-page-wrapper,
	.gambler-single-page {
		padding-top: 18px;
	}

	.gamblers-hero {
		padding: 22px 16px;
	}

	.gamblers-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.gamblers-grid,
	.gamblers-grid-2,
	.gamblers-grid-3,
	.gamblers-grid-4,
	.gamblers-grid-5,
	.gamblers-grid-6,
	.gambler-category-grid,
	.gambler-category-grid-2,
	.gambler-category-grid-3,
	.gambler-category-grid-4 {
		grid-template-columns: 1fr;
	}

	.gamblers-slider {
		gap: 16px;
		grid-auto-columns: 168px;
	}

	.gamblers-slider-prev {
		left: -8px;
	}

	.gamblers-slider-next {
		right: -8px;
	}

	.gambler-review-cover {
		border-radius: 10px;
		height: 230px;
	}

	.gambler-review-cover img {
		max-width: 80%;
	}

	.gambler-save-button {
		height: 38px;
		right: 12px;
		top: 12px;
		width: 38px;
	}

	.gambler-review-summary {
		gap: 18px;
		grid-template-columns: 1fr;
		padding: 0 4px;
	}

	.gambler-review-brand {
		align-items: center;
		gap: 14px;
	}

	.gambler-review-icon {
		border-width: 4px;
		flex-basis: 96px;
		margin-top: -28px;
		width: 96px;
	}

	.gambler-review-brand .entry-title {
		font-size: 1.75rem;
	}

	.gambler-review-stats {
		gap: 12px;
		grid-template-columns: 1fr;
		padding-top: 0;
	}

	.gambler-review-stat {
		background: #fff;
		border: 1px solid rgba(17, 24, 39, .08);
		border-radius: 10px;
		padding: 14px;
	}

	.gambler-overview-panel,
	.gambler-review-card {
		border-radius: 10px;
		padding: 18px;
	}

	.gambler-review-card {
		position: static;
	}

}
