.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-36 .elementor-element.elementor-element-0b15ea4:not(.elementor-motion-effects-element-type-background), .elementor-36 .elementor-element.elementor-element-0b15ea4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-36 .elementor-element.elementor-element-0b15ea4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-36 .elementor-element.elementor-element-0b15ea4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-36 .elementor-element.elementor-element-9ea6644 > .elementor-widget-container{background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-36 .elementor-element.elementor-element-9bafdde:not(.elementor-motion-effects-element-type-background), .elementor-36 .elementor-element.elementor-element-9bafdde > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-36 .elementor-element.elementor-element-9bafdde{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-36 .elementor-element.elementor-element-9bafdde > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-36 .elementor-element.elementor-element-fb848e3:not(.elementor-motion-effects-element-type-background), .elementor-36 .elementor-element.elementor-element-fb848e3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-36 .elementor-element.elementor-element-fb848e3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-36 .elementor-element.elementor-element-fb848e3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-36 .elementor-element.elementor-element-6132cc4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-36 .elementor-element.elementor-element-6132cc4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-36 .elementor-element.elementor-element-6132cc4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-36 .elementor-element.elementor-element-6132cc4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-36 .elementor-element.elementor-element-de8e0b6 > .elementor-widget-container{background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-36 .elementor-element.elementor-element-07b21e4 > .elementor-widget-container{background-color:var( --e-global-color-blocksy_palette_8 );}@media(min-width:768px){.elementor-36 .elementor-element.elementor-element-beae822{width:97.874%;}.elementor-36 .elementor-element.elementor-element-ae158d4{width:2.087%;}.elementor-36 .elementor-element.elementor-element-bb3198b{width:70%;}.elementor-36 .elementor-element.elementor-element-9d91588{width:29.727%;}.elementor-36 .elementor-element.elementor-element-6132cc4{width:70%;}.elementor-36 .elementor-element.elementor-element-5ac9ee8{width:29.648%;}}/* Start custom CSS for html, class: .elementor-element-8b047ee */.custom-posts-section {
  max-width: 900px;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.section-title {
  font-size: 22px;
  font-weight: 600;
  border-left: 4px solid #00a884;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #333;
}

.custom-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 12px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.custom-post:hover {
  background: #f0faff;
  transform: translateY(-2px);
}

.post-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.post-left img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #ddd;
}

.post-info h3 {
  margin: 0;
  font-size: 16px;
}

.post-info h3 a {
  color: #222;
  text-decoration: none;
}

.post-info h3 a:hover {
  color: #00a884;
}

.post-info p {
  font-size: 13px;
  color: #777;
  margin: 3px 0 0 0;
}

.post-right {
  text-align: right;
}

.rating {
  display: block;
  font-size: 14px;
  color: #f5a623;
}

.size {
  font-size: 13px;
  color: #555;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .custom-post {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-right {
    text-align: left;
    margin-top: 6px;
  }

  .post-left img {
    width: 45px;
    height: 45px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdb91ca *//* Sidebar container */
.sidebar-box {
  width: 320px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 15px 18px;
  position: relative;
  float: right; /* sidebar right side me chala jayega */
  margin-left: 20px;
  margin-bottom: 20px;
}

/* Heading */
.sidebar-box h3 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #0073e6;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sidebar-box h3 i {
  color: #0073e6;
}

/* Game box */
.game-item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  background: #fafafa;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.game-item:hover {
  background: #f0f8ff;
  transform: translateY(-2px);
}

.game-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 10px;
}

/* Game info */
.game-info a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.game-info a:hover {
  color: #0073e6;
}

.game-info span {
  display: block;
  font-size: 13px;
  color: #777;
  margin-top: 2px;
}

/* Responsive */
@media(max-width: 992px) {
  .sidebar-box {
    width: 100%;
    float: none;
    margin: 0;
  }
}/* End custom CSS */
/* Start custom CSS *//* 🌈 FileCR-style Gradient Background */
body, .elementor {
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%) !important;
  color: #222 !important;
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 🧭 Header + Footer Full Width and Center Alignment */
.elementor-location-header,
.elementor-location-footer {
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* 🧩 “All Rights Reserved” Text Hide */
.elementor-widget-container:has(p:contains("All rights reserved")),
.elementor-widget-container p:contains("All rights reserved"),
p:contains("All rights reserved") {
  display: none !important;
}

/* 🧭 Site Title / Default Text Hide */
.site-title,
.site-description,
h1.site-title,
.elementor-heading-title:contains("Home") {
  display: none !important;
}

/* 💻 Responsive Design */
@media (max-width: 1024px) {
  .elementor {
    padding: 15px !important;
  }
}

@media (max-width: 768px) {
  .elementor {
    font-size: 15px !important;
  }
}

@media (max-width: 480px) {
  .elementor {
    font-size: 14px !important;
  }
}

/* 🌙 Dark Mode (future compatible) */
[data-theme="dark"] body, [data-theme="dark"] .elementor {
  background: #1e1e1e !important;
  color: #f1f1f1 !important;
}

/* Remove extra top-bottom space */
.trending-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Also fix container spacing if Elementor adds padding */
.elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */