@import url("/base.css?v=20260617");

.detail-dialog > h2 {
  margin-bottom: 18px;
}

.detail-content {
  margin-bottom: 18px;
}

.detail-note p {
  white-space: pre-line;
}

.detail-order-button {
  margin-top: 18px;
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 20px 0;
  padding: 14px 16px;
  background: var(--paper);
  border-radius: 8px;
}

.price-line span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.price-line strong {
  color: var(--red);
  font-size: 20px;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 15px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
}

.contact-form option {
  color: var(--ink);
}

.form-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
  font-weight: 800;
}

.form-status strong {
  color: var(--gold);
}
