/* Generated by tools/split-subpage-css.php. Edit assets/css/source/subpage-modern.full.css instead. */
.maple-fee-panel,
.maple-help-panel {
  display: grid;
  gap: 18px;
}
.maple-fee-intro,
.maple-help-panel p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.75;
}
.maple-preset-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.maple-preset-grid input[type="button"] {
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
}
.maple-price-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 18px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: var(--modern-panel-soft);
}
.maple-price-card label {
  display: grid;
  gap: 8px;
  color: var(--modern-text);
  font-weight: 800;
}
.maple-price-card input[type="text"] {
  width: 100%;
  font-size: 19px;
  font-weight: 800;
}
.maple-price-unit {
  padding-bottom: 13px;
  color: #64748b;
  font-weight: 800;
}
.maple-fee-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.maple-fee-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
  cursor: pointer;
}
.maple-fee-choice input[type="radio"] {
  display: inline-grid;
  place-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  border: 2px solid #94a3b8;
  border-radius: 50%;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}
.maple-fee-choice input[type="radio"]::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--modern-blue);
  transform: scale(0);
  transition: transform .12s ease;
}
.maple-fee-choice input[type="radio"]:checked {
  border-color: var(--modern-blue);
}
.maple-fee-choice input[type="radio"]:checked::after {
  transform: scale(1);
}
.maple-fee-choice strong,
.maple-fee-choice em {
  display: block;
  font-style: normal;
}
.maple-fee-choice strong {
  color: var(--modern-text);
  font-size: 16px;
  font-weight: 800;
}
.maple-fee-choice em {
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}
.maple-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.maple-result-card,
.maple-help-panel {
  padding: 18px;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}
.maple-result-card h2,
.maple-help-panel h2 {
  margin: 0 0 10px;
  color: var(--modern-text);
  font-size: 18px;
  font-weight: 800;
}
.maple-result-card p {
  margin: 0;
  color: #1d4ed8;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 760px) {
.maple-preset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.maple-price-card,
  .maple-fee-choice-grid,
  .maple-result-grid {
    grid-template-columns: 1fr;
  }
.maple-price-unit {
    padding-bottom: 0;
  }
}
