.cw-order-summary {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.cw-os-loading {
  text-align: center;
  padding: 60px 20px;
}
.cw-os-loading p {
  color: #666666;
  font-size: 15px;
  margin: 0;
}

.cw-os-spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto 16px;
  border: 3px solid #e2e8f0;
  border-top-color: #1a1a1a;
  border-radius: 50%;
  animation: cw-spin 0.8s linear infinite;
}

@keyframes cw-spin {
  to {
    transform: rotate(360deg);
  }
}
.cw-os-confirmed-icon {
  text-align: center;
  font-size: 48px;
  color: #28a745;
  line-height: 1;
  margin-bottom: 8px;
}
.cw-os-confirmed-icon.cw-os-manual-icon {
  color: #2196f3;
}

.cw-order-summary h3 {
  text-align: center;
  font-size: 22px;
  margin: 0 0 4px;
}

.cw-os-manual-message {
  background: rgba(33, 150, 243, 0.1);
  border-left: 4px solid #2196f3;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.6;
}

.cw-os-thankyou {
  text-align: center;
  color: #666666;
  margin: 0 0 24px;
}

.cw-os-meta {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 24px;
}

.cw-os-meta-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
}

.cw-os-label {
  color: #666666;
}

.cw-os-value {
  font-weight: 600;
}

.cw-os-items {
  margin-bottom: 20px;
}
.cw-os-items h4 {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
}

.cw-os-items-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.cw-os-items-table th {
  text-align: left;
  font-weight: 600;
  padding: 8px 0;
  border-bottom: 2px solid #e2e8f0;
}
.cw-os-items-table td {
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
}

.cw-os-amount {
  text-align: right;
}

.cw-os-totals {
  border-top: 2px solid #e2e8f0;
  padding-top: 12px;
  margin-top: 4px;
}

.cw-os-totals-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
}

.cw-os-total {
  font-weight: 700;
  font-size: 16px;
  padding: 8px 0;
  border-top: 1px solid #e2e8f0;
  margin-top: 4px;
}

.cw-os-tax-note {
  color: #999999;
  font-size: 12px;
}

.cw-os-pending {
  text-align: center;
  padding: 40px 20px;
}
.cw-os-pending h3 {
  font-size: 20px;
  margin: 0 0 12px;
}
.cw-os-pending p {
  color: #666666;
  font-size: 14px;
  margin: 0 0 8px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.cw-os-pending-icon {
  font-size: 48px;
  color: #f0ad4e;
  line-height: 1;
  margin-bottom: 8px;
}

.cw-os-error {
  text-align: center;
  padding: 40px 20px;
  color: #dc3545;
}

.cw-os-placeholder-wrap .cw-os-placeholder {
  opacity: 0.55;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.cw-os-ph-bar {
  display: inline-block;
  height: 12px;
  background: #e2e8f0;
  border-radius: 3px;
  vertical-align: middle;
}
.cw-os-ph-bar--bold {
  height: 14px;
  background: rgb(199.1090909091, 210.6727272727, 226.0909090909);
}

.cw-os-ph-notice {
  text-align: center;
  color: #999999;
  font-size: 13px;
  font-style: italic;
  margin: 24px 0 0;
}/*# sourceMappingURL=order-summary.css.map */