.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-891 .elementor-element.elementor-element-331e236{margin:157px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-891 .elementor-element.elementor-element-331e236 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:800;color:#111111;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px){.elementor-891 .elementor-element.elementor-element-331e236{margin:350px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-891 .elementor-element.elementor-element-331e236{margin:220px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for theme-post-title, class: .elementor-element-331e236 *//* ============================================================
   Xbox Gamertag Finder — Post Title Width Fix
   ============================================================
   Matches the title width to the same 800px content column as
   the featured image and tip cards below it, instead of
   stretching edge-to-edge.

   Paste into: Post Title widget → Advanced → Custom CSS
============================================================ */

.elementor-891 .elementor-element.elementor-element-331e236 {
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 28px !important;
  font-size: clamp(28px, 4vw, 40px) !important;
  line-height: 1.3 !important;
}/* End custom CSS */
/* Start custom CSS for theme-post-featured-image, class: .elementor-element-90a5f5d *//* ============================================================
   Xbox Gamertag Finder — Featured Image Styling (v3)
   ============================================================
   FIX: Width wasn't shrinking because the theme's own CSS was
   overriding our max-width rule. Added !important to force it.

   Paste this into the SAME "Custom CSS" box on the Featured
   Image widget (Elementor → Advanced → Custom CSS) — replace
   whatever is currently in that box with this.
============================================================ */

.elementor-891 .elementor-element.elementor-element-90a5f5d {
  max-width: 800px !important;
  width: 100% !important;
  margin: 0 auto 32px !important;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  max-height: 320px;
  display: block;
}
.elementor-891 .elementor-element.elementor-element-90a5f5d img {
  width: 100% !important;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
  display: block;
}/* End custom CSS */