/* Cementare Terms Editorial v1 — scoped refinement for TR/EN legal pages. */
body.ct-page-terms .ct-terms-editorial{
  background:#f3f0e9!important;
  padding:72px 0 116px!important;
}
body.ct-page-terms .ct-terms-editorial .container{
  width:min(1180px,calc(100% - 96px))!important;
  max-width:none!important;
  padding:0!important;
}
body.ct-page-terms .ct-terms-editorial .inner-container{width:100%!important;}
body.ct-page-terms .ct-terms-editorial .line{display:none!important;}

body.ct-page-terms .ct-terms-editorial .cementare-terms-intro{
  display:grid!important;
  grid-template-columns:280px minmax(0,1fr)!important;
  gap:48px!important;
  max-width:none!important;
  margin:0 0 58px!important;
  padding:26px 0 42px!important;
  border-top:1px solid rgba(86,69,51,.20)!important;
  border-bottom:1px solid rgba(86,69,51,.12)!important;
  color:#5f564d!important;
}
body.ct-page-terms .ct-terms-editorial .cementare-terms-date{
  align-self:start!important;
  margin:3px 0 0!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.3!important;
  letter-spacing:.20em!important;
  text-transform:uppercase!important;
  color:#9a8658!important;
}
body.ct-page-terms .ct-terms-editorial .cementare-terms-intro p{
  max-width:760px!important;
  margin:0!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:16px!important;
  line-height:1.82!important;
  color:#5d544b!important;
}

body.ct-page-terms .ct-terms-editorial .cementare-terms-list{display:block!important;margin:0!important;padding:0!important;}
body.ct-page-terms .ct-terms-editorial .cementare-term-card{
  display:grid!important;
  grid-template-columns:72px 285px minmax(0,1fr)!important;
  column-gap:28px!important;
  align-items:start!important;
  margin:0!important;
  padding:31px 0 34px!important;
  border:0!important;
  border-top:1px solid rgba(86,69,51,.17)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.ct-page-terms .ct-terms-editorial .cementare-term-card:last-child{border-bottom:1px solid rgba(86,69,51,.17)!important;}
body.ct-page-terms .ct-terms-editorial .cementare-term-card::before{
  content:attr(data-no)!important;
  position:static!important;
  grid-column:1!important;
  grid-row:1 / span 8!important;
  width:auto!important;height:auto!important;
  margin:3px 0 0!important;
  background:none!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.3!important;
  letter-spacing:.20em!important;
  color:#9a8658!important;
}
body.ct-page-terms .ct-terms-editorial .cementare-term-title{
  grid-column:2!important;
  grid-row:1 / span 8!important;
  display:block!important;
  margin:0!important;
  padding-right:18px!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(22px,1.7vw,27px)!important;
  font-weight:400!important;
  line-height:1.2!important;
  letter-spacing:-.022em!important;
  color:#312b25!important;
}
body.ct-page-terms .ct-terms-editorial .cementare-term-card p{
  grid-column:3!important;
  max-width:690px!important;
  margin:0 0 10px!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15.5px!important;
  font-weight:400!important;
  line-height:1.78!important;
  color:#655b51!important;
}
body.ct-page-terms .ct-terms-editorial .cementare-term-card p:last-child{margin-bottom:0!important;}
body.ct-page-terms .ct-terms-editorial .cementare-terms-brand strong{font-weight:600!important;color:#39312b!important;}

@media(max-width:980px){
  body.ct-page-terms .ct-terms-editorial{padding:60px 0 92px!important;}
  body.ct-page-terms .ct-terms-editorial .container{width:min(100% - 48px,1180px)!important;}
  body.ct-page-terms .ct-terms-editorial .cementare-terms-intro{grid-template-columns:190px minmax(0,1fr)!important;gap:30px!important;}
  body.ct-page-terms .ct-terms-editorial .cementare-term-card{grid-template-columns:58px 230px minmax(0,1fr)!important;column-gap:22px!important;}
}
@media(max-width:720px){
  body.ct-page-terms .ct-terms-editorial{padding:48px 0 76px!important;}
  body.ct-page-terms .ct-terms-editorial .container{width:calc(100% - 34px)!important;}
  body.ct-page-terms .ct-terms-editorial .cementare-terms-intro{display:block!important;margin-bottom:38px!important;padding:22px 0 30px!important;}
  body.ct-page-terms .ct-terms-editorial .cementare-terms-date{margin:0 0 16px!important;}
  body.ct-page-terms .ct-terms-editorial .cementare-terms-intro p{font-size:15.5px!important;line-height:1.76!important;}
  body.ct-page-terms .ct-terms-editorial .cementare-term-card{
    grid-template-columns:46px minmax(0,1fr)!important;
    column-gap:12px!important;
    padding:25px 0 28px!important;
  }
  body.ct-page-terms .ct-terms-editorial .cementare-term-card::before{grid-column:1!important;grid-row:1 / span 8!important;}
  body.ct-page-terms .ct-terms-editorial .cementare-term-title{grid-column:2!important;grid-row:auto!important;margin:0 0 11px!important;padding:0!important;font-size:23px!important;}
  body.ct-page-terms .ct-terms-editorial .cementare-term-card p{grid-column:2!important;font-size:15px!important;line-height:1.74!important;}
}
