
/* Italian flat buyer-guide layout, 2026-08-08 */
body{letter-spacing:0!important}
body:not(.home-page) main,
body:not(.home-page) .guide-page,
body:not(.home-page) .intent-page,
body:not(.home-page) .it-distinct-page,
body:not(.home-page) .store-distinct-page{
  max-width:1120px!important;
  width:calc(100% - 40px)!important;
  margin:28px auto!important;
  padding:0!important;
}
.guide-hero,.hero,.it-note-hero,.store-score-hero.wrap,.store-route-page.wrap,.store-workbench.wrap,.article-layout,.section .wrap{
  max-width:1120px!important;
  width:calc(100% - 40px)!important;
  margin:22px auto!important;
  padding:24px!important;
  background:#fff!important;
  border:1px solid #eadfd4!important;
  border-radius:10px!important;
  box-shadow:none!important;
}
.article-layout,.grid,.it-note-grid,.role-grid,.card-grid,.store-matrix.wrap>div,.store-route-steps{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;
  gap:16px!important;
  align-items:start!important;
}
.article-main,.article-card,.panel,.article-section,.info-card,.it-note-grid article,.store-matrix article,.store-route-steps article{
  padding:18px!important;
  background:#fffaf6!important;
  border:1px solid #eadfd4!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
h1{max-width:880px!important;font-size:clamp(34px,4vw,52px)!important;line-height:1.08!important;margin:8px 0 12px!important}
h2{letter-spacing:0!important}
p,li{line-height:1.65}
.actions,.related,.topic-link-row,.conversion-strip{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
}
.btn,.related a,.topic-link-row a,.conversion-strip a{
  border-radius:999px!important;
  white-space:normal!important;
  text-align:center!important;
  box-shadow:none!important;
}
.it-topic-depth{
  max-width:1120px;
  width:calc(100% - 40px);
  margin:22px auto;
  padding:24px;
  background:#fff;
  border:1px solid #eadfd4;
  border-radius:10px;
}
.it-topic-depth .kicker{
  margin:0 0 6px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:900;
  color:#d95700;
}
.it-topic-depth h2{margin:0 0 10px;font-size:clamp(24px,3vw,36px);line-height:1.12}
.it-depth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin:18px 0}
.it-depth-grid article{padding:16px;border:1px solid #e4eee9;border-radius:8px;background:#fffaf6}
.it-depth-grid h3{margin:0 0 8px;font-size:18px}
.it-depth-grid p{margin:0}
.topic-link-row{margin-top:16px;padding-top:16px;border-top:1px solid #eadfd4}
.topic-link-row a{display:inline-flex;padding:9px 13px;background:#f4fff8;border:1px solid #cfeee0;color:#075;text-decoration:none;font-weight:800}
.conversion-strip,.buyer-article-cta{
  max-width:1120px!important;
  width:calc(100% - 40px)!important;
  margin:22px auto!important;
  padding:18px 20px!important;
  background:#f4fff8!important;
  border:1px solid #cfeee0!important;
  border-radius:10px!important;
  box-shadow:none!important;
}
@media(max-width:760px){
  body:not(.home-page) main,
  body:not(.home-page) .guide-page,
  body:not(.home-page) .intent-page,
  body:not(.home-page) .it-distinct-page,
  body:not(.home-page) .store-distinct-page,
  .guide-hero,.hero,.it-note-hero,.store-score-hero.wrap,.store-route-page.wrap,.store-workbench.wrap,.article-layout,.section .wrap,
  .it-topic-depth,.conversion-strip,.buyer-article-cta{width:calc(100% - 24px)!important;padding:18px!important}
}
