.ptb-auto-translation-notice {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  max-width: 1180px;
  margin: 1.5rem auto 2rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(10, 48, 95, .16);
  border-radius: 14px;
  background: rgba(238, 247, 252, .72);
  color: #31445c;
  font-size: .88rem;
  line-height: 1.5;
}
.ptb-auto-translation-notice__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: #0b376f;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
}
.ptb-auto-translation-notice a {
  color: #0b376f;
  font-weight: 650;
}
