/* Site shopping links sit beside, without changing, the approved Opus guide. */
.enclosure-order {
  margin: 0 0 40px;
  padding: clamp(22px, 3vw, 36px);
  background: var(--tint);
  border: 1px solid #efcbb0;
  border-top: 4px solid var(--orange);
  border-radius: var(--radius-lg);
}
.enclosure-order-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  align-items: center;
  gap: 28px;
}
.enclosure-order .enclosure-order-label {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.enclosure-order-main p { margin-bottom: 0; }
.enclosure-order-action .btn { width: 100%; min-height: 50px; }
.enclosure-order .enclosure-order-disclosure {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.5;
}
.enclosure-order .enclosure-order-note {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e6c7af;
  font-size: .9rem;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .enclosure-order-main { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
@media print {
  .enclosure-order { break-inside: avoid; }
}
