@import url("../1788164892190/styles.css");

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  min-height: 25px;
  padding: 0 5px;
  border-radius: 4px;
  background: #ee3c23;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
}

.brand { gap: 10px; }
.brand span:last-child { white-space: nowrap; }
.mini-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.workflow-list { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.dialog-guide { display: flex; flex-direction: column; justify-content: center; align-self: stretch; }
.dialog-guide h3 { margin-top: 18px; color: var(--text); font-size: var(--font-18); line-height: var(--line-18); }
.dialog-guide ol { display: grid; gap: 12px; padding-left: 20px; margin-top: 16px; }
.dialog-guide li::marker { color: var(--brand); font-weight: 800; }
.dialog-guide p { margin-top: 20px; }
.next-order { display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.next-order p { margin: 0; }
.related-link { margin-top: 20px; }
.related-link a { color: var(--brand); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.related-link a:hover { color: #b62a17; }

@media (max-width: 960px) {
  .workflow-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .brand span:last-child { display: none; }
  .brand .brand-mark { display: inline-flex; }
  .mini-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mini-flow li { padding-inline: 2px; }
  .workflow-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workflow-list li:last-child { grid-column: 1 / -1; }
  .dialog-guide { min-height: 300px; }
}
