.main-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: 800;
	color: #1a1a1a;
	letter-spacing: -1px;
}

.main-title-small {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 30px;
	color: #1a1a1a;
}

.intro-text {
	text-align: center;
	font-size: 1.15rem;
	max-width: 800px;
	margin: 0 auto 50px auto;
	color: #555;
	line-height: 1.6;
}

.app-links-grid {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 40px;
}

.app-links-grid>.rating-box {
	width: 100%;
	max-width: 100%;
	flex: none;
	margin-bottom: 0 !important;
}

.term-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.rating-box {
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: left !important;
}

.rating-box p,
.rating-box li {
	text-align: left;
}

.rating-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.border-security::before {
	background: linear-gradient(90deg, #28a745, #22c55e);
}

.border-finance::before {
	background: linear-gradient(90deg, #2563eb, #3b82f6);
}

.border-games::before {
	background: linear-gradient(90deg, #7c3aed, #8b5cf6);
}

.border-rg::before {
	background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

.border-ux::before {
	background: linear-gradient(90deg, #06b6d4, #22d3ee);
}



.term-grid>div {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.term-grid>div:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	z-index: 1;
}



.center-btn-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.section-spacing {
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.payment-table td[data-label="Detailný rozpad bodov"] {
		display: block !important;
		text-align: left !important;
	}

	.payment-table td[data-label="Detailný rozpad bodov"]::before {
		display: block;
		margin-bottom: 8px;
		font-weight: bold;
		color: #333;
	}

	.payment-table td {
		text-align: left !important;
		justify-content: flex-start !important;
	}

	.payment-table td::before {
		margin-right: 15px;
		min-width: 120px;
	}
}

.text-green-bold {
	color: #14532d;
	font-weight: 800;
}

.text-blue-bold {
	color: #1e3a8a;
	font-weight: 800;
}

.text-purple-bold {
	color: purple;
	font-weight: 800;
}

.text-red-bold {
	color: #b91c1c;
	font-weight: 800;
}

.text-desc-global {
	font-size: 0.95em;
	margin-top: 5px;
	margin-bottom: 0;
}



.text-desc-gray {
	color: #555;
}

.term-box {
	margin: 0;
	height: 100%;
	text-align: left;
}

.term-box h4,
.term-box h3 {
	margin-top: 0;
	font-size: 1.1rem;
}

.box-live-casino {
	margin: 0;
	padding: 20px;
	box-shadow: none;
	border: 1px solid #eee;
	text-align: left;
	border-left: 5px solid purple;
	height: 100%;
}

.payment-methods-title {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.yellowBox {
	background: #fffbeb;
	border: 1px solid #fcd34d;
	border-left: 5px solid #f59e0b;
	padding: 20px;
	border-radius: 8px;
	color: #92400e;
	height: 100%;
	text-align: left;
}

/* Cleaned up Inline Styles */
.list-spacing {
	margin-top: 15px;
}

.text-center {
	text-align: center;
}

.evaluation-section {
	margin-top: 60px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.evaluation-title {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.evaluation-intro {
	max-width: 100%;
	margin-bottom: 30px;
}

.rating-box-reset {
	width: 100%;
	margin: 0;
	background: #fff;
	padding: 0;
}

.rating-box-reset:hover {
	transform: none;
	box-shadow: none;
}

.payment-table-reset {
	width: 100%;
	margin: 0;
	box-shadow: none;
}

.payment-table-reset tbody tr {
	transition: background-color 0.2s ease;
}

.payment-table-reset tbody tr:hover {
	background-color: #f2f2f2;
}

.thead-light {
	background: #f8f9fa;
}

.th-col-25 {
	padding: 15px 20px;
	width: 25%;
}

.th-col-10 {
	padding: 15px 20px;
	width: 10%;
}

.th-obtained {
	min-width: 140px;
}

.th-col-rest {
	padding: 15px 20px;
}

.align-top {
	vertical-align: top;
}

.text-orange-top {
	color: #d97706;
	vertical-align: top;
}

.item-mb5 {
	margin-bottom: 5px;
}

.text-red-mb5 {
	color: #dc3545;
	margin-bottom: 5px;
}

.text-red {
	color: #dc3545;
}

.summary-row {
	background-color: #f0fdf4;
	border-top: 2px solid #22c55e;
}

.summary-label {
	text-align: right;
	font-size: 1.1em;
	vertical-align: middle;
}

.summary-value {
	font-size: 1.3em;
	color: #15803d;
	vertical-align: middle;
}

.btn-wide {
	max-width: 350px;
}

.evaluation-meta {
	text-align: right;
	font-size: 0.9rem;
	color: #555;
	margin-top: 10px;
	font-style: italic;
}

.affiliate-disclosure {
	text-align: center;
	font-size: 0.95rem;
	color: #333;
	margin-bottom: 30px;
	margin-top: 15px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

/* Trust Badge / Feedback */
.trust-feedback {
	margin-top: 40px;
	text-align: center;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	font-size: 0.9rem;
	color: #666;
}

.trust-feedback a {
	color: #2563eb;
	text-decoration: underline;
}

/* --- Scoring Guide Section (New) --- */
.scoring-guide-section {
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
	border: 1px solid #e5e7eb;
	margin-top: 40px;
}

.scoring-guide-desc {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 40px auto;
	color: #555;
	font-size: 1.1rem;
	line-height: 1.6;
}

.scoring-tiers {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}

.tier-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 25px 15px;
	text-align: center;
	border: 1px solid #e5e7eb;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tier-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	border-color: #d1d5db;
}

.tier-header {
	margin-bottom: 15px;
}

.tier-range {
	display: block;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 5px;
}

.tier-label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #888;
	font-weight: 600;
}

.tier-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tier-points {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 0.95rem;
	margin-bottom: 12px;
}

.tier-note {
	font-size: 0.9rem;
	color: #4b5563;
	margin: 0;
	line-height: 1.5;
}

.tier-note strong {
	display: block;
	margin-bottom: 3px;
	color: #111;
}

/* Color Coding */
/* Critical (1/7) */
.tier-critical {
	border-top: 4px solid #ef4444;
}

.tier-critical .tier-range {
	color: #ef4444;
}

.tier-critical .tier-points {
	background: #fee2e2;
	color: #991b1b;
}

/* Bad (2/7) */
.tier-bad {
	border-top: 4px solid #f97316;
}

.tier-bad .tier-range {
	color: #f97316;
}

.tier-bad .tier-points {
	background: #ffedd5;
	color: #9a3412;
}

/* Average (3/7) */
.tier-avg {
	border-top: 4px solid #f59e0b;
}

.tier-avg .tier-range {
	color: #f59e0b;
}

.tier-avg .tier-points {
	background: #fef3c7;
	color: #92400e;
}

/* Good (4/7 - 5/7) */
.tier-good {
	border-top: 4px solid #3b82f6;
}

.tier-good .tier-range {
	color: #3b82f6;
}

.tier-good .tier-points {
	background: #dbeafe;
	color: #1e40af;
}

/* Elite (6/7 - 7/7) */
.tier-elite {
	border-top: 4px solid #22c55e;
}

.tier-elite .tier-range {
	color: #22c55e;
}

.tier-elite .tier-points {
	background: #dcfce7;
	color: #166534;
}

.tier-max {
	background: linear-gradient(to bottom, #f0fdf4, #ffffff);
	border-color: #86efac;
	transform: scale(1.02);
	box-shadow: 0 10px 30px rgba(34, 197, 94, 0.15);
}

.tier-max:hover {
	transform: scale(1.04) translateY(-5px);
	box-shadow: 0 15px 40px rgba(34, 197, 94, 0.2);
}


@media (max-width: 768px) {
	.scoring-tiers {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.tier-card {
		flex-direction: row;
		align-items: center;
		text-align: left;
		padding: 15px 20px;
		border-top-width: 1px;
		border-left-width: 5px;
		/* Side border on mobile */
	}

	.tier-critical {
		border-top: 1px solid #e5e7eb;
		border-left-color: #ef4444;
	}

	.tier-bad {
		border-top: 1px solid #e5e7eb;
		border-left-color: #f97316;
	}

	.tier-avg {
		border-top: 1px solid #e5e7eb;
		border-left-color: #f59e0b;
	}

	.tier-good {
		border-top: 1px solid #e5e7eb;
		border-left-color: #3b82f6;
	}

	.tier-elite {
		border-top: 1px solid #e5e7eb;
		border-left-color: #22c55e;
	}

	.tier-header {
		margin-bottom: 0;
		margin-right: 20px;
		min-width: 80px;
		text-align: center;
		border-right: 1px solid #f3f4f6;
		padding-right: 15px;
	}

	.tier-range {
		font-size: 1.8rem;
	}

	.tier-body {
		align-items: flex-start;
	}

	.tier-points {
		margin-bottom: 5px;
		font-size: 0.8rem;
		padding: 4px 10px;
	}

	.tier-note {
		font-size: 0.85rem;
	}

	.tier-max {
		transform: none;
	}

	.tier-max:hover {
		transform: none;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	}
}

/* Progress Bars */
.progress-wrapper {
	margin-bottom: 0 !important;
	height: 10px !important;
}

.progress-bar-100 {
	width: 100%;
}

.progress-bar-48 {
	width: 48%;
}

.progress-bar-80 {
	width: 80%;
}