/*
 * Rolling Suds V13 Final Content Cleanup
 * No broad Brizy geometry overrides.
 */

.rsv13-expanded-content{
  margin-top:34px;
}

.rsv13-expanded-content h2{
  margin-top:28px!important;
}

.rsv13-expanded-content p{
  line-height:1.7!important;
}

.rsv13-page-authority,
.rsv13-blog-cta{
  max-width:1100px;
  width:calc(100% - 32px);
  margin:44px auto;
  border-radius:18px;
}

.rsv13-page-authority{
  padding:30px;
  border:1px solid #d8e4eb;
  background:#f7fafc;
  color:#102c3f;
}

.rsv13-kicker,
.rsv13-blog-cta>span{
  display:block;
  margin-bottom:7px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}

.rsv13-kicker{
  color:#075f9f;
}

.rsv13-page-authority h2{
  margin:0 0 19px!important;
  color:#102c3f!important;
  font-size:clamp(25px,3vw,35px)!important;
  line-height:1.08!important;
}

.rsv13-page-authority-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.rsv13-page-authority-grid>a{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:14px 15px;
  border:1px solid #d8e4eb;
  border-radius:11px;
  background:#fff;
  text-decoration:none!important;
}

.rsv13-page-authority-grid strong{
  color:#102c3f!important;
  font-size:13px;
}

.rsv13-page-authority-grid span{
  color:#6b7d88!important;
  font-size:10px;
}

.rsv13-page-authority-contact{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #d8e4eb;
}

.rsv13-page-authority-contact>span{
  margin-right:auto;
  color:#526a78;
  font-size:12px;
}

.rsv13-page-authority-contact>a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:8px 14px;
  border:1px solid #b9cfdd;
  border-radius:999px;
  color:#0b476f!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:800;
}

.rsv13-page-authority-contact>a:last-child{
  border-color:#ffc72c;
  background:#ffc72c;
  color:#062f50!important;
}

.rsv13-blog-cta{
  padding:34px;
  background:linear-gradient(135deg,#062f50,#075f9f);
  color:#fff;
  box-shadow:0 15px 38px rgba(6,47,80,.12);
}

.rsv13-blog-cta>span{
  color:#ffc72c;
}

.rsv13-blog-cta h2{
  max-width:760px;
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:clamp(29px,4vw,44px)!important;
  line-height:1.04!important;
  letter-spacing:-.03em!important;
}

.rsv13-blog-cta p{
  max-width:720px;
  margin:0 0 20px!important;
  color:#e8f1f6!important;
  line-height:1.65!important;
}

.rsv13-blog-cta>div{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.rsv13-blog-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:9px 18px;
  border-radius:999px;
  text-decoration:none!important;
  font-size:11px;
  font-weight:800;
}

.rsv13-blog-primary{
  background:#ffc72c;
  color:#062f50!important;
}

.rsv13-blog-phone{
  border:1px solid rgba(255,255,255,.55);
  background:#fff;
  color:#062f50!important;
}

@media(max-width:720px){
  .rsv13-page-authority,
  .rsv13-blog-cta{
    width:calc(100% - 24px);
    padding:23px;
  }

  .rsv13-page-authority-grid{
    grid-template-columns:1fr;
  }

  .rsv13-page-authority-contact{
    align-items:flex-start;
    flex-direction:column;
  }

  .rsv13-page-authority-contact>span{
    margin-right:0;
  }

  .rsv13-page-authority-contact>a,
  .rsv13-blog-cta a{
    width:100%;
    justify-content:center;
  }
}
