/**
 * LegalIT Game Single Page Styles
 * Light 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: #999;
	font-size: 13px;
}

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

/* Unit Header */
.space-single-unit .space-aces-single-unit-info {
	background: linear-gradient(135deg, #f5f6fa 0%, #eef0f7 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: #2c3e50;
	font-size: 32px;
	font-weight: 900;
}

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

/* Short Description */
.space-single-unit .space-aces-single-unit-info-short-desc {
	color: #666666;
	font-size: 15px;
	line-height: 1.6;
}

/* Play Button */
.space-single-unit .space-aces-single-unit-info-button a {
	display: inline-block;
	padding: 16px 45px;
	background: #c0392b;
	color: #ffffff;
	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 {
	background: #e74c3c;
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(192, 57, 43, 0.4);
}

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

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

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

.space-single-unit .space-page-content h2 {
	color: #2c3e50;
	font-size: 26px;
	margin: 30px 0 15px;
	font-weight: 800;
}

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

.space-single-unit .space-page-content a {
	color: #c0392b;
	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;
}

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

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

.space-single-unit .space-block-title span {
	color: #2c3e50;
	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: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.space-single-unit .space-related-items .space-units-archive-item-ins:hover {
	border-color: #c0392b;
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(192, 57, 43, 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: #2c3e50;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

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

.space-single-unit .space-related-items .space-units-archive-item-button a {
	display: block;
	padding: 10px 20px;
	background: #c0392b;
	color: #ffffff;
	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: #e74c3c;
}

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

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

.space-single-unit .space-sidebar-section .widget-title {
	color: #2c3e50;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 2px solid #c0392b;
	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;
}

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

@media (max-width: 992px) {
	.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);
	}
}

@media (max-width: 768px) {
	.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;
	}
}
