/* stylelint-disable */
.warning-publication-worksheet {
  margin: 24px 0;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff3e0;
}
@media only screen and (max-width: 576px) {
  .warning-publication-worksheet {
    padding: 16px;
  }
}
.warning-publication-worksheet__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 8px;
}
@media only screen and (max-width: 576px) {
  .warning-publication-worksheet__head {
    margin-bottom: 12px;
  }
}
.warning-publication-worksheet__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #292929;
}
@media only screen and (max-width: 576px) {
  .warning-publication-worksheet__title {
    font-size: 16px;
  }
}
.warning-publication-worksheet__text {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #292929;
}
@media only screen and (max-width: 576px) {
  .warning-publication-worksheet__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.warning-publication-worksheet__text p:not(:last-of-type) {
  margin-bottom: 8px;
}
.warning-publication-worksheet__text .link {
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .warning-publication-worksheet__text .link {
    font-size: 14px;
  }
}
.warning-publication-worksheet__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 576px) {
  .warning-publication-worksheet__bottom {
    flex-direction: column;
    align-items: stretch;
  }
}

/*# sourceMappingURL=warning-publication-worksheet.output.css.map */
