/* ── Thank You page ── */

/* Card hover border */
.mep-thankyou .et_pb_blurb:hover { border-color: #e07020 !important; }

/* Circular icon container on action cards */
.mep-thankyou .et_pb_main_blurb_image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(224,112,32,0.12);
  border: 1px solid rgba(224,112,32,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
