#gdCourseResumeRound{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(96px,.65fr);
  gap:5px;
  align-items:stretch;
  margin:0 0 12px;
  padding:5px;
  border-radius:999px;
  background:rgba(3,10,7,.84);
  box-shadow:inset 0 0 0 2px rgba(35,225,114,.34),0 14px 34px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  pointer-events:auto;
  z-index:2;
}
#gdCourseResumeRound[hidden]{
  display:none!important;
}
#gdCourseResumeRound button{
  border:0;
  min-height:46px;
  border-radius:999px;
  font:inherit;
  font-weight:950;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  pointer-events:auto;
}
#gdCourseResumeRound .gdCourseResumePrimary{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:2px;
  min-width:0;
  padding:7px 14px;
  color:#041008;
  background:#23e172;
  box-shadow:0 10px 22px rgba(15,170,82,.2);
}
#gdCourseResumeRound .gdCourseResumePrimary strong{
  font-size:16px;
  line-height:1;
}
#gdCourseResumeRound .gdCourseResumePrimary span{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:rgba(3,12,7,.7);
  font-size:11px;
  line-height:1.15;
  font-weight:900;
}
#gdCourseResumeRound .gdCourseResumeNew{
  min-width:0;
  padding:0 12px;
  color:rgba(255,255,255,.9);
  background:rgba(255,255,255,.1);
  box-shadow:none;
}
