  div.subtitle {}
  div.content-text { }
  div.content-text ul { }

  .info[type="tip"] { }
  .info[type="tip"] .content { }
  .info[type="warning"] { }
  .info[type="warning"] .content { }

  .button-wrap button { }
  .button-wrap button:hover { }
  .button-wrap button:disabled { }

  .button-wrap .back-button button { }
  .button-wrap .back-button button svg path { }

  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 { }

 
.step-1660466[class*="Steps-styles__ContentWrap"]{
   width: 100%;
   padding-right:10px;
   padding-left:10px;
  }


/*customise heading for specific guides*/
.guide-e6zFLlJVZu h3 {
font-size: 20px!important;
}

/*customise collapsible sections*/

.ston-content-text details {
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.09);
  border: 1px lightgrey solid;
  padding: 10px;
}

.ston-content-text details summary::after {
  transform: rotate(90deg);
}

.ston-content-text details[open] summary::after {
  transform: rotate(-90deg) !important;
}
