body.marathons-page {
  margin: 0;
  font-family: "Inder", system-ui, sans-serif;
  background: #f9cdd5;
  color: #7a8450;
  --form-ui-submit-text: #ffffff;
  --form-ui-submit-bg: linear-gradient(180deg, #9aa664 0%, #7a8450 45%, #687244 100%);
  --form-ui-submit-lip: #5f683f;
  --form-ui-submit-depth: 5px;
  --form-ui-submit-inner-active: inset 0 5px 14px rgba(0, 0, 0, 0.32), inset 0 -2px 8px rgba(0, 0, 0, 0.12);
}

.marathons-page__main {
  max-width: 760px;
  margin: 0 auto;
  padding: 18px;
}

.marathons-page__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.marathons-page__header h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.marathons-page__back {
  color: #7a8450;
  text-decoration: underline;
}

.marathons-page__list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.marathons-page__item + .marathons-page__item {
  margin-top: 8px;
}

.marathons-page__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.marathons-page__link {
  color: #7a8450;
  text-decoration: underline;
  font-size: 20px;
}

.marathons-page__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.3;
}

.marathons-page__status--paid {
  background: #7a8450;
  color: #ffffff;
}

.marathons-page__empty {
  margin-top: 12px;
}

.marathons-page__detail {
  margin-top: 28px;
}

.marathons-page__program-title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}

.marathons-page__description {
  margin: 0 0 14px;
  white-space: pre-wrap;
  font-size: 20px;
  font-weight: 400;
}

.marathons-page__price {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 400;
}

.marathons-page__price strong {
  font-weight: 400;
}

.marathons-page__pay {
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  padding: 0.7rem 1.2rem;
}

.marathons-page__paid-note {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 400;
}

.marathons-page__task-card {
  margin: 0 0 14px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.45);
}

.marathons-page__task-block,
.marathons-page__reflection-block {
  border: 1px dashed rgba(91, 99, 64, 0.65);
  padding: 12px;
}

.marathons-page__reflection-block {
  margin-top: 12px;
}

.marathons-page__task-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.marathons-page__task-name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.marathons-page__task-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  white-space: pre-wrap;
}

.marathons-page__done-check {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

.marathons-page__reflection-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.marathons-page__reflection-input {
  width: 100%;
  min-height: 120px;
  box-sizing: border-box;
  border: 1px solid rgba(122, 132, 80, 0.55);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.75);
  color: #5b6340;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.35;
  resize: vertical;
}

.marathons-page__reflection-input::placeholder {
  color: rgba(91, 99, 64, 0.8);
}

.marathons-page__submit {
  margin-top: 12px;
  border: 1px dashed rgba(91, 99, 64, 0.75);
  background: transparent;
  color: #5b6340;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 18px;
  cursor: pointer;
}

.marathons-page__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.marathons-page__reflection-status {
  min-height: 1.2em;
  margin: 10px 0 0;
  font-size: 16px;
}

.marathons-page__help-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.marathons-page__help-step .marathons-page__task-title {
  margin-bottom: 8px;
}

.marathons-page__help-step p.marathons-page__description {
  margin-top: 0;
}

.marathons-page__help-tiers {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.marathons-page__help-tiers li {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.38;
}

.marathons-page__help-tiers li:first-child {
  margin-top: 0;
}

.marathons-page__help-tiers strong {
  font-weight: 600;
}

.marathons-page__help-callout {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.38;
}

.marathons-page__help-callout a {
  color: inherit;
}

.marathons-page__help-callout-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  border: 1px dashed rgba(91, 99, 64, 0.75);
  color: #5b6340;
  background: rgba(255, 255, 255, 0.5);
}

.marathons-page__help-olist {
  margin: 12px 0 0;
  padding-left: 1.35rem;
  font-size: 18px;
  line-height: 1.42;
}

.marathons-page__help-olist li + li {
  margin-top: 8px;
}

.marathons-page__help-ulist {
  margin: 12px 0 0;
  padding-left: 1.25rem;
  font-size: 18px;
  line-height: 1.42;
}

.marathons-page__help-ulist li + li {
  margin-top: 8px;
}

.marathons-page__help-table-wrap {
  overflow-x: auto;
  margin: 12px 0 0;
  border-radius: 12px;
  border: 1px dashed rgba(91, 99, 64, 0.45);
}

.marathons-page__help-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
  min-width: 280px;
}

.marathons-page__help-table--wide {
  min-width: 320px;
}

.marathons-page__help-table th,
.marathons-page__help-table td {
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dashed rgba(91, 99, 64, 0.35);
}

.marathons-page__help-table tr:last-child th,
.marathons-page__help-table tr:last-child td {
  border-bottom: none;
}

.marathons-page__help-table thead th {
  font-weight: 600;
}

.marathons-page__help-table strong {
  font-weight: 600;
}

.marathons-page__help-cell-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.marathons-page__help-cell-list li + li {
  margin-top: 6px;
}

.marathons-page__help-faq-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
}

.marathons-page__help-faq-q {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.35;
}

.marathons-page__help-faq-a {
  margin: 0;
  font-size: 18px;
  line-height: 1.42;
}

.marathons-page__help-faq-a a {
  color: inherit;
  text-decoration: underline;
}
