/* Layout + Porto */
.wcs-configurator{ width:100%; display:block; }
.wcs-configurator .card{ width:100%; box-shadow: var(--porto-shadow, 0 1px 2px rgba(0,0,0,.06)); }
.wcs-configurator .form-control, .wcs-configurator .form-select{ width:100%; max-width: 100%; }
.wcs-configurator .alert{ border-radius: .35rem; }
.wcs-configurator .wcs-total strong{ font-weight: 800; font-size: 1.125rem; }
.wcs-configurator .wcs-total #wcs_estimated_price{ font-size: 1.25rem; font-weight: 700; }
.wcs-configurator .wcs-label{ font-weight: 600; }

/* Shapes */
.wcs-shape-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(120px,1fr)); gap:.75rem; }
.wcs-shape{ border:1px solid #e2e5ec; border-radius:.5rem; padding:.75rem; text-align:center; background:#fff; cursor:pointer; transition:all .15s ease-in-out; display:flex; align-items:center; justify-content:center; flex-direction:column; }
.wcs-shape img{ width:48px; height:48px; margin-bottom:.5rem; }
.wcs-shape-name{ font-size:.9rem; color:#333; }
.btn-check:checked + .wcs-shape{ border-color: var(--porto-primary, #08c); box-shadow: 0 0 0 .2rem rgba(0,136,204,.15); }
.wcs-shape:hover{ transform: translateY(-1px); }

/* Print type */
.wcs-printtype{ display:flex; gap:.75rem; align-items:center; }
.wcs-print-card{ position:relative; border:1px solid #e2e5ec; border-radius:.5rem; padding:.5rem; background:#fff; display:inline-flex; flex-direction:column; align-items:center; justify-content:center; width:auto; }
.wcs-print-card img{ max-width:100px; max-height:100px; display:block; border-radius:.35rem; }
.wcs-print-label{ margin-top:.4rem; font-size:.9rem; font-weight:600; }
.wcs-check-badge{ position:absolute; top:6px; right:6px; width:22px; height:22px; border-radius:50%; border:2px solid #fff; background: var(--porto-success,#28a745); color:#fff; display:flex; align-items:center; justify-content:center; font-size:.85rem; box-shadow:0 1px 2px rgba(0,0,0,.15); }

/* Lock height */
#wcs_height.wcs-locked{ background:#f4f6f9; cursor:not-allowed; }
.single-product .cart .qty[readonly]{ background:#f6f7f9; opacity:.9; cursor:not-allowed; }
