/* Build a Tarp — widget styles layered on the shared .pt-cfg-* sheet (pt-configurator). */

/* SKU shortcut band (full-bleed, sits above section 01) */
.pt-bat-sku { background: #fafafa; border-bottom: 1px solid #e5e5e5; padding: 20px 0; }
.pt-bat-sku__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.pt-bat-sku__lead { display: flex; align-items: center; gap: 12px; flex: 1 1 280px; }
.pt-bat-sku__lead svg { width: 22px; height: 22px; color: #cc0000; flex: 0 0 auto; }
.pt-bat-sku__h { font-size: 14px; font-weight: 700; color: #111; margin: 0; }
.pt-bat-sku__sub { font-size: 12px; color: #666; margin: 2px 0 0; }
.pt-bat-sku__form { display: flex; gap: 8px; flex: 0 1 420px; margin-left: auto; }
.pt-bat-sku__input { flex: 1; padding: 11px 14px; border: 1px solid #e5e5e5; background: #fff; font-size: 14px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.pt-bat-sku__input:focus { outline: none; border-color: #cc0000; box-shadow: 0 0 0 2px rgba(204,0,0,.15); }
.pt-bat-sku__btn { background: #111; color: #fff; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: .12em; padding: 11px 20px; border: 0; cursor: pointer; transition: background .15s; }
.pt-bat-sku__btn:hover { background: #cc0000; }
.pt-bat-sku__btn:disabled { opacity: .55; cursor: default; }
.pt-bat-sku__err { flex: 1 1 100%; margin: 4px 0 0; color: #cc0000; font-size: 13px; font-weight: 600; }
/* Editor-written "where to find the part number" line. Same margin-block-end reset as the
   configurator cards — the Elementor kit sets 16px on every <p> and wins on specificity. */
.pt-cfg-app .pt-bat-sku__help { flex: 1 1 100%; margin: 6px 0 0; margin-block-end: 0; font-size: 12px; line-height: 1.45; color: #666; }

/* Step 1 system tiles → 4-up on desktop */
.pt-bat-systems { grid-template-columns: repeat(4, 1fr); }
.pt-bat-systems .pt-cfg-tile__name { white-space: normal; line-height: 1.15; font-size: 15px; }

.pt-cfg-app .pt-bat-size-note { margin: 14px 0 0; margin-block-end: 0; font-size: 12px; font-style: italic; color: #666; }
.pt-cfg-app .pt-bat-size-note--help { margin-top: 6px; font-style: normal; font-weight: 600; }
.pt-bat-mat-empty { margin: 16px 0 0; padding: 14px 18px; background: #fffbe6; border-left: 4px solid #cc0000; font-size: 14px; color: #333; line-height: 1.5; }

/* HP description panel under the position grid */
.pt-bat-hp-desc:not(:empty) { background: #fff; border-left: 4px solid #cc0000; padding: 16px 20px; margin-top: 18px; }
.pt-bat-hp-desc__h { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; color: #cc0000; margin: 0 0 4px; }
.pt-bat-hp-desc__t { font-size: 14px; color: #333; line-height: 1.5; margin: 0; }

/* Material card: SKU line */
.pt-bat-materials { grid-template-columns: repeat(4, 1fr); }
.pt-cfg-mat__sku { display: block; font-size: 11px; color: #666; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; margin-top: 4px; }

/* 4-cell recap grid */
.pt-bat-recap .pt-cfg-recap__grid { grid-template-columns: repeat(4, 1fr); }

/* BAT review page: alternating section bg + order-total line sub-text */
.pt-review--bat .pt-review__sec--alt { background: #fafafa; }
.pt-review--bat .pt-review__line-sub { display: block; font-size: 12px; color: rgba(255,255,255,.55); margin-top: 3px; font-weight: 400; }

@media (max-width: 900px) {
	.pt-bat-systems, .pt-bat-materials { grid-template-columns: repeat(2, 1fr); }
	.pt-bat-recap .pt-cfg-recap__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.pt-bat-systems, .pt-bat-materials { grid-template-columns: 1fr; }
	.pt-bat-recap .pt-cfg-recap__grid { grid-template-columns: 1fr; }
	.pt-bat-sku__form { margin-left: 0; flex-basis: 100%; }
}
