/* Walker Simple Responsive Text
   Paragraph block matching the Walker Highlight Intelligence Board intro style.
*/

.walker-simple-responsive-text,
.walker-simple-responsive-text *{
  box-sizing:border-box;
}

.walker-simple-responsive-text{
  width:100%;
  position:relative;
  color:var(--wsrt-text-color,#C6D3D6);
  padding-top:var(--wsrt-pad-top,0px);
  padding-bottom:var(--wsrt-pad-bottom,0px);
}

.walker-simple-responsive-text .wsrt-inner{
  width:100%;
  max-width:var(--wsrt-max-width,720px);
  color:var(--wsrt-text-color,#C6D3D6);
  font-size:clamp(var(--wsrt-font-min,14px),var(--wsrt-font-fluid,1.45vw),var(--wsrt-font-max,23px));
  line-height:var(--wsrt-line-height,1.45);
  font-weight:400;
}

.walker-simple-responsive-text.wsrt--container-left .wsrt-inner{
  margin-left:0;
  margin-right:auto;
}

.walker-simple-responsive-text.wsrt--container-center .wsrt-inner{
  margin-left:auto;
  margin-right:auto;
}

.walker-simple-responsive-text.wsrt--container-right .wsrt-inner{
  margin-left:auto;
  margin-right:0;
}

.walker-simple-responsive-text.wsrt--align-left .wsrt-inner{
  text-align:left;
}

.walker-simple-responsive-text.wsrt--align-center .wsrt-inner{
  text-align:center;
}

.walker-simple-responsive-text.wsrt--align-right .wsrt-inner{
  text-align:right;
}

.walker-simple-responsive-text .wsrt-inner p{
  margin:0 0 1em;
}

.walker-simple-responsive-text .wsrt-inner p:last-child{
  margin-bottom:0;
}

.walker-simple-responsive-text .wsrt-inner a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:.13em;
}

.walker-simple-responsive-text .wsrt-inner strong{
  font-weight:600;
}

@media (max-width:620px){
  .walker-simple-responsive-text .wsrt-inner{
    font-size:var(--wsrt-font-min,13px);
  }
}
