.docc-flow { width: 100%; }
.docc-step { width: 100%; }
.docc-card, .docc-return-card { width: 100%; margin: 0 auto; background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 20px; box-sizing: border-box; }
.docc-card--checkout { max-width: 1200px; }
.docc-label { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 14px; margin-bottom: 8px; font-weight: 600; }
.docc-select, .docc-textarea { display: block; width: 100%; margin: 0 0 18px; padding: 12px; border: 1px solid #d1d5db; border-radius: 10px; box-sizing: border-box; font: inherit; background: #fff; }
.docc-select { min-height: 46px; }
.docc-textarea { min-height: 120px; resize: vertical; }
.docc-help { margin-top: -8px; margin-bottom: 16px; color: #6b7280; font-size: 0.95rem; }
.docc-summary { margin: 18px 0; padding: 16px; background: #f9fafb; border-radius: 10px; }
.docc-summary div { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 10px; }
.docc-button, .docc-secondary-button { display: inline-block; border: 0; border-radius: 10px; padding: 12px 16px; font: inherit; cursor: pointer; }
.docc-button { width: 100%; background: #005F73; color: #fff; }
.docc-button[disabled] { opacity: 0.6; cursor: not-allowed; }
.docc-secondary-button { background: transparent; color: #111827; border: 1px solid #d1d5db; }
.docc-error { margin: 12px 0; color: #b91c1c; }
.docc-checkout-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
#doccelerate-checkout-container { width: 100%; min-height: 500px; }
.docc-tooltip { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 999px; background: #005F73; color: #fff; font-size: 12px; line-height: 1; cursor: help; }
.docc-tooltip__content { position: absolute; left: 50%; bottom: calc(100% + 10px); transform: translateX(-50%); width: min(360px, 80vw); padding: 12px; border-radius: 10px; background: #111827; color: #fff; font-size: 0.9rem; font-weight: 400; line-height: 1.45; box-shadow: 0 10px 30px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: opacity .15s ease; z-index: 20; pointer-events: none; }
.docc-tooltip:hover .docc-tooltip__content, .docc-tooltip:focus .docc-tooltip__content, .docc-tooltip:focus-within .docc-tooltip__content { visibility: visible; opacity: 1; }
