/* Minimal styles */
.abiyat-set-bundle{margin:24px 0;padding:16px;border:1px solid #eee;border-radius:12px;background:#fff}
.abiyat-set-bundle__title{margin:0 0 6px;font-size:20px}
.abiyat-set-bundle__sub{margin:0 0 16px;color:#666}
.abiyat-set-bundle__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}
.abiyat-set-bundle__item{display:flex;gap:10px;padding:10px;border:1px solid #eee;border-radius:10px;background:#fafafa;align-items:flex-start}
.abiyat-set-bundle__img img{width:90px;height:90px;object-fit:cover;border-radius:8px;background:#fff}
.abiyat-set-bundle__info{display:flex;flex-direction:column;gap:6px;flex:1}
.abiyat-set-bundle__name{font-weight:600;text-decoration:none}
.abiyat-set-bundle__price{color:#222}
.abiyat-set-bundle__check{display:flex;align-items:center;gap:8px}
.abiyat-set-bundle__note .out{color:#c00}
.abiyat-set-bundle__note .var{color:#555}
.abiyat-set-bundle__btn{margin-top:14px}
