/* Static front-page parity: applies when WordPress is not rendering the Elementor homepage. */
body .tb-categories{margin:-25px 0 24px!important;background:transparent!important;box-shadow:none!important}
body .tb-categories>.tb-container{width:min(1720px,calc(100% - 80px))!important}
body .tb-category-wrap{
  display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:14px!important;
  max-height:250px!important;overflow-x:hidden!important;overflow-y:scroll!important;align-content:start!important;
  padding:4px 12px 4px 0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;
  scrollbar-width:thin;scrollbar-color:#159461 #edf5f1;scrollbar-gutter:stable;
}
body .tb-category-wrap::-webkit-scrollbar{width:9px}
body .tb-category-wrap::-webkit-scrollbar-track{background:#edf5f1;border-radius:20px}
body .tb-category-wrap::-webkit-scrollbar-thumb{background:#159461;border:2px solid #edf5f1;border-radius:20px}
body .tb-category{min-width:0!important;min-height:108px!important}

body .tb-template-grid{display:block!important;columns:8 150px!important;column-gap:14px!important}
body .tb-template-card{display:inline-block!important;width:100%!important;margin:0 0 14px!important;vertical-align:top!important;break-inside:avoid!important;page-break-inside:avoid!important}
body .tb-template-thumb{display:block!important;width:100%!important;aspect-ratio:auto!important;padding:0!important;background:#f4f7f5!important}
body .tb-template-thumb img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important}
body .tb-template-meta{padding:7px!important}

body .tb-feature:nth-child(1) .tb-feature-icon{color:#ef493e!important}
body .tb-feature:nth-child(2) .tb-feature-icon{color:#159461!important}
body .tb-feature:nth-child(3) .tb-feature-icon{color:#ef493e!important}
body .tb-feature:nth-child(4) .tb-feature-icon{color:#078f60!important}
body .tb-static-crown{display:block;color:#159461;font-size:24px;line-height:1;margin-top:7px}
body .tb-price.featured h3{margin-top:5px}

@media(max-width:1200px){body .tb-category-wrap{grid-template-columns:repeat(4,minmax(0,1fr))!important}body .tb-template-grid{columns:4 180px!important}}
@media(max-width:767px){
 body .tb-categories>.tb-container{width:calc(100% - 24px)!important}
 body .tb-category-wrap{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-height:330px!important;gap:10px!important;padding-right:8px!important}
 body .tb-template-grid{columns:2 130px!important;column-gap:10px!important}
 body .tb-template-card{margin-bottom:10px!important}
}
