.x-box {
  background-color: #fff;
  margin-bottom: .3rem;
  border-radius: 5px;
  padding: .2rem .2rem .2rem .34rem;
  box-shadow: 0px 2px 4px 2px rgba(0, 66, 124, 0.1);
}

.x-box-header {
  margin-bottom: .1rem;
}

.x-box-title::before {
  content: '';
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  margin-left: -.14rem;
  margin-right: 5px;
  display: inline-block;
  background-color: #55C97B;
}

.x-box-i18n {
  background-color: #fff;
  margin-bottom: .3rem;
  border-radius: 5px;
  padding: .2rem .34rem .2rem .2rem;
  box-shadow: 0px 2px 4px 2px rgba(0, 66, 124, 0.1);
}

.x-box-i18n .x-box-header {
  margin-bottom: .1rem;
}

.x-box-i18n .x-box-title::before {
  content: '';
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  margin-right: -.14rem;
  margin-left: 5px;
  display: inline-block;
  background-color: #55C97B;
}
