/* R4X v2088 Beginner: category icons for every accordion card. */
.r4x-phase-sections--v790 .r4x-phase-collapse-summary .r4x-start-section-summary__text{
  display:grid!important;
  grid-template-columns:2.12rem minmax(0,1fr)!important;
  column-gap:.66rem!important;
  row-gap:.12rem!important;
  align-items:center!important;
  min-width:0!important;
}
.r4x-phase-sections--v790 .r4x-phase-collapse-summary .r4x-start-section-summary__text::before{
  content:'i';
  grid-column:1;
  grid-row:1 / span 2;
  width:2.08rem;
  height:2.08rem;
  border-radius:13px;
  display:grid;
  place-items:center;
  align-self:center;
  justify-self:start;
  border:1px solid rgba(232,226,210,.20);
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  color:rgba(246,243,235,.88);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(0,0,0,.18);
  font-size:.92rem;
  line-height:1;
  font-weight:950;
  letter-spacing:0;
  text-transform:none;
}
.r4x-phase-sections--v790 .r4x-phase-collapse-summary .r4x-start-section-title,
.r4x-phase-sections--v790 .r4x-phase-collapse-summary .r4x-start-section-desc{
  grid-column:2!important;
  min-width:0!important;
}
.r4x-phase-sections--v790 .r4x-phase-learning-section > .r4x-phase-collapse-summary .r4x-start-section-summary__text::before{
  content:'▶';
  border-color:rgba(91,155,213,.42);
  background:linear-gradient(145deg,rgba(91,155,213,.20),rgba(91,155,213,.055));
  color:#c8e3ff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 0 18px rgba(91,155,213,.16);
  font-size:.78rem;
}
.r4x-phase-sections--v790 .r4x-phase-foundation-section > .r4x-phase-collapse-summary .r4x-start-section-summary__text::before{
  content:'▣';
  border-color:rgba(212,175,55,.46);
  background:linear-gradient(145deg,rgba(212,175,55,.20),rgba(212,175,55,.055));
  color:#f4d675;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 18px rgba(212,175,55,.14);
  font-size:.88rem;
}
.r4x-phase-sections--v790 .r4x-phase-collapse--intro > .r4x-phase-collapse-summary .r4x-start-section-summary__text::before{
  content:'i';
}
.r4x-phase-sections--v790 .r4x-phase-collapse--qa > .r4x-phase-collapse-summary .r4x-start-section-summary__text::before{
  content:'?';
  border-color:rgba(232,226,210,.28);
  color:#f2ead4;
}
.r4x-phase-sections--v790 .r4x-phase-collapse--bonus > .r4x-phase-collapse-summary .r4x-start-section-summary__text::before{
  content:'✦';
  border-color:rgba(212,175,55,.48);
  background:linear-gradient(145deg,rgba(212,175,55,.22),rgba(255,255,255,.035));
  color:#f4d675;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 18px rgba(212,175,55,.16);
  font-size:1rem;
}
.r4x-phase-sections--v790 .r4x-phase-collapse--mini-check > .r4x-phase-collapse-summary .r4x-start-section-summary__text::before{
  content:'✓';
  border-color:rgba(27,127,93,.40);
  background:linear-gradient(145deg,rgba(27,127,93,.20),rgba(27,127,93,.055));
  color:#8ef2c8;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 0 18px rgba(27,127,93,.13);
  font-size:1rem;
}
@media(max-width:640px){
  .r4x-phase-sections--v790 .r4x-phase-collapse-summary .r4x-start-section-summary__text{
    grid-template-columns:1.86rem minmax(0,1fr)!important;
    column-gap:.54rem!important;
  }
  .r4x-phase-sections--v790 .r4x-phase-collapse-summary .r4x-start-section-summary__text::before{
    width:1.82rem;
    height:1.82rem;
    border-radius:11px;
    font-size:.78rem;
  }
  .r4x-phase-sections--v790 .r4x-phase-learning-section > .r4x-phase-collapse-summary .r4x-start-section-summary__text::before{font-size:.68rem;}
}
@media(max-width:410px){
  .r4x-phase-sections--v790 .r4x-phase-collapse-summary .r4x-start-section-summary__text{
    grid-template-columns:1.74rem minmax(0,1fr)!important;
    column-gap:.48rem!important;
  }
  .r4x-phase-sections--v790 .r4x-phase-collapse-summary .r4x-start-section-summary__text::before{
    width:1.70rem;
    height:1.70rem;
    border-radius:10px;
  }
}
