.editor-styles-wrapper .wp-block-image img {
  display: block;
  width: min(100%, 651px);
  margin: 20px auto;
}
.editor-styles-wrapper p {
  margin: 20px 0;
  font-size: 16px;
  color: #000;
}
.editor-styles-wrapper h2 {
  padding: 5px;
  margin: 20px 0;
  background-color: #00448D;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.editor-styles-wrapper h3 {
  margin: 20px 0;
  font-weight: 600;
}
.editor-styles-wrapper a {
  color: #00448D;
  text-decoration: underline;
}
.editor-styles-wrapper ul {
  margin: 20px 0;
}
.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 20px;
  color: #000;
}
.editor-styles-wrapper ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  background-color: #00448D;
}
.editor-styles-wrapper ol {
  margin: 20px 0;
  padding-left: 20px;
}
.editor-styles-wrapper ol li {
  list-style: decimal;
  color: #000;
}
.editor-styles-wrapper ol li::marker {
  color: #00448D;
}
.editor-styles-wrapper .wp-block-quote {
  width: 100%;
  margin: 20px 0;
  padding: 20px 13px;
  font-size: 14px;
  line-height: 1.6;
  background-color: #E5F1FF;
}
.editor-styles-wrapper .wrap-style {
  margin: 20px 0;
  padding: 20px 13px;
  border: 1px solid #00448D;
  font-size: 14px;
  line-height: 1.6;
}
.editor-styles-wrapper .wp-block-button {
  margin: 20px auto;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  padding: 15px 47px;
  font-size: 18px;
  font-weight: 700;
  color: #00448D;
  background-color: #fff;
  border: 1px solid #00448D;
  border-radius: 0;
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 55%;
  right: 14px;
  transform: translateY(-50%);
  width: 18px;
  height: 1px;
  background-color: #00448D;
  border-radius: 1px;
}
.editor-styles-wrapper .wp-block-button .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #00448D;
  clip-path: polygon(0 0, 100% 50%, 0 50%);
}
