.thwcs-product-box {
    margin: 15px 0;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    font-size: 14px;
}
.thwcs-product-box strong {
    width: 100%;
    font-size: 15px;
}
.thwcs-price-suffix {
    font-size: .8em;
    opacity: .7;
}
