/* Final text fit after exposure/ring shift. */
.sharp-risk__copy strong {
  font-size: clamp(9.6px, 2.45vw, 10.6px) !important;
}

.sharp-ai__copy strong {
  font-size: clamp(12.4px, 3.25vw, 14.4px) !important;
}

@media (max-width: 390px) {
  .sharp-risk__copy strong {
    font-size: 9.45px !important;
  }

  .sharp-ai__copy strong {
    font-size: 12.1px !important;
  }
}
