/** Per-section sizing controls introduced in 2.5.4. */
body.lsm-theme .category-scroll{gap:var(--lsm-category-gap,14px)}
body.lsm-theme .category-item{min-height:var(--lsm-category-min-height,52px)}
body.lsm-theme .category-item strong{font-size:var(--lsm-category-font-size,11px)}

body.lsm-theme .featured-grid{gap:var(--featured-gap,30px)}
body.lsm-theme .featured-card{border-radius:var(--featured-card-radius,0);overflow:hidden}
body.lsm-theme .featured-card__media{height:var(--featured-image-height,205px);aspect-ratio:auto}

.latest-section .post-grid{gap:var(--latest-gap,22px)!important}
.latest-section .post-card{min-height:var(--latest-card-min-height,320px);border-radius:var(--latest-card-radius,10px)}
.latest-section .post-card-image{height:var(--latest-image-height,190px);aspect-ratio:auto}

.social-section .social-block{gap:var(--social-block-gap,34px)}
.social-section .social-network-grid,.social-section .social-gallery--linked{gap:var(--social-cards-gap,14px)}
.social-section .social-network-card{min-height:var(--social-card-min-height,148px);padding:var(--social-card-padding,18px);border-radius:var(--social-card-radius,12px);aspect-ratio:auto}
.social-section .social-network-card__icon{width:var(--social-card-icon-size,54px);height:var(--social-card-icon-size,54px);border-radius:calc(var(--social-card-icon-size,54px) * .333)}
.social-section .social-network-card__icon svg{width:calc(var(--social-card-icon-size,54px) * .56);height:calc(var(--social-card-icon-size,54px) * .56)}
.social-section .social-image-card{height:var(--social-image-card-height,220px);aspect-ratio:auto;border-radius:var(--social-card-radius,12px)}
.social-section .social-image-card img{height:100%;aspect-ratio:auto}

body.lsm-theme .custom-home-section .custom-home-inner{max-width:var(--promo-container-width,1240px)}
body.lsm-theme .custom-layout-magazine_banner .custom-home-inner{column-gap:var(--promo-columns-gap,28px)}
body.lsm-theme .custom-layout-magazine_banner .custom-home-media img{max-height:var(--promo-media-max-height,260px)}
body.lsm-theme .custom-layout-magazine_banner.show-decorative-phone .custom-home-inner:after{width:var(--promo-phone-width,175px);height:calc(var(--promo-phone-width,175px) * 1.714)}

.sm-editorial-grid{gap:var(--magazine-columns-gap,38px)}
.sm-editorial-list__item{column-gap:var(--magazine-list-gap,14px)}
.sm-editorial-list__image{width:var(--magazine-list-image-width,250px);border-radius:var(--magazine-card-radius,0)}
.sm-editorial-list__item{grid-template-columns:var(--magazine-list-image-width,250px) minmax(0,1fr)}
.sm-editorial-pick__card{min-height:var(--magazine-pick-min-height,325px);border-radius:var(--magazine-card-radius,0)}
.magazine-section .magazine-grid{gap:var(--magazine-columns-gap,38px)}
.magazine-section .magazine-list{gap:var(--magazine-list-gap,14px)}
.magazine-section .magazine-sponsor-card{height:var(--magazine-sponsor-height,390px);aspect-ratio:auto;border-radius:var(--magazine-sponsor-radius,10px)}
.magazine-section .newsletter-card{min-height:var(--magazine-sponsor-height,390px);border-radius:var(--magazine-sponsor-radius,10px)}

.newsletter-wide .newsletter-wide-inner{width:min(calc(100% - 0px),var(--newsletter-max-width,1240px));margin-inline:auto;padding:var(--newsletter-inner-padding,45px);gap:var(--newsletter-content-gap,60px);border-radius:var(--newsletter-card-radius,16px)}

.academy-section .academy-cards{gap:var(--academy-cards-gap,16px)}
.academy-section .academy-card{border-radius:var(--academy-card-radius,12px)}
.projects-section .projects-grid{gap:var(--projects-cards-gap,14px)}
.projects-section .project-card{min-height:var(--projects-card-min-height,245px);padding:var(--projects-card-padding,19px);border-radius:var(--projects-card-radius,10px)}
.projects-section .project-card__brand{height:var(--projects-logo-size,58px)}
.projects-section .project-card__brand img{max-height:calc(var(--projects-logo-size,58px) - 6px)}
.projects-section .project-card__brand span{width:calc(var(--projects-logo-size,58px) - 8px);height:calc(var(--projects-logo-size,58px) - 8px)}
.network-section .network-panel{border-radius:var(--network-panel-radius,12px)}
.network-section .network-copy{padding:var(--network-copy-padding,38px)}
.network-section .network-stats{padding:var(--network-stats-padding,34px);gap:var(--network-stats-gap,0)}
.resources-section .resources-grid{gap:var(--resources-cards-gap,14px)}
.resources-section .resource-card{min-height:var(--resources-card-min-height,235px);padding:var(--resources-card-padding,26px);border-radius:var(--resources-card-radius,10px)}
.resources-section .resource-icon{width:var(--resources-icon-size,54px);height:var(--resources-icon-size,54px);border-radius:calc(var(--resources-icon-size,54px) * .26)}
.resources-section .resource-icon svg{width:calc(var(--resources-icon-size,54px) * .52);height:calc(var(--resources-icon-size,54px) * .52)}

@media(max-width:820px){
  .sm-editorial-list__item{grid-template-columns:min(42%,var(--magazine-list-image-width,250px)) minmax(0,1fr)}
  body.lsm-theme .custom-layout-magazine_banner.show-decorative-phone .custom-home-inner:after{transform:rotate(-7deg) scale(.72);transform-origin:center}
}
@media(max-width:560px){
  .newsletter-wide .newsletter-wide-inner{padding:max(20px,calc(var(--newsletter-inner-padding,45px) * .62));gap:max(18px,calc(var(--newsletter-content-gap,60px) * .45))}
  .social-section .social-network-card{min-height:max(110px,calc(var(--social-card-min-height,148px) * .82))}
  .sm-editorial-list__item{grid-template-columns:1fr}
  .sm-editorial-list__image{width:100%;height:auto;aspect-ratio:1.72/1}
}
