

.ric-ds{
  padding: 56px 24px;
}

/* Garante negrito do WP (<strong>) dentro do bloco no FRONT */
.ric-ds strong,
.ric-ds b {
  font-weight: 700;
}

/* Se algum seletor do tema estiver zerando o negrito, força nos pontos críticos */
.ric-ds .ric-ds__col-title strong,
.ric-ds .ric-ds__metric-label strong,
.ric-ds .ric-ds__metric-value strong {
  font-weight: 700;
}

/* Último recurso (se o tema usa !important) */
.ric-ds .ric-ds__col-title strong,
.ric-ds .ric-ds__metric-label strong,
.ric-ds .ric-ds__metric-value strong {
  font-weight: 700 !important;
}

.ric-ds__inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;

  gap: 28px;

}
.ric-ds__col{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 33.33333%;
}
.ric-ds__col-title{
  width: 100%;
  margin: 0 0 44px;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  color: rgba(255,255,255,.92);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.ric-ds__card{
  width: 100% ;
  height: 370px;
  background: #fff;
  border-radius: 10px;
  padding: 26px 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}


.ric-ds__metric{
  text-align: center;
  padding: 22px 0;
}


.ric-ds__metric-label{
  font-size: 18px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(0,0,0,.75);
  margin-bottom: 6px;
}

.ric-ds__metric-value{
  font-size: 34px;
  line-height: 1.05;
  font-weight: 300;
  color: #1e5bff; /* azul do destaque */
}

.ric-ds__card--highlights{
  padding: 18px;
}

.ric-ds__highlight{
  margin: 18px 0;
}

.ric-ds__highlight-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.ric-ds__source{
  max-width: 1000px;
  margin: 20px auto 0;
}

@media (max-width: 580px){
  .ric-ds__inner{
    flex-direction: column;
  }
  .ric-ds__col{
    width: 100%;
    margin-bottom: 24px;
  }
  .ric-ds__col-title{
    margin-bottom: 20px;
  }
}
