.cs-special-order-helper {
    border: 1px solid #b63b2b;
    background: #fff7f5;
    color: #38110d;
    border-radius: 8px;
    padding: 10px 12px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.35;
}
.cs-special-order-helper strong { color: #8d1f12; }
.cs-special-order-pill {
    display: inline-block;
    border-radius: 999px;
    background: #8d1f12;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 6px;
}
