@charset "UTF-8";
/*
Theme Name: APKwp – eXthem.es
Theme URI: https://apkwp.demos.web.id/
Author: Exthemes
Author URI: https://exthem.es/
Description: قالب WordPress متخصص في عرض تطبيقات والعاب الاندرويد بتصميم احترافي
Version: 2.5.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apkwp
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.4
*/

:root {
	--putih: #fff;
	--color_bg: #FBFDFD;
	--color_bg_2: #F2F7F8;
	--font_body: normal 1rem/1.5 Golos,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	--font_size: 16px;
	--font_body_color: #172021;
	--line_height_body: 18px;
	--color: #5E5E5E;
	--color_link: #5E5E5E;
	--color_h: #54bfbf;
	--color_link_h: #54bfbf;
	--color_navy: #56e5e5;
	--color_navy_h: #ffffff;
	--bg_navy: #56e5e5;
	--bg_navy_h: rgba(86,229,229, .1);
	--color_rates: #FA8B16;
	--color_button: #54BFBF;
	--color_button_h: rgba(84,191,191, .8);
	--color_button_h_2: rgba(84,191,191, .1);
	--color_borders: #EFF3F9;
	--color_text_headings: #000000;
	--color_text_1: #5E5E5E;
	--color_text_2: #8B8B8B;
	--color_text_3: #8B8B8B;
	--color_fill: #39C1E0;
	--color_stroke: #DE485F;
	--color_labels: #29B1D8;
	--color_text_blue: #29B1D8;
	--color_text_svg: #DE485F;
	--color_btn_bg: #54BFBF66;
	--model-spacing: 1rem;
}

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	direction: rtl;
	text-align: right;
}

body {
	font: var(--font_body);
	color: var(--font_body_color);
	background-color: var(--color_bg);
	margin: 0;
	min-width: 20rem;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1 1 auto;
	padding: 0;
}

.wrp,
.container {
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-left: auto;
	margin-right: auto;
}

a, .btn-link {
	color: var(--color_link);
	text-decoration: none;
}

a:hover, .btn-link:hover {
	color: var(--color_link_h);
}

@media(min-width:62rem) {
	body {
		font-size: 1rem;
	}

	a, .btn-link {
		transition: color .2s ease;
	}

	a:hover, .btn-link:hover {
		color: var(--color_link_h);
	}

	.wrp,
	.container {
		max-width: 62rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media(min-width:75rem) {
	body {
		font-size: 1rem;
	}

	.wrp,
	.container {
		max-width: 75rem;
	}
}

/* Header Styles */
.header {
	background: white;
	border-bottom: 1px solid var(--color_borders);
	position: sticky;
	top: 0;
	z-index: 100;
}

.header-panel {
	padding: 1rem 0;
}

.logotype {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--color_text_headings);
	display: inline-block;
	vertical-align: middle;
}

.logotype a {
	color: inherit;
}

@media(max-width:61.9375rem) {
	.logotype {
		margin: -.25rem -1.5rem;
		margin-right: 1rem;
		padding: .25rem 1.5rem;
	}
}

@media(min-width:62rem) {
	.header-panel > .wrp {
		display: flex;
		align-items: center;
	}

	.logotype {
		flex: 0 0 auto;
		margin: -.25rem 0;
		margin-right: 2rem;
		padding: .25rem 0;
	}

	.h-menu {
		flex: 1 1 auto;
	}

	.h-tools {
		flex: 0 0 auto;
		margin-left: 1rem;
	}
}

@media(min-width:75rem) {
	.logotype {
		margin-right: 3rem;
	}
}

.h-link {
	display: inline-block;
	padding: .75rem 1rem;
	color: var(--color_link);
	text-decoration: none;
	white-space: nowrap;
}

.h-link.active {
	color: var(--color_h);
	font-weight: 600;
}

span.h-link {
	cursor: default;
	pointer-events: none;
}

.h-link:hover {
	color: var(--color_link_h);
}

.h-menu {
	display: none;
}

.h-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.h-tools {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.h-tools-item {
	display: inline-block;
	margin-left: 1rem;
}

.h-tools-item:first-child {
	margin-left: 0;
}

.h-tools-item .h-link.active {
	color: var(--color_h);
}

.lang-list > a {
	display: inline-block;
	padding: .5rem 1rem;
	color: var(--color_link);
}

.lang-list > a.active {
	color: var(--color_h);
	font-weight: 600;
}

.search-drop {
	position: relative;
	display: inline-block;
	margin-bottom: 1rem;
}

.h-search {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 300px;
	padding: 0.5rem 1rem;
	border: 1px solid var(--color_borders);
	border-radius: 0.75rem;
	background: white;
}

.h-search-input {
	flex: 1;
	border: none;
	outline: none;
	background: transparent;
}

.h-search-btn {
	border: none;
	background: none;
	color: var(--color_link);
	cursor: pointer;
	padding: 0.5rem;
	display: flex;
	align-items: center;
}

.h-search-btn svg {
	width: 1.25rem;
	height: 1.25rem;
}

@media(min-width:62rem) {
	.h-menu {
		display: block;
	}

	.h-tools-item:first-child {
		margin-left: 1.5rem;
	}
}


nav a {
	color: var(--color_link);
	font-weight: 500;
	transition: color 0.2s ease;
}

/* Block and Layout Styles */
.block {
	background: white;
	border-radius: 1.25rem;
	box-shadow: 0 1rem 1.5rem -.5rem rgba(0, 0, 0, .04), 0 0 0 1px rgba(0, 0, 0, .02);
	overflow: hidden;
}

.section {
	margin-bottom: 2rem;
}

.section-title {
	font-size: 1.5rem;
	line-height: 1.3em;
	font-weight: 700;
	color: var(--color_text_headings);
	margin: 0 0 1.5rem 0;
	display: flex;
	align-items: center;
	gap: 1rem;
}

/* Footer Styles */
.footer {
	background: white;
	border-top: 1px solid var(--color_borders);
	padding: 2rem 0;
	margin-top: 2rem;
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
}

.footer-content h3 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: var(--color_text_headings);
}

.footer-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-content li {
	margin-bottom: 0.5rem;
}

.footer-content a {
	color: var(--color_link);
	text-decoration: none;
}

.footer-content a:hover {
	color: var(--color_link_h);
}

.f-menu {
	padding: 1rem 0;
}

.f-menu h3,
.f-social h3 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: var(--color_text_headings);
}

.footer-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.footer-menu-list a {
	color: var(--color_link);
	text-decoration: none;
	display: block;
}

.footer-menu-list a:hover {
	color: var(--color_link_h);
}

.f-social {
	padding: 1rem 0;
}

.f-social-links {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.f-social-links > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.f-social-links > a:hover {
	opacity: 0.8;
}

.f-social-links > a > svg {
	width: 1.5rem;
	height: 1.5rem;
	display: block;
}

.f-social-links > a#fb {
	background-color: #3b5998;
}

.f-social-links > a#tw {
	background-color: #000000;
}

.f-social-links > a#yt {
	background-color: #e84040;
}

.f-social-links > a#tg {
	background-color: #2ca5e0;
}

.copyright {
	text-align: center;
	color: var(--color_text_2);
	font-size: 0.875rem;
	padding-top: 1rem;
	border-top: 1px solid var(--color_borders);
}

.copyright p {
	margin: 0.5rem 0;
}

/* Post Styles */
.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
	color: var(--color_text_2);
	font-size: 0.875rem;
}

.post-meta span {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

/* Form Styles */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid var(--color_borders);
	border-radius: 0.5rem;
	font-family: inherit;
	font-size: inherit;
}

input[type="submit"],
button {
	background: var(--color_button);
	color: white;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
}

input[type="submit"]:hover,
button:hover {
	background: var(--color_button_h);
}

/* Image Styles */
img {
	max-width: 100%;
	height: auto;
}

/* RTL Support */
[dir="rtl"] .f-social-links {
	flex-direction: row-reverse;
}

.btn-primary {
	display: inline-block;
	background: var(--color_button);
	color: white;
	padding: 0.75rem 1.5rem;
	border-radius: 1.5rem;
	font-weight: 600;
	transition: background 0.2s ease;
	border: none;
	cursor: pointer;
}

.btn-primary:hover {
	background: var(--color_button_h);
}

/* Games/Apps Section */
.featured-games {
	padding: 2rem 0;
}

.hero {
	background: linear-gradient(135deg, var(--color_button) 0%, var(--color_button_h) 100%);
	padding: 3rem 0;
	color: white;
	text-align: center;
}

.hero h1 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.hero p {
	font-size: 1.125rem;
	margin-bottom: 2rem;
	opacity: 0.95;
}

.featured-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
}

.game-card {
	background: white;
	border-radius: 1rem;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
	box-shadow: 0 1rem 1.5rem -.5rem rgba(0, 0, 0, .04), 0 0 0 1px rgba(0, 0, 0, .02);
}

.game-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 2rem 2rem -.75rem rgba(0, 0, 0, .08), 0 0 0 1px rgba(0, 0, 0, .02);
}

.game-card-image {
	width: 100%;
	height: 150px;
	background: var(--color_bg_2);
	overflow: hidden;
	position: relative;
}

.game-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.game-card-content {
	padding: 1rem;
}

.game-card-title {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--color_text_headings);
	margin-bottom: 0.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.game-card-meta {
	font-size: 0.75rem;
	color: var(--color_text_2);
}

.games-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
}

.game-item {
	background: white;
	border-radius: 0.75rem;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 1rem 1.5rem -.5rem rgba(0, 0, 0, .04), 0 0 0 1px rgba(0, 0, 0, .02);
}

.game-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 1.5rem 2rem -.5rem rgba(0, 0, 0, .08), 0 0 0 1px rgba(0, 0, 0, .02);
}

.game-item-image {
	width: 100%;
	height: 120px;
	background: var(--color_bg_2);
	overflow: hidden;
	position: relative;
}

.game-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.game-item-name {
	padding: 0.75rem;
	text-align: center;
}

.game-item-name a {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--color_text_headings);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
}

.game-item-name a:hover {
	color: var(--color_button);
}

/* Game Info Section */
.game-info {
	text-align: center;
	padding: 2rem;
	background: white;
	border-radius: 1rem;
	box-shadow: 0 1rem 1.5rem -.5rem rgba(0, 0, 0, .04), 0 0 0 1px rgba(0, 0, 0, .02);
}

.game-info h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color_text_headings);
	margin-bottom: 1rem;
}

.game-info p {
	color: var(--color_text_2);
	line-height: 1.6;
}

.game-card-badge {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	background: var(--color_button);
	color: white;
	padding: 0.25rem 0.75rem;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	font-weight: 700;
}

.download-btn {
	background: var(--color_button);
	color: white;
	border: none;
	padding: 0.5rem 1rem;
	border-radius: 0.4rem;
	font-size: 0.75rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
}

.download-btn:hover {
	background: var(--color_button_h);
}

/* Single Post/Game Page */
.f-app {
	display: flex;
	flex-direction: column;
}

.f-app-main {
	flex: 1 1 auto;
	padding: 1.5rem 0;
}

.f-app-view {
	margin-bottom: 2rem;
}

.f-app-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--color_text_headings);
	margin: 0 0 1rem 0;
}

.f-app-download {
	margin: 1.5rem 0;
	padding: 1.5rem;
	background: white;
	border-radius: 1rem;
	box-shadow: 0 1rem 1.5rem -.5rem rgba(0, 0, 0, .04), 0 0 0 1px rgba(0, 0, 0, .02);
}

.f-app-download .block {
	padding: 1rem;
	margin-bottom: 1rem;
}

.attachment-link {
	display: block;
	padding: 1rem;
	background: var(--color_bg_2);
	border-radius: 0.75rem;
	color: var(--color_link);
	text-decoration: none;
	transition: all 0.2s ease;
}

.attachment-link:hover {
	background: var(--color_button_h_2);
	color: var(--color_h);
}

.attachment-name {
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.attachment-count {
	font-size: 0.75rem;
	color: var(--color_text_2);
}

/* Comments Section */
.comments-area {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid var(--color_borders);
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment {
	margin-bottom: 2rem;
	padding: 1.5rem;
	background: white;
	border-radius: 1rem;
	box-shadow: 0 1rem 1.5rem -.5rem rgba(0, 0, 0, .04), 0 0 0 1px rgba(0, 0, 0, .02);
}

.comment-author {
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.comment-text {
	color: var(--color_text_1);
	line-height: 1.6;
}

.comment-date {
	font-size: 0.875rem;
	color: var(--color_text_2);
	margin-top: 0.75rem;
}

/* Pagination */
.pagination {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin: 2rem 0;
}

.page-numbers {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.page-numbers > li {
	display: inline-block;
}

.page-numbers > li > a,
.page-numbers > li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 0.5rem;
	background: white;
	border: 1px solid var(--color_borders);
	border-radius: 0.75rem;
	color: var(--color_link);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.875rem;
	transition: all 0.2s ease;
}

.page-numbers > .current > span,
.page-numbers > li > a:hover {
	background: var(--color_button);
	color: white;
	border-color: var(--color_button);
}

/* Category/Archive Pages */
.archive-header {
	background: white;
	padding: 2rem;
	border-radius: 1rem;
	margin-bottom: 2rem;
	box-shadow: 0 1rem 1.5rem -.5rem rgba(0, 0, 0, .04), 0 0 0 1px rgba(0, 0, 0, .02);
}

.archive-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--color_text_headings);
	margin: 0 0 1rem 0;
}

.archive-description {
	color: var(--color_text_2);
	font-size: 0.875rem;
	line-height: 1.6;
}

/* 404 Page */
.error-404 {
	text-align: center;
	padding: 3rem 1.5rem;
}

.error-404 h1 {
	font-size: 4rem;
	color: var(--color_text_headings);
	margin-bottom: 1rem;
}

.error-404 p {
	font-size: 1.125rem;
	color: var(--color_text_2);
	margin-bottom: 2rem;
}

.game-item:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.game-item-image {
  width: 100%;
  height: 120px;
  background: #e0e0e0;
  overflow: hidden;
}

.game-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-item-name {
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Single Post */
.post-header {
  background: white;
  padding: 30px 0;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
}

.post-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.post-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.slider-container {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  max-height: 400px;
}

.slider {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.slide {
  display: none;
  width: 100%;
}

.slide.active {
  display: block;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background 0.3s ease;
  z-index: 10;
}

.slider-nav:hover {
  background: rgba(0, 0, 0, 0.8);
}

.slider-prev {
  right: 10px;
}

.slider-next {
  left: 10px;
}

.slider-dots {
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
}

.slider-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slider-dot.active {
  background: var(--primary-color);
}

.post-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.post-content h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 15px 0;
  color: var(--text-dark);
}

.post-content p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: var(--text-dark);
}

.game-info {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.info-item {
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.info-item-label {
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 8px;
}

.info-item-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
}

.mod-info {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border-right: 3px solid var(--primary-color);
}

.download-section {
  background: #e8f8f5;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}

.download-section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-dark);
}

.download-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.download-link {
  display: inline-block;
  background: var(--primary-color);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.download-link:hover {
  background: #16a085;
}

.safety-check {
  background: #fff5e6;
  padding: 20px;
  border-radius: 8px;
  border-right: 3px solid #f39c12;
  margin-bottom: 20px;
}

.safety-check-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.safety-check-icon {
  width: 30px;
  height: 30px;
  background: #f39c12;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Recommended Section */
.recommended-section {
  background: white;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

/* Footer */
footer {
  background: var(--secondary-color);
  color: white;
  padding: 40px 0 20px 0;
  margin-top: 60px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.footer-section h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section a {
  color: #bdc3c7;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: var(--primary-color);
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background 0.3s ease;
}

.social-icon:hover {
  background: var(--primary-color);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #95a5a6;
}

/* Responsive */
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    gap: 15px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .games-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .post-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  nav ul {
    display: none;
  }

  .section-title {
    font-size: 18px;
  }
}
