/* stylelint-disable */
.worksheet-description {
  display: flex;
  flex-direction: column;
  padding: 16px;
  height: fit-content;
  border-radius: 16px;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .worksheet-description {
    grid-column: span 2;
    grid-row: 2;
  }
}
.worksheet-description__about {
  line-height: 125%;
  letter-spacing: -0.28px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__about p {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.24px;
  }
}
.worksheet-description__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-decoration-style: dashed;
  text-decoration-line: underline;
  color: #8f938d;
  cursor: pointer;
  text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
}
.worksheet-description__tabs {
  display: flex;
  gap: 16px;
}
.worksheet-description__tab-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.worksheet-description__tab-label .worksheet-description__tab-text {
  position: relative;
  padding: 0 12px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__tab-label .worksheet-description__tab-text {
    padding: 0 8px 8px;
    font-size: 14px;
    line-height: 128%;
    letter-spacing: -0.21px;
  }
}
.worksheet-description__tab-label--active .worksheet-description__tab-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  border-radius: 5px;
  background-color: #24a600;
}
.worksheet-description__tab-radio {
  display: none;
}
.worksheet-description__divider {
  margin: 0;
  width: 100%;
  height: 1px;
  border: 1px solid #d6d6d6;
  margin-block-end: 24px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__divider {
    margin-block-end: 16px;
  }
}
.worksheet-description__content {
  display: none;
}
.worksheet-description__content--active {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__content--active {
    gap: 16px;
  }
}
.worksheet-description__title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__title {
    font-size: 14px;
  }
}
.worksheet-description__info {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .worksheet-description__info {
    flex-direction: column;
    gap: 8px;
  }
}
.worksheet-description__column {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 404px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.24px;
  gap: 8px;
}
@media only screen and (max-width: 576px) {
  .worksheet-description__column {
    font-size: 14px;
  }
}
.worksheet-description__column span {
  margin-right: 4px;
  color: #676b67;
}
.worksheet-description__column .worksheet-description__duration {
  color: #1f1f1f;
}
.worksheet-description__types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/*# sourceMappingURL=worksheet-description.output.css.map */
