@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
.wpcm-d-none {
  display: none !important;
}

.sd-question--no-pointer-events {
  pointer-events: none;
}

.sv-action--hidden {
  display: none;
}

.sd-item__decorator.sd-checkbox__decorator {
  display: none;
}

.sd-item--checked {
  background-color: #022647;
  color: #fff;
}

.wpcm-test-correct-answer {
  background-color: #00B834 !important;
  color: #fff;
}

.wpcm-test-wrong-answer {
  background-color: #E70000 !important;
  color: #fff;
}

.sv-title-actions {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
}

.sd-element__content {
  margin-top: 2.5rem;
}
.sd-element__content fieldset {
  padding: 0;
  margin: 0;
  border: 1px solid #DEDEDE;
  display: table;
}
.sd-element__content fieldset legend {
  display: none;
}

.sd-error {
  display: none;
}

.sd-question input[type=checkbox], .sd-question input[type=radio] {
  display: none;
}
.sd-question img {
  margin-bottom: 2.5rem;
  max-width: 100%;
}
.sd-question .sd-item {
  border-bottom: 1px solid #DEDEDE;
  display: flex;
}
.sd-question .sd-item label {
  width: 100%;
  padding: 1.25rem 2.75rem;
}
.sd-question .sd-item .sd-item__control-label {
  display: flex;
  width: 100%;
  gap: 0.25rem;
}
.sd-question .sd-item .sd-item__control-label .wpcm-test-correctness-label-answer {
  margin-left: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
}
.sd-question .sd-item:last-of-type {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .sv-title-actions {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 18/16rem;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .sd-element__content {
    margin-top: 1.5rem;
  }
  .sd-question img {
    margin-bottom: 1.5rem;
  }
  .sd-question .sd-item {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 18/16rem;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .sd-question .sd-item label {
    width: 100%;
    padding: 1rem;
  }
  .sd-question .sd-item .sd-item__control-label .wpcm-test-correctness-label-answer {
    display: none;
  }
}
.wpcm-test {
  color: #1F2328;
  padding: 3.75rem 0 6.25rem;
}
.wpcm-test .wpcm-test__start-panel {
  width: 70%;
}
.wpcm-test .wpcm-test__header {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
}
.wpcm-test .wpcm-test__text {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
}
.wpcm-test .wpcm-test__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 2rem;
}
.wpcm-test .wpcm-test__box {
  border-radius: 0.5rem;
  border: 1px solid #DEDEDE;
  padding: 2.5rem;
}
.wpcm-test .wpcm-test__box .wpcm-test__box__top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.wpcm-test .wpcm-test__box .wpcm-test__box__top svg {
  flex-shrink: 0;
}
.wpcm-test .wpcm-test__box .wpcm-test__box__top .wpcm-test__box__top__mobile svg {
  display: none;
}
.wpcm-test .wpcm-test__box .wpcm-test__box__top .wpcm-test__box__top__header {
  font-size: 1rem;
  font-weight: 500;
  line-height: 25/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
}
.wpcm-test .wpcm-test__box .wpcm-test__box__top .wpcm-test__box__top__text {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
  color: #5F6368;
}
.wpcm-test .wpcm-test__box .wpcm-button {
  margin-top: 2rem;
}
.wpcm-test .wpcm-test__panel {
  padding: 6.25rem 7.5rem;
  margin: 0 13.75rem;
  border: 1px solid #DEDEDE;
  border-radius: 0.5rem;
}
.wpcm-test .wpcm-test__panel .wpcm-test__panel__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.wpcm-test .wpcm-test__panel .navigation-buttons-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wpcm-test .wpcm-test__panel .navigation-buttons-container .wpcm-button {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
  padding: 0.625rem 1rem !important;
}
.wpcm-test .wpcm-test__panel .navigation-buttons-container .wpcm-button svg {
  height: 20px;
}
.wpcm-test .wpcm-test__panel .wpcm-test__panel__navigation-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
}
.wpcm-test .wpcm-test-review {
  margin: 32px auto 0;
}

@media (max-width: 767px) {
  .wpcm-test {
    padding: 2rem 0;
  }
  .wpcm-test .wpcm-test__start-panel {
    width: 100%;
  }
  .wpcm-test .wpcm-test__header {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-test .wpcm-test__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-test .wpcm-test__block {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
  .wpcm-test .wpcm-test__box {
    padding: 1.5rem 1rem;
  }
  .wpcm-test .wpcm-test__box .wpcm-test__box__top {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .wpcm-test .wpcm-test__box .wpcm-test__box__top > svg {
    display: none;
  }
  .wpcm-test .wpcm-test__box .wpcm-test__box__top .wpcm-test__box__top__mobile {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .wpcm-test .wpcm-test__box .wpcm-test__box__top .wpcm-test__box__top__mobile svg {
    display: block;
  }
  .wpcm-test .wpcm-test__box .wpcm-test__box__top .wpcm-test__box__top__header {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 21/16rem;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-test .wpcm-test__box .wpcm-test__box__top .wpcm-test__box__top__text {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18/16rem;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-test .wpcm-test__box .wpcm-button {
    margin-top: 1rem;
    width: auto;
  }
  .wpcm-test .wpcm-test__panel {
    padding: 1rem;
    margin: 0 0 6.25rem;
    border-radius: 0.25rem;
  }
  .wpcm-test .wpcm-test__panel #surveyExternalNavigation {
    position: fixed;
    bottom: 0;
    width: calc(100% - 32px);
    left: 0;
    padding: 1.5rem 1rem;
    background-color: #F1F5FB;
    border-top: 1px solid #DEDEDE;
    -webkit-box-shadow: 0px -4px 20px 0px rgba(155, 155, 155, 0.14); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px -4px 20px 0px rgba(155, 155, 155, 0.14); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px -4px 20px 0px rgba(155, 155, 155, 0.14); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }
  .wpcm-test .wpcm-test__panel .wpcm-test__panel__navigation {
    margin-top: 0;
  }
  .wpcm-test .wpcm-test__panel .navigation-buttons-container {
    gap: 0.5rem;
  }
  .wpcm-test .wpcm-test__panel .navigation-buttons-container .wpcm-button {
    padding: 0.5rem 0.625rem !important;
  }
  .wpcm-test .wpcm-test__panel .navigation-buttons-container .wpcm-button svg {
    height: 16px;
  }
  .wpcm-test .wpcm-test__panel .wpcm-test__panel__navigation-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-test-review {
    margin: 16px auto 0;
  }
}
/**
 * Course Template Styles
 * 
 * BEM-style CSS for course display, navigation, and progress tracking
 */
/**
 * Course Test Styles
 * 
 * Styles for tests displayed within course lessons
 * Extends test styles with course-specific theming
 */
.wpcm-course__test {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 40px 85px;
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .wpcm-course__test {
    padding: 40px;
  }
}
.wpcm-course__test-header {
  display: none;
}
.wpcm-course__test-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
}
.wpcm-course__test-title svg {
  width: 28px;
  height: 28px;
  color: #3b82f6;
}
.wpcm-course__test-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0.5rem 0 0 2.5rem;
}
.wpcm-course__test-start-panel {
  text-align: center;
}
.wpcm-course__test-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .wpcm-course__test-intro {
    padding: 1.5rem;
  }
}
.wpcm-course__test-intro-icon svg {
  width: 48px;
  height: 48px;
  color: #3b82f6;
}
@media (max-width: 767px) {
  .wpcm-course__test-intro-icon svg {
    width: 40px;
    height: 40px;
  }
}
.wpcm-course__test-intro-content {
  text-align: center;
}
.wpcm-course__test-intro-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 767px) {
  .wpcm-course__test-intro-title {
    font-size: 1.125rem;
  }
}
.wpcm-course__test-intro-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .wpcm-course__test-intro-description {
    font-size: 0.8125rem;
  }
}
.wpcm-course__test-progress-bar {
  display: flex;
  gap: 16px;
}
.wpcm-course__test-progress-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #1F2328;
  white-space: nowrap;
}
.wpcm-course__test-progress-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
}
.wpcm-course__test-progress-value {
  position: absolute;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #1F2328;
  text-align: center;
  background-color: #F1F5FB;
  border-radius: 4px;
  transition: 0.3s;
}
.wpcm-course__test-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .wpcm-course__test-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wpcm-course__test-info div {
  color: #6b7280;
}
.wpcm-course__test-info span {
  font-weight: 600;
  color: #111827;
  margin-left: 0.25rem;
}
.wpcm-course__test-correct {
  color: #10b981 !important;
}
.wpcm-course__test-wrong {
  color: #ef4444 !important;
}
.wpcm-course__test-result {
  color: #3b82f6 !important;
}
.wpcm-course__test-timer {
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #1F2328;
  margin-top: 16px;
}
.wpcm-course__test-timer-value {
  font-weight: 700;
  color: #E70000;
}
.wpcm-course__test-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}
.wpcm-course__test-progress {
  margin-bottom: 24px;
}
.wpcm-course__test-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.wpcm-course__test-navigation-info {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.wpcm-course__test-navigation-buttons {
  display: flex;
  gap: 16px;
}
.wpcm-course__test .wpcm-button {
  padding: 10px 16px;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.wpcm-course__test .wpcm-button svg {
  width: 20px;
  height: 20px;
}
.wpcm-course__test-start {
  width: 100%;
  justify-content: center;
}
.wpcm-course__test-prev, .wpcm-course__test-next {
  background: #ffffff;
  color: #374151;
  border: 1px solid #d1d5db;
}
.wpcm-course__test-prev:hover, .wpcm-course__test-next:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}
.wpcm-course__test-complete {
  background: #3b82f6;
  color: #ffffff;
}
.wpcm-course__test-complete:hover {
  background: #2563eb;
}
.wpcm-course__test-stop {
  background: #ef4444;
  color: #ffffff;
}
.wpcm-course__test-stop:hover {
  background: #dc2626;
}
.wpcm-course__test-panel-review {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
.wpcm-course__test-again {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #fff !important;
  color: #1F2328 !important;
  border: 1px solid #DEDEDE;
}
.wpcm-course__test-again:hover {
  background-color: #F7F7F6 !important;
}
.wpcm-course__test-again::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/arrow.svg") no-repeat;
  background-size: contain;
}
.wpcm-course__test-review {
  background: #FFB703;
  color: #fff;
}
.wpcm-course__test-access-denied {
  background: #fef3c7;
  border: 1px solid #fbbf24;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1.5rem;
}
.wpcm-course__test-access-denied p {
  margin: 0;
  color: #92400e;
  font-size: 0.875rem;
}
.wpcm-course__test-result-header {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1F2328;
  text-align: center;
}
.wpcm-course__test-result-icon {
  margin: 24px auto 0;
  width: 100px;
  height: 100px;
}
.wpcm-course__test-result-text {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #1F2328;
  text-align: center;
}
.wpcm-course__test-result-answers {
  margin-top: 16px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.wpcm-course__test-result-caption {
  margin: 16px auto 0;
  max-width: 470px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #1F2328;
  text-align: center;
}
.wpcm-course__test-result--passed .wpcm-course__test-result-icon {
  background: url("../img/passed.svg") no-repeat;
  background-size: contain;
}
.wpcm-course__test-result--passed .wpcm-course__test-result-answers {
  color: #11B980;
}
.wpcm-course__test-result--failed .wpcm-course__test-result-icon {
  background: url("../img/failed.svg") no-repeat;
  background-size: contain;
}
.wpcm-course__test-result--failed .wpcm-course__test-result-answers {
  color: #E70000;
}
.wpcm-course__test--passed .wpcm-course__test-progress, .wpcm-course__test--failed .wpcm-course__test-progress {
  display: none;
}

.wpcm-course__test .sd-root-modern {
  background: transparent;
  border: none;
  padding: 0;
}
.wpcm-course__test .sd-page {
  background: #ffffff;
}
.wpcm-course__test .sv-title-actions {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #1F2328 !important;
}
.wpcm-course__test .sd-question__required-text {
  display: none;
}
.wpcm-course__test .sv-string-viewer {
  margin-left: -8px;
}
.wpcm-course__test .sd-element__content {
  margin-top: 24px !important;
}
.wpcm-course__test .sd-element__content fieldset {
  border: none;
}
.wpcm-course__test .sd-item {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  cursor: pointer;
  transition: 0.3s;
}
.wpcm-course__test .sd-item:not(:first-child) {
  border-top: none;
}
.wpcm-course__test .sd-item:last-of-type {
  border-bottom: 1px solid #DEDEDE;
}
.wpcm-course__test .sd-item:hover {
  background-color: #F7F7F6;
}
.wpcm-course__test .sd-item--checked {
  background: #F1F5FB;
}
.wpcm-course__test .sd-item--checked:hover {
  background: #F1F5FB;
}
.wpcm-course__test .sd-item label {
  padding: 20px 44px;
}
.wpcm-course__test .sd-item .sv-string-viewer {
  margin-left: 0;
}
.wpcm-course__test .sd-item__control-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #1F2328;
}
.wpcm-course__test .sd-item__control-label strong {
  font-weight: 700;
}
.wpcm-course__test .wpcm-test-correct-answer {
  background: #d1fae5 !important;
}
.wpcm-course__test .wpcm-test-correct-answer .sd-item__control-label {
  color: #065f46;
}
.wpcm-course__test .wpcm-test-wrong-answer {
  background: #fee2e2 !important;
}
.wpcm-course__test .wpcm-test-wrong-answer .sd-item__control-label {
  color: #991b1b;
}
.wpcm-course__test .wpcm-test-correctness-label-answer {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}
.wpcm-course__test .wpcm-test-correct-answer .wpcm-test-correctness-label-answer {
  background: #10b981;
  color: #ffffff;
}
.wpcm-course__test .wpcm-test-wrong-answer .wpcm-test-correctness-label-answer {
  background: #ef4444;
  color: #ffffff;
}
.wpcm-course__test img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.wpcm-course__test .sd-completedpage {
  text-align: center;
}
.wpcm-course__test .sd-completedpage h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}
.wpcm-course__test .sd-completedpage p {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .wpcm-course__test {
    padding: 16px;
    margin-top: 24px;
    border-radius: 0;
  }
  .wpcm-course__test-header {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .wpcm-course__test-title {
    font-size: 1.25rem;
  }
  .wpcm-course__test-title svg {
    width: 24px;
    height: 24px;
  }
  .wpcm-course__test-description {
    margin-left: 2rem;
  }
  .wpcm-course__test-intro {
    padding: 1rem;
  }
  .wpcm-course__test-progress {
    padding: 0;
  }
  .wpcm-course__test-progress-label {
    font-size: 14px;
  }
  .wpcm-course__test-timer {
    font-size: 10px;
  }
  .wpcm-course__test .sd-question {
    padding: 0;
  }
  .wpcm-course__test .sv-title-actions {
    font-size: 12px !important;
  }
  .wpcm-course__test .sd-element__content {
    margin-top: 24px !important;
  }
  .wpcm-course__test .sd-item {
    padding: 0;
  }
  .wpcm-course__test .sd-item label {
    padding: 16px;
  }
  .wpcm-course__test .sd-item__control-label {
    font-size: 12px;
  }
  .wpcm-course__test-navigation-info {
    font-size: 14px;
  }
  .wpcm-course__test-navigation-buttons {
    gap: 8px;
  }
  .wpcm-course__test .wpcm-button {
    font-size: 14px !important;
    padding: 8px 10px !important;
  }
  .wpcm-course__test .wpcm-button svg {
    width: 16px;
    height: 16px;
  }
  .wpcm-course__test .sd-completedpage {
    padding: 0;
  }
  .wpcm-course__test-result-header {
    font-size: 20px;
  }
  .wpcm-course__test-result-icon {
    margin: 16px auto 0;
    width: 70px;
    height: 70px;
  }
  .wpcm-course__test-result-text {
    margin-top: 16px;
    font-size: 12px;
  }
  .wpcm-course__test-result-answers {
    margin-top: 4px;
    font-size: 24px;
  }
  .wpcm-course__test-result-caption {
    margin-top: 4px;
    font-size: 10px;
  }
  .wpcm-course__test-panel-review {
    margin-top: 16px;
    gap: 16px;
  }
}
.wpcm-course__wrapper {
  overflow: clip;
}
.wpcm-course__titleMobile {
  display: none;
}
@media (max-width: 767px) {
  .wpcm-course__titleMobile {
    display: block;
    padding: 16px 5%;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    background-color: #F1F5FB;
  }
}
.wpcm-course__container {
  display: grid;
  grid-template-columns: 58% 42%;
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
}
@media (max-width: 767px) {
  .wpcm-course__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
}
.wpcm-course__content {
  margin-right: 3.5rem;
  max-width: 800px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .wpcm-course__content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .wpcm-course__navigation {
    position: sticky;
    bottom: 0;
    left: 0;
    margin: 0 -5.5%;
    padding: 10px 5.5%;
    width: 111%;
    background-color: #F1F5FB;
    z-index: 100;
  }
  .wpcm-course__navigation .wpcm-course-progress-bar {
    gap: 16px;
  }
  .wpcm-course__navigation .wpcm-course-progress-bar__header .wpcm-course-progress-bar__label {
    font-size: 12px;
    white-space: nowrap;
  }
  .wpcm-course__navigation .wpcm-course-progress-bar__header .wpcm-course-progress-bar__stats {
    font-size: 10px;
    white-space: nowrap;
  }
  .wpcm-course__navigation .wpcm-course-progress-bar__bar {
    width: 100%;
    height: 20px;
  }
  .wpcm-course__navigation .wpcm-course-progress-bar__bar .wpcm-course-progress-bar__fill {
    height: 18px;
  }
  .wpcm-course__navigation .wpcm-lesson-navigation__prev .wpcm-lesson-nav-button--prev {
    padding: 10px 16px 10px 8px !important;
    font-size: 11px !important;
  }
  .wpcm-course__navigation .wpcm-lesson-navigation__center {
    width: fit-content !important;
  }
  .wpcm-course__navigation .wpcm-lesson-navigation__center .wpcm-lesson-nav-button {
    gap: 8px !important;
    width: fit-content !important;
    padding: 10px 16px !important;
    font-size: 11px !important;
  }
  .wpcm-course__navigation .wpcm-lesson-navigation__next .wpcm-lesson-nav-button--next {
    padding: 10px 8px 10px 16px !important;
    font-size: 11px !important;
  }
}
.wpcm-course__lesson {
  padding-top: 3.75rem;
}
@media (max-width: 767px) {
  .wpcm-course__lesson {
    padding-top: 1.5rem;
    margin-bottom: 16px;
  }
}

.wpcm-course__sidebar {
  position: relative;
  padding: 3.75rem 0 3.75rem 1.875rem;
  background: #f4f6fa;
}
.wpcm-course__sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background: #f4f6fa;
  z-index: -1;
}
@media (max-width: 767px) {
  .wpcm-course__sidebar {
    padding: 0;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .wpcm-course__sidebar--desktop {
    display: none;
  }
}

.wpcm-course-sidebar {
  width: 100%;
  height: fit-content;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar {
    width: 100%;
    position: static;
    top: unset;
  }
}
.wpcm-course-sidebar__omnibus {
  margin-top: 4px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #022647;
}
.wpcm-course-sidebar__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #022647;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__title {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.wpcm-course-sidebar__modules {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__modules {
    margin-top: 0;
  }
}

.wpcm-course-progress-bar {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .wpcm-course-progress-bar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
  }
}
.wpcm-course-progress-bar__label {
  font-size: 18px;
  font-weight: 700;
  color: #1F2328;
  margin-bottom: 4px;
  display: block;
}
@media (max-width: 767px) {
  .wpcm-course-progress-bar__label {
    font-size: 10px;
    margin-bottom: 0;
  }
}
.wpcm-course-progress-bar__track {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.wpcm-course-progress-bar__fill {
  background: #FF7A18;
  border-radius: 4px;
  transition: width 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8%;
  height: 26px;
}
.wpcm-course-progress-bar__fill--complete {
  background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}
.wpcm-course-progress-bar__percentage {
  color: #fff;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 18/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
}
@media (max-width: 767px) {
  .wpcm-course-progress-bar__percentage {
    font-size: 9px;
  }
}
.wpcm-course-progress-bar__stats {
  display: block;
  margin-bottom: 8px;
  color: #1F2328;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
}
@media (max-width: 767px) {
  .wpcm-course-progress-bar__stats {
    font-size: 9px;
    margin-bottom: 0;
  }
}
.wpcm-course-progress-bar__complete-message {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background: #d1fae5;
  border: 1px solid #10b981;
  border-radius: 6px;
  margin-top: 1rem;
}
.wpcm-course-progress-bar__complete-message svg {
  flex-shrink: 0;
  color: #059669;
}
.wpcm-course-progress-bar__complete-message span {
  font-size: 0.875rem;
  color: #065f46;
  font-weight: 500;
}
.wpcm-course-progress-bar__bar {
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #fff;
  height: 28px;
}
@media (max-width: 767px) {
  .wpcm-course-progress-bar__bar {
    width: 204px;
  }
}
@media (max-width: 767px) {
  .wpcm-course-progress-bar--hideOnMobile {
    display: none !important;
  }
}
.wpcm-course-progress-bar--hideOnDesktop {
  display: none !important;
}
@media (max-width: 767px) {
  .wpcm-course-progress-bar--hideOnDesktop {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .wpcm-course-sidebar__timer-desktop {
    display: none;
  }
}
.wpcm-course-sidebar__timer-mobile {
  display: none;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__timer-mobile {
    display: block;
  }
}
.wpcm-course-sidebar__timer-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__timer-title {
    font-size: 12px;
  }
}
.wpcm-course-sidebar__timer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__timer-wrapper {
    margin-top: 8px;
  }
}
.wpcm-course-sidebar__timer-countdown {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wpcm-course-sidebar__timer-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 64px;
  height: 70px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__timer-unit {
    width: 44px;
    height: 41px;
  }
}
.wpcm-course-sidebar__timer-value {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #164FF3;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__timer-value {
    font-size: 15px;
  }
}
.wpcm-course-sidebar__timer-label {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__timer-label {
    font-size: 8px;
  }
}
.wpcm-course-sidebar__timer-coupon-wrapper {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__timer-coupon-wrapper {
    gap: 8px;
  }
}
.wpcm-course-sidebar__timer-coupon {
  padding: 8px 12px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  border-radius: 4px;
  background-color: #164FF3;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__timer-coupon {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.wpcm-course-sidebar__timer-coupon-icon {
  cursor: pointer;
  transition: 0.3s;
}
.wpcm-course-sidebar__timer-coupon-icon:hover {
  transform: scale(1.1);
}

.wpcm-module:not(:first-child) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #D2D8E2;
}
.wpcm-module__toggle {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}
@media (max-width: 767px) {
  .wpcm-module__toggle {
    padding: 5px 8px;
  }
}
.wpcm-module__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #1F2328;
  margin: 0;
}
@media (max-width: 767px) {
  .wpcm-module__title {
    font-size: 14px;
  }
}
.wpcm-module__icon {
  display: flex;
  width: 15px;
  height: 9px;
  color: #1F2328;
  transition: transform 0.2s;
}
[aria-expanded=true] .wpcm-module__icon {
  transform: rotate(180deg);
}
.wpcm-lesson-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .wpcm-lesson-list {
    margin: 16px 0 0;
  }
}
.wpcm-lesson-list__item {
  padding: 0;
}
.wpcm-lesson-list__item:not(:first-child) {
  border-top: 1px solid #DEDEDE;
}
@media (max-width: 767px) {
  .wpcm-lesson-list__item {
    margin-top: 0;
  }
}
.wpcm-lesson-list__item--completed .wpcm-lesson-list__status {
  color: #065F46;
}
.wpcm-lesson-list__item--current .wpcm-lesson-list__link {
  background-color: #E4E8F0 !important;
  font-weight: 600;
}
.wpcm-lesson-list__item--current .wpcm-lesson-list__link:hover {
  background-color: #E4E8F0 !important;
  font-weight: 600;
}
.wpcm-lesson-list__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  color: #1F2328;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff !important;
  transition: all 0.2s;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.wpcm-lesson-list__link:hover {
  color: #1F2328;
  font-weight: 500;
  background-color: #E4E8F0 !important;
}
@media (max-width: 767px) {
  .wpcm-lesson-list__link {
    padding: 12px 8px;
    font-size: 12px;
  }
}
.wpcm-lesson-list__status {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  color: #1F2328;
  transition: color 0.2s;
}
.wpcm-lesson-list__text {
  flex: 1;
}
.wpcm-lesson-list__activeButton {
  margin-left: auto;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 8px;
  background-color: #DCFAE7;
}
@media (max-width: 767px) {
  .wpcm-lesson-list__activeButton {
    padding: 3px 8px;
    font-size: 10px;
  }
}
.wpcm-lesson-list__lockedButton {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .wpcm-lesson-list__lockedButton {
    font-size: 10px;
  }
}
.wpcm-lesson-list__lockedButtonIcon {
  padding: 8px 10px;
  border-radius: 8px;
  background-color: #FEEEEE;
}
@media (max-width: 767px) {
  .wpcm-lesson-list__lockedButtonIcon {
    padding: 4px 6px;
    border-radius: 3px;
  }
}
.wpcm-lesson-list__title {
  font-size: 13px;
}
@media (max-width: 767px) {
  .wpcm-lesson-list__title {
    font-size: 11px;
  }
}

.wpcm-course-main {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.wpcm-lesson__header {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .wpcm-lesson__header {
    margin-bottom: 16px;
  }
}
.wpcm-lesson__headerTitle {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: normal;
  font-family: "Source Sans 3";
  color: #164FF3;
}
@media (max-width: 767px) {
  .wpcm-lesson__headerTitle {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 22/16rem;
    letter-spacing: normal;
    font-family: "Source Sans 3";
    margin-bottom: 0.5rem;
  }
}
.wpcm-lesson__description {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  font-family: "DM Sans";
}
.wpcm-lesson__description p:not(:first-child) {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .wpcm-lesson__description {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18/16rem;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-lesson__description p:not(:first-child) {
    margin-top: 8px;
  }
  .wpcm-lesson__description .wpcm-lesson__description-content {
    transition: height 0.4s;
    height: 35px;
    overflow: hidden;
  }
  .wpcm-lesson__description.wpcm-lesson__description--expanded .wpcm-lesson__description-content {
    height: auto;
  }
}
.wpcm-lesson__description-toggle {
  margin-top: 0.5rem;
  display: none;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 18/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
}
.wpcm-lesson__description-toggle.wpcm-lesson__description-toggle--expanded svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .wpcm-lesson__description-toggle {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .wpcm-lesson__description-toggle svg {
    flex-shrink: 0;
    width: 0.25rem;
    height: 0.375rem;
  }
}
.wpcm-lesson__breadcrumb {
  border-bottom: 1px solid #DEDEDE;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
}
.wpcm-lesson__breadcrumb span {
  color: #0F172A;
}
.wpcm-lesson__breadcrumb a {
  color: #757575;
}
.wpcm-lesson__breadcrumb svg {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .wpcm-lesson__breadcrumb {
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 15/16rem;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
}
.wpcm-lesson__breadcrumbContainer {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .wpcm-lesson__breadcrumbContainer {
    padding: 13px 20px;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    gap: 6px;
  }
}
.wpcm-lesson__meta {
  margin-top: 2.5rem;
  padding: 8px 24px;
  width: fit-content;
  background-color: #f4f6fa;
  color: #757575;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 18/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
}
@media (max-width: 767px) {
  .wpcm-lesson__meta {
    padding: 0.375rem 1rem;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 15/16rem;
    letter-spacing: normal;
    font-family: "DM Sans";
    margin-top: 1rem;
  }
}
.wpcm-lesson__meta span:not(:first-child)::before {
  content: "|";
  margin: 0 8px;
  color: #757575;
}
.wpcm-lesson__title {
  font-size: 22px;
  font-weight: 700;
  color: #022647;
  margin-top: 16px !important;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .wpcm-lesson__title {
    font-size: 20px;
  }
}
.wpcm-lesson__media {
  position: relative;
  background: #000000;
}
.wpcm-lesson__media video, .wpcm-lesson__media iframe {
  width: 100%;
  height: auto;
  min-height: 400px;
  display: block;
}
@media (max-width: 767px) {
  .wpcm-lesson__media video, .wpcm-lesson__media iframe {
    min-height: 250px;
  }
}
.wpcm-lesson__body h1:not(:first-child),
.wpcm-lesson__body h2:not(:first-child),
.wpcm-lesson__body h3:not(:first-child),
.wpcm-lesson__body h4:not(:first-child),
.wpcm-lesson__body h5:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .wpcm-lesson__body h1:not(:first-child),
  .wpcm-lesson__body h2:not(:first-child),
  .wpcm-lesson__body h3:not(:first-child),
  .wpcm-lesson__body h4:not(:first-child),
  .wpcm-lesson__body h5:not(:first-child) {
    margin-top: 24px;
  }
}
.wpcm-lesson__body h1 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  color: #022647;
}
@media (max-width: 767px) {
  .wpcm-lesson__body h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.wpcm-lesson__body h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #1F2328;
}
@media (max-width: 767px) {
  .wpcm-lesson__body h2 {
    font-size: 22px;
    line-height: 33px;
  }
}
.wpcm-lesson__body h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  color: #1F2328;
}
@media (max-width: 767px) {
  .wpcm-lesson__body h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpcm-lesson__body h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #1F2328;
}
@media (max-width: 767px) {
  .wpcm-lesson__body h4 {
    font-size: 18px;
    line-height: 27px;
  }
}
.wpcm-lesson__body h5 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #1F2328;
}
@media (max-width: 767px) {
  .wpcm-lesson__body h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.wpcm-lesson__body p {
  font-size: 15px;
  line-height: 1.5;
  color: #1F2328;
}
.wpcm-lesson__body p:not(:first-of-type) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .wpcm-lesson__body p {
    font-size: 13px;
  }
}
.wpcm-lesson__body p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.wpcm-lesson__body ul, .wpcm-lesson__body ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.wpcm-lesson__body figure {
  margin-top: 40px;
  padding: 0;
}
@media (max-width: 767px) {
  .wpcm-lesson__body figure {
    margin-top: 24px;
    padding: 0;
  }
}
.wpcm-lesson__body img {
  max-width: 100%;
  height: auto;
}
.wpcm-lesson__body code {
  padding: 0.2rem 0.4rem;
  background: #f3f4f6;
  border-radius: 3px;
  font-size: 0.875em;
}
.wpcm-lesson__body pre {
  padding: 1rem;
  background: #1f2937;
  color: #f9fafb;
  border-radius: 6px;
  overflow-x: auto;
  margin-bottom: 1rem;
}
.wpcm-lesson__body pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.wpcm-lesson__files {
  margin-top: 56px;
  padding: 0;
}
@media (max-width: 767px) {
  .wpcm-lesson__files {
    margin-top: 0;
    border-radius: 0;
  }
}
.wpcm-lesson__files h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 24/16rem;
  letter-spacing: normal;
  font-family: "Source Sans 3";
  color: #1F2328;
}
@media (max-width: 767px) {
  .wpcm-lesson__files h3 {
    display: none;
  }
}
.wpcm-lesson__video {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin-top: 24px;
}
.wpcm-lesson__video-title {
  margin-top: 0 !important;
}
.wpcm-lesson__video-item {
  width: 100%;
  margin-bottom: 24px;
}
.wpcm-lesson__video-item:last-child {
  margin-bottom: 0;
}
.wpcm-lesson__video-player {
  width: 100%;
  height: auto;
  display: block;
}
.wpcm-lesson__video-embed {
  width: 100%;
  position: relative;
}
.wpcm-lesson__video-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}
.wpcm-lesson__content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
  color: #000000;
}
@media (max-width: 767px) {
  .wpcm-lesson__content {
    display: none;
  }
}
.wpcm-lesson__content p {
  margin-bottom: 0;
}

.wpcm-lesson .wpcm-lesson__files {
  display: block;
}
@media (max-width: 767px) {
  .wpcm-lesson .wpcm-lesson__files {
    display: none;
  }
}

.wpcm-lesson__files-list {
  list-style: none;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .wpcm-lesson__files-list {
    margin: 16px 0 0 0 !important;
  }
}

.wpcm-lesson__file {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: normal;
  font-family: "DM Sans";
  color: #1F2328;
}
.wpcm-lesson__file-item {
  padding: 0.625rem 0.5rem;
  transition: 0.3s;
  border-radius: 0.25rem;
  border: 1px solid #DEDEDE;
}
@media (max-width: 767px) {
  .wpcm-lesson__file-item {
    padding: 12px 8px;
  }
}
.wpcm-lesson__file-item:hover {
  background-color: #f4f6fa !important;
}
.wpcm-lesson__file-link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wpcm-lesson__file-icon {
  height: 24px;
}
@media (max-width: 767px) {
  .wpcm-lesson__file-icon {
    height: 16px;
  }
}
.wpcm-lesson__file-icon svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .wpcm-lesson__file-icon svg {
    width: 16px;
    height: 16px;
  }
}
.wpcm-lesson__file-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #1F2328;
}
@media (max-width: 767px) {
  .wpcm-lesson__file-name {
    font-size: 12px;
  }
}

.wpcm-lesson-navigation {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .wpcm-lesson-navigation {
    margin-top: 0;
    flex-wrap: unset;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .wpcm-lesson-navigation__center {
    width: 100%;
  }
}
.wpcm-lesson-navigation__center .wpcm-lesson-nav-button {
  display: flex;
}
@media (max-width: 767px) {
  .wpcm-lesson-navigation__center .wpcm-lesson-nav-button {
    width: 100%;
    justify-content: center;
  }
}

.wpcm-lesson-nav-buttons {
  display: flex;
  gap: 1rem;
  flex: 1;
}
@media (max-width: 767px) {
  .wpcm-lesson-nav-buttons {
    flex-direction: column;
  }
}

.wpcm-lesson-nav-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px !important;
  background: #fff !important;
  border: 1px solid #DEDEDE !important;
  border-radius: 4px;
  color: #0F172A !important;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 500;
  line-height: normal;
  transition: all 0.2s;
  cursor: pointer;
}
.wpcm-lesson-nav-button:hover:not(.wpcm-lesson-nav-button--disabled) {
  background: #F7F7F6;
  border-color: #DEDEDE;
  color: #1F2328;
}
@media (max-width: 767px) {
  .wpcm-lesson-nav-button {
    gap: 4px;
    padding: 8px 10px;
    font-size: 12px;
  }
}
.wpcm-lesson-nav-button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wpcm-lesson-nav-button--primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}
.wpcm-lesson-nav-button--primary:hover:not(.wpcm-lesson-nav-button--primary--disabled) {
  background: #1d4ed8;
  border-color: #1d4ed8;
}
.wpcm-lesson-nav-button--complete svg {
  width: 15px !important;
  height: 15px !important;
}
.wpcm-lesson-nav-button--completed {
  background: #D1FAE5 !important;
  border-color: #065F46 !important;
  color: #065F46 !important;
}
.wpcm-lesson-nav-button--completed:hover {
  background: #D1FAE5 !important;
  border-color: #065F46 !important;
  color: #065F46 !important;
}
.wpcm-lesson-nav-button--processing {
  opacity: 0.7;
  cursor: wait;
}
.wpcm-lesson-nav-button__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcm-lesson-nav-button__icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .wpcm-lesson-nav-button__icon {
    width: 14px;
    height: 14px;
  }
}
.wpcm-lesson-nav-button--prev {
  padding: 14px 24px 14px 16px !important;
}
.wpcm-lesson-nav-button--next {
  padding: 14px 16px 14px 24px !important;
}
.wpcm-lesson-nav-button--prev .wpcm-lesson-nav-button__icon {
  order: -1;
}
.wpcm-lesson-nav-button--next .wpcm-lesson-nav-button__icon {
  order: 1;
}
@media (max-width: 767px) {
  .wpcm-lesson-nav-button__label--desktop {
    display: none;
  }
}
.wpcm-lesson-nav-button__label--mobile {
  display: none;
}
@media (max-width: 767px) {
  .wpcm-lesson-nav-button__label--mobile {
    display: block;
  }
}

.wpcm-course-complete {
  text-align: center;
  padding: 2rem;
}
.wpcm-course-complete__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  color: #10b981;
}
.wpcm-course-complete__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
}
.wpcm-course-complete__message {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
}

.wpcm-toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 9999;
  max-width: 400px;
}
@media (max-width: 767px) {
  .wpcm-toast {
    left: 1rem;
    right: 1rem;
    max-width: none;
  }
}
.wpcm-toast svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.wpcm-toast span {
  font-size: 0.9375rem;
  font-weight: 500;
}
.wpcm-toast--success {
  border-color: #10b981;
  background: #d1fae5;
}
.wpcm-toast--success svg {
  color: #059669;
}
.wpcm-toast--success span {
  color: #065f46;
}
.wpcm-toast--error {
  border-color: #ef4444;
  background: #fee2e2;
}
.wpcm-toast--error svg {
  color: #dc2626;
}
.wpcm-toast--error span {
  color: #991b1b;
}

.wpcm-lesson--locked .wpcm-lesson__body--locked {
  min-height: 448px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .wpcm-lesson--locked .wpcm-lesson__body--locked {
    min-height: 300px;
    padding: 24px 20px;
  }
}

.wpcm-lesson__locked-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wpcm-course-sidebar__unlock-section {
  padding: 24px 24px 32px 24px;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__unlock-section {
    display: none;
  }
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__unlock-section--active {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 76px 24px 32px !important;
    max-width: 90%;
    width: 400px;
    z-index: 10001;
    border-radius: 8px;
  }
}

.wpcm-course-sidebar__background {
  display: none;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__background--active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.6);
    z-index: 10000;
  }
}

.wpcm-course-sidebar__unlock-close {
  display: none;
  position: absolute;
  top: 32px;
  right: 24px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  color: #1F2328;
  cursor: pointer;
  z-index: 1;
  transition: color 0.2s;
}
.wpcm-course-sidebar__unlock-close:hover {
  color: #FF7A18;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__unlock-section--active .wpcm-course-sidebar__unlock-close {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.wpcm-course-sidebar__unlock-close svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 767px) {
  .wpcm-course-sidebar__unlock-top {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

.wpcm-course-sidebar__unlock-image {
  width: 100%;
  height: auto;
  border-radius: 2px;
  border: 1px solid #DEDEDE;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__unlock-image {
    width: 61px;
  }
}

.wpcm-course-sidebar__unlock-price {
  margin-top: 16px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__unlock-price {
    margin-top: 0;
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    font-weight: 800;
  }
}
.wpcm-course-sidebar__unlock-price .woocommerce-price-suffix {
  display: none;
}

.wpcm-course-sidebar__unlock-title {
  margin-top: 16px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__unlock-title {
    margin-top: 4px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    font-weight: 800;
  }
}

.wpcm-course-sidebar__unlock-description {
  margin-top: 8px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #757575;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__unlock-description {
    margin-top: 16px;
    font-size: 12px;
  }
}

.wpcm-course-sidebar__unlock-button {
  display: block;
  margin: 24px auto 0;
  max-width: 399px;
  padding: 14px 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  background: #FF7A18;
  transition: 0.3s;
}
.wpcm-course-sidebar__unlock-button:hover {
  background-color: #E67600;
  color: #fff;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__unlock-button {
    margin: 24px 0 0;
    padding: 16px;
    width: 100%;
    font-size: 13px;
  }
}

.wpcm-lesson__unlock-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 0.3125rem 1rem;
  border-radius: 6.25rem;
  background-color: #fff;
  color: #1F2328;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: normal;
  font-family: "DM Sans";
}
@media (max-width: 767px) {
  .wpcm-lesson__unlock-button {
    margin-top: 8px;
    padding: 3px 10px;
    font-size: 9px;
  }
}

.wpcm-lesson__unlock-main-button {
  display: none;
  margin-top: 32px;
  padding: 10px 12px;
  background-color: #FF7A18;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.11px;
  transition: 0.3s;
}
.wpcm-lesson__unlock-main-button:hover {
  background-color: #E67600;
  color: #fff;
}
@media (max-width: 767px) {
  .wpcm-lesson__unlock-main-button {
    display: block;
  }
}

.wpcm-lesson__unlock-more {
  display: none;
  margin-top: 11px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .wpcm-lesson__unlock-more {
    display: block;
  }
}

.wpcm-course-sidebar__unlock-section {
  margin-bottom: 24px;
  padding: 0 -24px;
}
@media (max-width: 767px) {
  .wpcm-course-sidebar__unlock-section {
    margin-bottom: 16px;
    padding: 0;
  }
}

.wpcm-course-sidebar__unlock-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.wpcm-access-denied {
  max-width: 600px;
  margin: 4rem auto;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-align: center;
}
.wpcm-access-denied__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  color: #ef4444;
}
.wpcm-access-denied__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
}
.wpcm-access-denied__message {
  font-size: 1rem;
  color: #6b7280;
  margin: 0 0 1.5rem;
}
.wpcm-access-denied__button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #2563eb;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.2s;
}
.wpcm-access-denied__button:hover {
  background: #1d4ed8;
}

.wpcm-course__mobileTabs, .wpcm-course__mobileTabsContent {
  display: none;
}
@media (max-width: 767px) {
  .wpcm-course__mobileTabs, .wpcm-course__mobileTabsContent {
    display: block;
  }
}
@media (max-width: 767px) {
  .wpcm-course__mobileTabs {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    margin-top: 16px;
  }
  .wpcm-course__mobileTabs::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5.5%;
    width: 111%;
    height: 1px;
    background-color: #DEDEDE;
    z-index: -1;
  }
}
.wpcm-course__mobileTab {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  font-family: "Source Sans 3";
  padding-bottom: 7px;
}
.wpcm-course__mobileTab--active {
  text-shadow: 0 0 0.08px #1F2328;
  border-bottom: 1px solid #1F2328;
}
.wpcm-course__mobileTabsContent {
  margin-top: 16px;
  margin-bottom: 50px;
}
.wpcm-course__mobileTabsItem {
  display: none;
}
.wpcm-course__mobileTabsItem--active {
  display: block;
}
.wpcm-course__mobileTabsItem p {
  font-size: 12px;
}

/**
 * My Account Courses - WooCommerce Integration
 * 
 * Styles for courses list in WooCommerce My Account page
 */
.wpcm-courses-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
.wpcm-courses-grid__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: normal;
  font-family: "Source Sans 3";
  color: #0F172A;
}

.wpcm-course-card {
  padding: 22px 24px;
  position: relative;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  transition: 0.3s;
}
.wpcm-course-card:hover {
  background-color: #f4f6fa;
}
.wpcm-course-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wpcm-course-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: normal;
  font-family: "Source Sans 3";
  color: #0F172A;
  margin-bottom: 4px;
}
.wpcm-course-card__stats {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
  color: #0F172A;
}
.wpcm-course-card__access {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
  margin-top: 4px;
  color: #0F172A;
}
.wpcm-course-card__badge {
  display: none;
  margin: 16px 0;
  padding: 5px 12px;
  width: fit-content;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.wpcm-course-card__badge--assigned {
  color: #FF9800;
}
.wpcm-course-card__badge--limited {
  background: #FF7A18;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 11px;
  padding: 6px 14px;
  border-radius: 20px;
}
.wpcm-course-card__expired-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.wpcm-course-card__expired-text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
  color: #0F172A;
}
.wpcm-course-card__expired-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.wpcm-course-card__expired-coupon {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
  color: #0F172A;
}
.wpcm-course-card__button {
  display: inline-block;
  margin-top: 24px !important;
  padding: 16px 40px !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  border: 1px solid #0F172A !important;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #0F172A !important;
  text-decoration: none !important;
}
.wpcm-course-card__button:hover {
  background-color: #1249E7 !important;
  color: #fff !important;
  border-color: #1249E7 !important;
}
.wpcm-course-card__button--renewal {
  margin-top: 0 !important;
  border-color: #FF7A18 !important;
  color: #fff !important;
  background-color: #FF7A18 !important;
}
.wpcm-course-card__button--renewal:hover {
  background-color: #E67600 !important;
  border-color: #E67600 !important;
}

.wpcm-progress-bar {
  margin-bottom: 4px;
}
.wpcm-progress-bar__track {
  width: 100%;
  max-width: 454px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 100px;
  overflow: hidden;
}
.wpcm-progress-bar__fill {
  height: 100%;
  background: #164FF3;
  border-radius: 100px;
  transition: width 0.3s ease;
  position: relative;
}

/* Responsive */
@media (max-width: 768px) {
  .wpcm-courses-grid {
    margin-top: 16px;
  }
  .wpcm-courses-grid__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: normal;
    font-family: "Source Sans 3";
  }
  .wpcm-course-card {
    padding: 16px;
  }
  .wpcm-course-card__title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: normal;
    font-family: "Source Sans 3";
  }
  .wpcm-course-card__stats {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    font-family: "DM Sans";
    color: #0F172A;
  }
  .wpcm-course-card__expired-wrapper {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 16px;
    margin-top: 16px;
  }
  .wpcm-course-card__expired-buttons {
    justify-content: space-between;
    gap: 16px;
  }
  .wpcm-course-card__expired-coupon {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-course-card__button {
    display: inline-block !important;
    margin-top: 16px !important;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
  }
  .wpcm-course-card__button--renewal {
    margin-top: 0 !important;
  }
}
.wpcm-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0625rem 2.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
  border-radius: 0.25rem;
  background-color: #FFB703;
  color: #022647;
  width: fit-content;
  transition: all 0.4s;
}
.wpcm-button svg path {
  transition: all 0.4s;
}
.wpcm-button:hover {
  color: #fff;
  background-color: #022647;
}
.wpcm-button.white {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  padding: 0.75rem 1.5rem;
  color: #000000;
}
.wpcm-button.white:hover {
  color: #fff;
  border-color: #022647;
  background-color: #022647;
}
.wpcm-button.white:hover svg path {
  fill: #fff;
}
.wpcm-button.blue {
  background-color: #022647;
  color: #fff;
  border: 1px solid #DEDEDE;
}

@media (max-width: 767px) {
  .wpcm-button {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
}
.wpcm-login-bar {
  display: none !important;
  background-color: #F1F5FB;
  padding: 1rem 0;
}
.wpcm-login-bar .wpcm-login-bar__box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}
.wpcm-login-bar .wpcm-login-bar__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
}
.wpcm-login-bar .wpcm-login-bar__email {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 21/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
}

@media (max-width: 767px) {
  .wpcm-login-bar .wpcm-login-bar__box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
  }
  .wpcm-login-bar .wpcm-login-bar__text {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18/16rem;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-login-bar .wpcm-login-bar__email {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 18/16rem;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-login-bar .wpcm-button {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    text-decoration: underline;
  }
  .wpcm-login-bar .wpcm-button:hover {
    background-color: transparent;
    border: 0;
    color: #000000;
  }
}
.wpcm-test-progress-bar {
  background-color: #F1F5FB;
  padding: 2.5rem 0;
  color: #1F2328;
}
.wpcm-test-progress-bar .wpcm-test-progress-bar__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10rem;
}
.wpcm-test-progress-bar .wpcm-test-progress-bar__progress-element {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
  white-space: nowrap;
}
.wpcm-test-progress-bar .wpcm-test-progress-bar__progress {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 19.5/16rem;
  letter-spacing: normal;
  font-family: "DM Sans";
  height: 1.625rem;
  border-radius: 4.125rem;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.wpcm-test-progress-bar .wpcm-test-progress-bar__progress span {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #FFB703;
  border-radius: 4.125rem;
  padding: 0 0.5rem;
  align-items: center;
  transition: all 0.5s;
  max-width: calc(100% - 14px);
  min-width: 20px;
}
.wpcm-test-progress-bar .wpcm-test-progress-bar__info-box {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
}
.wpcm-test-progress-bar .wpcm-test-progress-bar__info-box span {
  margin-left: 0.25rem;
}
.wpcm-test-progress-bar .wpcm-test-progress-bar__timer {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  font-family: "DM Sans";
}

@media (max-width: 767px) {
  .wpcm-test-progress-bar {
    padding: 1rem 0;
  }
  .wpcm-test-progress-bar .wpcm-test-progress-bar__box {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    gap: 1rem;
  }
  .wpcm-test-progress-bar .wpcm-test-progress-bar__box > div {
    width: 100%;
  }
  .wpcm-test-progress-bar .wpcm-test-progress-bar__progress-element {
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-test-progress-bar .wpcm-test-progress-bar__progress {
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 19.5/16rem;
    letter-spacing: normal;
    font-family: "DM Sans";
    height: 1.125rem;
  }
  .wpcm-test-progress-bar .wpcm-test-progress-bar__progress span {
    height: 1.25rem;
    padding: 0 0.25rem;
    max-width: calc(100% - 6px);
  }
  .wpcm-test-progress-bar .wpcm-test-progress-bar__info-box {
    margin-top: 1rem;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-test-progress-bar .wpcm-test-progress-bar__info-box > div:first-of-type {
    margin-right: auto;
  }
  .wpcm-test-progress-bar .wpcm-test-progress-bar__info-box span {
    margin-left: 0.125rem;
  }
  .wpcm-test-progress-bar .wpcm-test-progress-bar__timer {
    margin-top: 1rem;
    gap: 0;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    font-family: "DM Sans";
  }
  .wpcm-test-progress-bar .wpcm-button {
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map */
