@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;
}

.card-media span {
  display: block;
  max-width: 100%;
  font-size: 26px;
  line-height: 1.18;
}

.card-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 8px;
  color: var(--red);
  background: #fff1ef;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.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);
}
