  div.subtitle, h2.subtitle { }
  div.content-text { }
  div.content-text ul { }
  .content-text aside.tip { }
  .content-text aside.warning { }
  .button-wrap button { }
  .button-wrap button:hover { }
  .button-wrap button:disabled { }
  .button-wrap .back-button { }
  .button-wrap .back-button svg path {
    fill: #00826e;
   }
  a.tile { }
  a.tile svg path { }
  div.radio-wrap { }
  div.radio-wrap label { }
  div.radio-wrap .radio-check { }
  div.dropdown-wrap { }
  div.dropdown-wrap li { }

[data-step-id="4789794"] {
  padding: 0 !important;
  max-width: none !important;
  width: 10;
    }
/* optional – matches filled colour 
.button-wrap button:hover {
  background: #ff4a75;
  border: 1px solid #ff4a75;
  color: #ffffff;
} */

/* All buttons */
.button-wrap button {
  color: #05ab91;
  background: white;
  border: 1px solid #05ab91;
  height: 36px;
  padding: 0px 24px;
  font-size: 12px;
  border-radius: 32px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: auto;}

/* hover state of all buttons */
.button-wrap button:hover {
  background: #05ab91;
  border: 2px solid white;
  color: #ffffff;
}
.button-wrap button:hover svg path {
  fill: grey;
}