/* Separate risk exposure ring from protection shield. */
.sharp-risk__ring {
  transform: translateX(-8px) !important;
}

.sharp-risk__protection .sharp-home-icon {
  left: 5px !important;
}

@media (max-width: 390px) {
  .sharp-risk__ring {
    transform: translateX(-7px) !important;
  }

  .sharp-risk__protection .sharp-home-icon {
    left: 4px !important;
  }
}
