/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-gutenberg-original-block-box-tab-hint {
  margin-top: 3.125rem !important;
  margin-bottom: 1.75rem;
  border: 2px solid #4aac71;
  border-radius: 0 5px 5px 5px;
  padding: 1rem;
  line-height: 1.6;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  font-size: 0.875rem;
  background-color: #fff;
}
.wp-block-gutenberg-original-block-box-tab-hint:before {
  content: "hint";
  display: block;
  position: absolute;
  left: -.2rem;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  background: #4aac71;
  padding: 0.1em 0.5em 0.1em 2em;
  border-radius: .3rem .3rem 0 0;
  color: #fff;
  font-weight: 700;
}
.wp-block-gutenberg-original-block-box-tab-hint:after {
  content: '';
  display: block;
  background-image: url(../../img/hint.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  width: 0.8em;
  height: 1em;
  left: .3em;
  top: -.5rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
