/**
 * LegalIT Game Single Page Styles
 * Dark theme styling for game review pages
 * For legal-casino.it
 */

/* ==========================================================================
   Game Hero / Header
   ========================================================================== */

.space-single-unit .space-single-aces-breadcrumbs {
	padding: 15px 0;
}

.space-single-unit .space-single-aces-breadcrumbs a,
.space-single-unit .space-single-aces-breadcrumbs span {
	color: #888888;
	font-size: 13px;
}

.space-single-unit .space-single-aces-breadcrumbs a:hover {
	color: #8AF924;
}

/* Unit Header */
.space-single-unit .space-aces-single-unit-info {
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	border-radius: 12px;
	overflow: hidden;
}

.space-single-unit .space-aces-single-unit-info .space-overlay {
	background: rgba(0, 0, 0, 0.6);
}

.space-single-unit .space-aces-single-unit-info-title h1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
}

.space-single-unit .space-aces-single-unit-info-cat a {
	display: inline-block;
	padding: 4px 14px;
	background: rgba(138, 249, 36, 0.15);
	border: 1px solid rgba(138, 249, 36, 0.3);
	border-radius: 15px;
	color: #8AF924;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

/* Short Description */
.space-single-unit .space-aces-single-unit-info-short-desc,
.space-single-unit .space-unit-content-short-desc,
.space-single-unit .space-organization-header-short-desc {
	color: #cccccc;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 10px;
}

/* Play Button */
.space-single-unit .space-aces-single-unit-info-button a,
.space-single-unit .space-unit-content-button a,
.space-single-unit .space-style-2-button,
.space-single-unit .space-style-3-button {
	display: inline-block;
	padding: 16px 45px;
	background: #8AF924;
	color: #000000;
	font-weight: 900;
	font-size: 16px;
	text-decoration: none;
	border-radius: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	border: none;
}

.space-single-unit .space-aces-single-unit-info-button a:hover,
.space-single-unit .space-unit-content-button a:hover,
.space-single-unit .space-style-2-button:hover,
.space-single-unit .space-style-3-button:hover {
	background: #9dff47;
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(138, 249, 36, 0.4);
}

/* ==========================================================================
   Heading Hierarchy (H1 title, H2 sections, H3 subsections)
   ========================================================================== */

.space-single-unit h1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 15px;
	line-height: 1.3;
}

.space-single-unit .space-page-content h2 {
	color: #ffffff;
	font-size: 26px;
	margin: 35px 0 15px;
	font-weight: 800;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(138, 249, 36, 0.2);
}

.space-single-unit .space-page-content h3 {
	color: #ffffff;
	font-size: 20px;
	margin: 25px 0 12px;
	font-weight: 700;
}

.space-single-unit .space-page-content h4 {
	color: #e0e0e0;
	font-size: 17px;
	margin: 20px 0 10px;
	font-weight: 600;
}

/* ==========================================================================
   Content Area
   ========================================================================== */

.space-single-unit .space-page-content-wrap {
	padding-top: 30px;
}

.space-single-unit .space-page-content {
	color: #cccccc;
	font-size: 16px;
	line-height: 1.8;
}

.space-single-unit .space-page-content p {
	margin-bottom: 16px;
}

.space-single-unit .space-page-content a {
	color: #8AF924;
	text-decoration: none;
}

.space-single-unit .space-page-content a:hover {
	text-decoration: underline;
}

.space-single-unit .space-page-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
}

.space-single-unit .space-page-content ul,
.space-single-unit .space-page-content ol {
	margin: 15px 0;
	padding-left: 25px;
	color: #cccccc;
}

.space-single-unit .space-page-content li {
	margin-bottom: 8px;
	line-height: 1.6;
}

.space-single-unit .space-page-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	background: #1a1a1a;
	border-radius: 8px;
	overflow: hidden;
}

.space-single-unit .space-page-content table th,
.space-single-unit .space-page-content table td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid #2a2a2a;
}

.space-single-unit .space-page-content table th {
	background: #2a2a2a;
	color: #8AF924;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

.space-single-unit .space-page-content table td {
	color: #cccccc;
	font-size: 14px;
}

/* Excerpt */
.space-single-unit .space-unit-content-excerpt,
.space-single-unit .space-organization-content-excerpt {
	color: #aaaaaa;
	font-size: 15px;
	line-height: 1.6;
	font-style: italic;
	margin: 10px 0 15px;
	padding: 12px 16px;
	border-left: 3px solid #8AF924;
	background: rgba(138, 249, 36, 0.05);
	border-radius: 0 8px 8px 0;
}

/* Vendors */
.space-single-unit .space-vendors {
	margin: 10px 0;
}

.space-single-unit .space-vendors span {
	color: #888888;
	font-size: 13px;
}

.space-single-unit .space-vendors-item.name {
	color: #8AF924;
	font-weight: 600;
	text-decoration: none;
}

/* Pros / Cons */
.space-single-unit .space-pros-cons {
	margin: 25px 0;
}

.space-single-unit .space-pros-title,
.space-single-unit .space-cons-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 6px 6px 0 0;
}

.space-single-unit .space-pros-title {
	background: rgba(138, 249, 36, 0.15);
	color: #8AF924;
}

.space-single-unit .space-cons-title {
	background: rgba(255, 82, 82, 0.15);
	color: #ff5252;
}

.space-single-unit .space-pros-description,
.space-single-unit .space-cons-description {
	color: #cccccc;
	font-size: 14px;
	line-height: 1.7;
	padding: 12px 15px;
	background: #1a1a1a;
	border-radius: 0 0 6px 6px;
}

/* ==========================================================================
   Placeholder Image Fallback
   ========================================================================== */

.legalit-game-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 200px;
	background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
	border: 2px dashed #3a3a3a;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.legalit-game-placeholder i {
	font-size: 48px;
	color: #8AF924;
	margin-bottom: 12px;
	opacity: 0.7;
}

.legalit-game-placeholder span {
	color: #888888;
	font-size: 14px;
	font-weight: 600;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.legalit-game-placeholder--small {
	width: 135px;
	height: 135px;
	border-radius: 8px;
}

.legalit-game-placeholder--small i {
	font-size: 32px;
	margin-bottom: 8px;
}

.legalit-game-placeholder--small span {
	font-size: 11px;
}

.legalit-game-placeholder--large {
	width: 270px;
	height: 270px;
	border-radius: 10px;
}

.legalit-game-placeholder--large i {
	font-size: 56px;
	margin-bottom: 15px;
}

.legalit-game-placeholder--large span {
	font-size: 16px;
}

.legalit-game-placeholder--card {
	height: 180px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #2a2a2a;
}

.legalit-game-placeholder--card i {
	font-size: 36px;
	margin-bottom: 8px;
}

.legalit-game-placeholder--card span {
	font-size: 12px;
}

/* ==========================================================================
   Related Games Section
   ========================================================================== */

.space-single-unit .space-related-items {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #1a1a1a;
}

.space-single-unit .space-block-title span {
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
}

.space-single-unit .space-related-items .space-units-archive-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 25px;
}

.space-single-unit .space-related-items .space-units-archive-item {
	width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.space-single-unit .space-related-items .space-units-archive-item-ins {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.space-single-unit .space-related-items .space-units-archive-item-ins:hover {
	border-color: #8AF924;
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(138, 249, 36, 0.15);
}

.space-single-unit .space-related-items .space-units-archive-item-img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}

.space-single-unit .space-related-items .space-units-archive-item-title a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.space-single-unit .space-related-items .space-units-archive-item-title a:hover {
	color: #8AF924;
}

.space-single-unit .space-related-items .space-units-archive-item-button a {
	display: block;
	padding: 10px 20px;
	background: #8AF924;
	color: #000000;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	border-radius: 8px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.space-single-unit .space-related-items .space-units-archive-item-button a:hover {
	background: #9dff47;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.space-single-unit .space-sidebar-section .widget {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.space-single-unit .space-sidebar-section .widget-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 2px solid #8AF924;
	margin-bottom: 15px;
}

/* ==========================================================================
   Button Notice / T&C
   ========================================================================== */

.space-single-unit .space-aces-single-unit-info-button-notice,
.space-single-unit .space-organization-header-button-notice {
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
}

.space-single-unit .tc-apply {
	color: #666666;
	cursor: pointer;
	text-decoration: underline;
}

/* Detailed T&C block */
.space-single-unit .space-organizations-archive-item-detailed-tc {
	margin-top: 15px;
}

.space-single-unit .space-organizations-archive-item-detailed-tc-ins {
	color: #888888;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 6px;
	border: 1px solid #2a2a2a;
}

/* ==========================================================================
   Float Bar (sticky bottom bar)
   ========================================================================== */

.space-organization-float-bar-bg {
	background: #111111;
	border-top: 1px solid #2a2a2a;
}

.space-organization-float-bar-title-wrap {
	color: #ffffff;
	font-weight: 700;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 992px) {
	.space-single-unit h1 {
		font-size: 26px;
	}

	.space-single-unit .space-aces-single-unit-info-title h1 {
		font-size: 26px;
	}

	.space-single-unit .space-related-items .space-units-archive-items {
		grid-template-columns: repeat(2, 1fr);
	}

	.legalit-game-placeholder--large {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 768px) {
	.space-single-unit h1 {
		font-size: 22px;
	}

	.space-single-unit .space-aces-single-unit-info-title h1 {
		font-size: 22px;
	}

	.space-single-unit .space-related-items .space-units-archive-items {
		grid-template-columns: 1fr;
	}

	.space-single-unit .space-page-content {
		font-size: 15px;
	}

	.space-single-unit .space-page-content h2 {
		font-size: 22px;
	}

	.space-single-unit .space-page-content h3 {
		font-size: 18px;
	}

	.legalit-game-placeholder--large {
		width: 100%;
		max-width: 200px;
		height: 180px;
		margin: 0 auto;
	}

	.legalit-game-placeholder--small {
		width: 100px;
		height: 100px;
	}
}
