
/* Fine black border, neat headings, clean table */
.wcsht-wrap { overflow-x: auto; }
.wcsht-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.wcsht-table th, .wcsht-table td { border: 1px solid #000; padding: 10px; vertical-align: top; }
.wcsht-table thead th { background: #f7f7f7; font-weight: 600; text-align: left; }
.wcsht-th-name { width: 20%; }
.wcsht-th-desc { width: 50%; }
.wcsht-th-stock { width: 15%; }
.wcsht-th-price { width: 15%; }
.wcsht-td-name a { color: #111; text-decoration: none; }
.wcsht-td-name a:hover { text-decoration: underline; }
.wcsht-call { font-style: italic; color: #444; }
.wcsht-empty { text-align: center; color: #555; }

/* Price styling to mimic Woo core tone without filters */
.wcsht-price-regular { color: #777; margin-right: 6px; }
.wcsht-price-sale { color: #111; font-weight: 600; }
.wcsht-price-single { color: #111; font-weight: 600; }
