.cr-pro-tip-message {
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0px 0px 40px rgba(112, 105, 89, 0.1);
  background: #ffffff;
  border-radius: 8px;
  min-height: 60px;
  padding-left: 15px;
  padding-right: 15px;

  &__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  &__header {
    font-weight: 700;
    gap: 8px;
    display: flex;
  }
}
