.wp-block-column .mfm-overlay {
  border-radius: 10px;
}
.wp-block-column .mfm-overlay .mfm-overlay-overlay {
  border-radius: 10px;
}

.mfm-overlay {
  width: 100%;
  max-width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.mfm-overlay .underline {
  color: #184579;
}
.mfm-overlay .underline {
  display: inline-block;
  position: relative;
  color: #184579;
}
.mfm-overlay .underline::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: red;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.mfm-overlay .mfm-overlay-overlay {
  max-width: 100%;
  display: block;
}
.mfm-overlay .mfm-overlay-inner {
  max-width: 100%;
}
.mfm-overlay .mfm-overlay-inner blockquote {
  font-size: 2em;
  line-height: normal;
}
.mfm-overlay .mfm-overlay-inner h2 {
  font-size: 3em;
  line-height: normal;
  font-weight: bold;
}
.mfm-overlay .mfm-overlay-inner h3 {
  font-size: 2em;
  font-weight: bold;
}
.mfm-overlay p a, .mfm-overlay p a:visited {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 40px 15px 40px;
  margin-top: 20px;
  clear: both;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px #fff solid;
}
.mfm-overlay p a:hover {
  transform: scale(1.09);
  background-color: #84bd41 !important;
}

.mfm-overlay:hover .underline::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}/*# sourceMappingURL=mfm-overlay.css.map */