.elementor-kit-27425{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-27425 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ChaseMindset: Category Archive Styling */
.archive.category .page-header,.tax-category .page-header{background:linear-gradient(135deg,#071020 0%,#0f2035 100%)!important;padding:60px 30px!important;text-align:center!important;position:relative;}
.archive.category .page-header::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:#c9a84c;}
.archive.category .page-title,.tax-category .page-title{color:#fff!important;font-size:2.6rem!important;font-weight:800!important;font-family:Georgia,serif!important;}
.archive.category .taxonomy-description{color:rgba(255,255,255,0.75)!important;font-size:1.05rem!important;max-width:600px!important;margin:0 auto!important;line-height:1.7!important;}
body.archive.category,.archive.category .site,.archive.category .site-content,.archive.category .site-main{background:#050d1a!important;}
.archive.category article.post{background:#0f2035!important;border:1px solid rgba(255,255,255,0.06)!important;border-radius:12px!important;margin-bottom:28px!important;transition:transform 0.2s!important;}
.archive.category article.post:hover{transform:translateY(-3px)!important;box-shadow:0 10px 35px rgba(0,0,0,0.4)!important;}
.archive.category .entry-title a{color:#fff!important;text-decoration:none!important;font-family:Georgia,serif!important;}
.archive.category .entry-title a:hover{color:#c9a84c!important;}
.archive.category .entry-summary p{color:rgba(255,255,255,0.65)!important;}
.archive.category .more-link{color:#c9a84c!important;font-weight:600!important;text-decoration:none!important;}
.archive.category .cat-links a{background:rgba(201,168,76,0.15)!important;color:#c9a84c!important;border:1px solid rgba(201,168,76,0.3)!important;padding:3px 10px!important;border-radius:20px!important;font-size:0.8rem!important;text-decoration:none!important;font-weight:600!important;}
.archive.category .nav-links a,.archive.category .page-numbers{background:#0f2035!important;color:#fff!important;border:1px solid rgba(255,255,255,0.1)!important;border-radius:6px!important;padding:8px 16px!important;text-decoration:none!important;}
.archive.category .nav-links a:hover,.archive.category .page-numbers.current{background:#c9a84c!important;color:#071020!important;}

/* ============================================
   CHASEMINDSET — GLOBAL MOBILE RESPONSIVE CSS
   ============================================ */

/* ─── BASE RESETS ─── */
*,*::before,*::after{box-sizing:border-box;}
img,video,iframe{max-width:100%;height:auto;}

/* ─── PREVENT HORIZONTAL OVERFLOW ─── */
body,html{overflow-x:hidden!important;max-width:100vw!important;}
.elementor-section,.elementor-container,.elementor-column,.elementor-widget-wrap{max-width:100%!important;}

/* ============================================
   TABLET (max 1024px)
   ============================================ */
@media(max-width:1024px){

  /* Navigation */
  .main-navigation ul{flex-wrap:wrap;gap:8px;}
  
  /* Elementor columns go 50% on tablet */
  .elementor-column.elementor-col-33{width:50%!important;}
  .elementor-column.elementor-col-25{width:50%!important;}

  /* Article grid */
  .cm-article-grid,.blog-grid{grid-template-columns:repeat(2,1fr)!important;}
  
  /* Hub cards */
  .cm-cards-grid{grid-template-columns:repeat(2,1fr)!important;}
  
  /* Stats bar */
  .cm-stats-bar{flex-wrap:wrap;gap:20px;}
  .cm-stat-item{min-width:45%;}
}

/* ============================================
   MOBILE (max 768px)
   ============================================ */
@media(max-width:768px){

  /* ─── TYPOGRAPHY SCALE DOWN ─── */
  h1,.elementor-heading-title[class*="size-xxl"]{font-size:2rem!important;line-height:1.25!important;}
  h2,.elementor-heading-title[class*="size-xl"]{font-size:1.65rem!important;line-height:1.3!important;}
  h3,.elementor-heading-title[class*="size-large"]{font-size:1.35rem!important;line-height:1.35!important;}
  h4{font-size:1.15rem!important;}
  p,.elementor-text-editor p{font-size:1rem!important;line-height:1.7!important;}

  /* ─── SECTIONS: PADDING ─── */
  .elementor-section.elementor-section-boxed>.elementor-container{padding-left:16px!important;padding-right:16px!important;}
  .elementor-section{padding-top:40px!important;padding-bottom:40px!important;}
  .elementor-element[data-id] .elementor-widget-container{padding-left:8px!important;padding-right:8px!important;}

  /* ─── ALL COLUMNS STACK ─── */
  .elementor-column,
  .elementor-column.elementor-col-50,
  .elementor-column.elementor-col-33,
  .elementor-column.elementor-col-25,
  .elementor-column.elementor-col-66,
  .elementor-column.elementor-col-75{
    width:100%!important;
    float:none!important;
  }

  /* ─── HERO SECTION ─── */
  .elementor-section.cm-hero,
  section[class*="hero"]{
    padding-top:60px!important;
    padding-bottom:60px!important;
    text-align:center!important;
  }
  .elementor-section.cm-hero .elementor-button{
    display:block!important;
    width:90%!important;
    margin:10px auto!important;
  }

  /* ─── NAVIGATION / HEADER ─── */
  .site-header .site-branding{text-align:center;}
  .main-navigation{display:none;}
  .menu-toggle,.nav-toggle,.hamburger-menu{display:block!important;}
  
  /* If theme shows nav inline */
  .main-navigation.toggled ul{
    display:flex!important;
    flex-direction:column!important;
    background:#071020!important;
    padding:16px!important;
    width:100%!important;
  }
  .main-navigation ul li{width:100%!important;}
  .main-navigation ul li a{
    display:block!important;
    padding:12px 16px!important;
    border-bottom:1px solid rgba(255,255,255,0.08)!important;
    color:#fff!important;
    font-size:1rem!important;
  }

  /* ─── BUTTONS ─── */
  .elementor-button,.wp-block-button__link,a.btn,button.btn,.cm-cta-btn{
    font-size:0.95rem!important;
    padding:12px 24px!important;
    white-space:normal!important;
    text-align:center!important;
  }
  
  /* ─── ARTICLE / BLOG GRID ─── */
  .cm-article-grid,
  .blog-grid,
  .elementor-posts-container.elementor-grid{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  article.post{margin-bottom:20px!important;}

  /* ─── CATEGORY CARDS / HUB CARDS ─── */
  .cm-cards-grid,
  .cm-category-grid,
  .hub-cards-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .cm-category-card,.hub-card{
    width:100%!important;
    min-height:auto!important;
  }

  /* ─── COMPARISON TABLE ─── */
  table{
    display:block!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    white-space:nowrap!important;
    font-size:0.85rem!important;
  }
  table td,table th{padding:8px 12px!important;}

  /* ─── STATS BAR ─── */
  .cm-stats-bar,[class*="stats-bar"]{
    flex-direction:column!important;
    align-items:center!important;
    gap:16px!important;
    padding:24px 16px!important;
  }
  .cm-stat-item{
    width:100%!important;
    text-align:center!important;
  }
  .cm-stat-divider{display:none!important;}

  /* ─── IMAGES IN CONTENT ─── */
  .wp-block-image img,
  .elementor-image img,
  figure.wp-block-image{
    width:100%!important;
    height:auto!important;
    border-radius:8px!important;
  }

  /* ─── QUOTE BLOCKS ─── */
  blockquote,.wp-block-quote{
    margin:16px 8px!important;
    padding:16px!important;
    font-size:1rem!important;
  }

  /* ─── CATEGORY ARCHIVE PAGES ─── */
  .archive.category .page-header{padding:36px 16px!important;}
  .archive.category .page-title{font-size:1.8rem!important;}
  .archive.category article.post{padding:16px!important;}

  /* ─── MINDSET HUB / SELF-GROWTH HUB PAGES ─── */
  /* Hero section */
  [class*="hub-hero"],[class*="hub_hero"]{
    padding:40px 16px!important;
    text-align:center!important;
  }
  /* Article cards grid in hub pages */
  [class*="article-grid"],[class*="articles-grid"]{
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:0 8px!important;
  }
  [class*="article-card"]{
    padding:20px!important;
  }
  /* Stats / feature bar */
  [class*="stats-row"],[class*="feature-bar"]{
    flex-direction:column!important;
    gap:12px!important;
    padding:20px 16px!important;
    text-align:center!important;
  }

  /* ─── FOOTER ─── */
  .site-footer .widget-area,
  .footer-widgets,
  .footer-columns{
    display:flex!important;
    flex-direction:column!important;
    gap:24px!important;
    padding:24px 16px!important;
  }
  .site-footer .widget{width:100%!important;}
  .footer-social-links{justify-content:center!important;gap:12px!important;}
  .site-footer .footer-bottom{text-align:center!important;padding:16px!important;}

  /* ─── FAQ SECTIONS ─── */
  .wp-block-details summary,
  .faq-question,.accordion-header{
    font-size:1rem!important;
    padding:12px 16px!important;
  }
  
  /* ─── NEWSLETTER CTA ─── */
  [class*="newsletter"],[class*="cta-section"]{
    padding:32px 16px!important;
    text-align:center!important;
  }
  [class*="newsletter"] input,[class*="cta-section"] input{
    width:100%!important;
    margin-bottom:12px!important;
    font-size:1rem!important;
    padding:12px!important;
  }
  [class*="newsletter"] .elementor-button,
  [class*="cta-section"] .elementor-button{
    width:100%!important;
  }

  /* ─── SIDEBAR ─── */
  .elementor-widget-sidebar,.sidebar,.widget-area{
    margin-top:32px!important;
    padding:0 8px!important;
  }
  
  /* ─── READING CONTENT (ARTICLES) ─── */
  .entry-content,.post-content,.article-content{
    padding:0 4px!important;
  }
  .entry-content h2,.post-content h2{
    font-size:1.5rem!important;
    margin-top:28px!important;
    margin-bottom:12px!important;
  }
  .entry-content h3,.post-content h3{
    font-size:1.2rem!important;
    margin-top:20px!important;
  }
  .entry-content p,.post-content p{
    font-size:1rem!important;
    line-height:1.75!important;
    margin-bottom:14px!important;
  }

  /* ─── CATEGORY PILLS / TAGS ─── */
  .cat-links,.tags-links,.post-tags{
    flex-wrap:wrap!important;
    gap:6px!important;
  }
  .cat-links a,.tags-links a{
    font-size:0.8rem!important;
    padding:4px 10px!important;
  }

  /* ─── PAGINATION ─── */
  .pagination,.nav-links{
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:6px!important;
  }
}

/* ============================================
   SMALL MOBILE (max 480px)
   ============================================ */
@media(max-width:480px){
  h1,.elementor-heading-title[class*="size-xxl"]{font-size:1.7rem!important;}
  h2,.elementor-heading-title[class*="size-xl"]{font-size:1.4rem!important;}
  h3{font-size:1.15rem!important;}
  
  .elementor-section{padding-top:28px!important;padding-bottom:28px!important;}
  .elementor-section.elementor-section-boxed>.elementor-container{padding-left:12px!important;padding-right:12px!important;}
  
  /* Featured image */
  .post-thumbnail img,.featured-image img{
    border-radius:6px!important;
    margin-bottom:16px!important;
  }
  
  /* Blockquotes */
  blockquote{font-size:0.95rem!important;padding:12px!important;}
  
  /* Hide decorative elements */
  [class*="decorative"],[class*="decoration"]{display:none!important;}
}/* End custom CSS */