
.sob-wrapper{border:2px dashed rgba(0,0,0,0.06);padding:10px;border-radius:8px;max-width:980px;margin:12px auto;font-family:Poppins,Arial,Helvetica,sans-serif}
.sob-inner{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap}
.sob-thumbnail{flex:0 0 auto;text-align:center}
.sob-thumbnail img{width:128px;height:128px;object-fit:cover;border-radius:5px;border:1px solid rgba(0,0,0,0.05);display:block;margin:0 auto}
.sob-content{flex:1 1 480px;min-width:220px;text-align:center}
.sob-dynamic-title{margin:0 0 6px 0;font-weight:700;text-transform:uppercase}
.sob-message{margin:0 0 10px 0;color:#333; font-style:italic}
.sob-list{list-style:none;padding:0;margin:0 0 10px 0}
.sob-list li{padding:6px 0;border-bottom:1px dashed rgba(0,0,0,0.05);display:flex;justify-content:center;align-items:center;flex-wrap:wrap}
.sob-name{width:100%;font-weight:700;text-align:center}
.sob-prices{display:flex;gap:12px;align-items:center;justify-content:center;margin-top:6px}
.sob-old-price{text-decoration:line-through}
.sob-current-price{font-weight:800}
.sob-actions{margin-top:12px;display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.sob-checkbox-label{display:flex;align-items:center;gap:8px}
.sob-checkbox-label input{width:20px;height:20px}
.sob-btn{padding:10px 18px;border-radius:8px;color:#fff;border:none;cursor:pointer;font-weight:700;text-align:center;min-width:120px}
@media(max-width:719px){
    .sob-inner{flex-direction:column}
    .sob-thumbnail img{width:96px;height:96px}
    .sob-actions{flex-direction:row;justify-content:space-between}
    .sob-btn{width:48%}
    .sob-checkbox-label{width:48%;justify-content:flex-start}
    .sob-wrapper{padding:10px} /* keep compact on mobile */
}
