/*
 * Local source copy of Bunny CDN's css/tiny-mce/HelpCenterNoteBlock.css.
 * Keep this file in sync and publish every change to Bunny CDN.
 */
.tinymce-note {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  width: 100%;
  padding: 1.25rem 2.5rem;
  color: #161515;
  background-color: #f8f8f8;
  border: 0.0625rem solid #e8e8e8;
  font-family: 'Graphik', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;

  margin-bottom: 2.5rem;
}

.tinymce-note__icon {
  flex: 0 0 2.8125rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: grid;
  place-items: center;
}

.tinymce-note__icon svg {
  display: block;
}

.tinymce-note__content {
  align-self: center;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  margin: 0;
  color: #161515;
  font-family: 'Graphik', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
}

.tinymce-note__prefix {
  color: #161515;
  font-family: 'Graphik', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.tinymce-note--important .tinymce-note__prefix {
  color: rgba(224, 52, 0, 1);
}

@media (max-width: 47.9375rem) {
  .tinymce-note {
    padding: 1.25rem;
  }

  .tinymce-note--important {
    flex-direction: column;
    gap: 0.25rem;
  }

  .tinymce-note--important .tinymce-note__content {
    align-self: stretch;
  }
}
