.rfs-stock-container{max-width:100%;width:100%;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;color:#1e293b;background:#fff;box-sizing:border-box;overflow-x:hidden}.rfs-stock-container *,.rfs-stock-container *::before,.rfs-stock-container *::after{box-sizing:border-box}.rfs-stock-header{margin-bottom:24px}.rfs-stock-header h1{margin:0;font-size:24px;font-weight:600;color:#1e293b}.rfs-summary-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;margin-bottom:24px;width:100%}.rfs-summary-card{background:#fff;border:2px solid;border-radius:8px;padding:6px 24px;text-align:left;border-left:5px solid}.rfs-summary-card .rfs-summary-count{font-size:32px;font-weight:700;margin-bottom:4px}.rfs-summary-card .rfs-summary-label{font-size:14px;color:#64748b;font-weight:500}.rfs-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px;flex-wrap:wrap}.rfs-filters-left{display:flex;gap:12px;flex-wrap:wrap;flex:1;align-items:center}.rfs-filters-right{display:flex;gap:8px;align-items:center}.rfs-filter-select{width:140px;margin-top:2px;padding:11px !important;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:14px;color:#1e293b;cursor:pointer;transition:all .2s ease}.rfs-filter-select:focus{outline:none;border-color:#2563eb}.rfs-filter-select.rfs-filter-small{min-width:120px}@media screen and (max-width: 768px){.rfs-filter-select{width:100% !important;margin-top:0}}.rfs-select2-wrapper{min-width:200px}.rfs-select2-wrapper .select2-container--default .select2-selection--single{height:40px;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;padding:0 8px}.rfs-select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{color:#1e293b;line-height:40px;font-size:14px}.rfs-select2-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{height:38px}.rfs-select2-wrapper .select2-container--default .select2-selection--single:focus{outline:none;border-color:#2563eb}@media screen and (max-width: 768px){.rfs-select2-wrapper{width:100% !important}.rfs-select2-wrapper .select2-container{width:100% !important}}.rfs-product-count{padding:10px 16px;font-size:14px;color:#1e293b;font-weight:500;white-space:nowrap;display:flex;align-items:center}.rfs-search-wrapper{position:relative;display:flex;align-items:center}.rfs-search-wrapper .rfs-search-icon{position:absolute;left:12px;color:#64748b;pointer-events:none}.rfs-search-wrapper .rfs-search-input{padding:10px 16px 10px 40px;border:1px solid #e2e8f0;border-radius:8px 0 0 8px;background:#fff;font-size:14px;width:220px}.rfs-search-wrapper .rfs-search-input:focus{outline:none;border-color:#2563eb}.rfs-search-wrapper .rfs-search-input::placeholder{color:#64748b}.rfs-search-wrapper .rfs-search-submit-btn{padding:10px 20px;background:#ff383c;color:#fff;border:1px solid #ff383c;border-radius:0 8px 8px 0;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;height:44px;display:flex;align-items:center}.rfs-search-wrapper .rfs-search-submit-btn:hover{background:#ff1f23;border-color:#ff1f23}.rfs-search-wrapper .rfs-search-submit-btn:active{transform:translateY(1px)}.rfs-view-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#64748b}.rfs-view-btn:hover{border-color:#ff383c;color:#ff383c}.rfs-view-btn:hover svg path{fill:#ff383c}.rfs-view-btn.rfs-view-btn-active{background:#ff383c;border-color:#ff383c;color:#fff}.rfs-view-btn.rfs-view-btn-active svg path{fill:#fff}.rfs-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.rfs-table{width:100%;border-collapse:collapse}.rfs-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.rfs-table thead th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:#1e293b;text-transform:uppercase;letter-spacing:.5px}.rfs-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .15s ease}.rfs-table tbody tr:hover{background:rgba(248,250,252,.5)}.rfs-table tbody tr:last-child{border-bottom:none}.rfs-table tbody tr td{padding:16px;font-size:14px;color:#1e293b;vertical-align:middle}.rfs-product-cell{display:flex;align-items:center;gap:12px}.rfs-product-image{width:50px;height:50px;border-radius:6px;object-fit:cover;border:1px solid #e2e8f0}.rfs-product-info{display:flex;flex-direction:column;gap:4px}.rfs-product-name{font-weight:500;color:#1e293b;font-size:14px}.rfs-product-sku{font-size:12px;color:#64748b}.rfs-status-badge{display:inline-block;padding:4px 12px;background:rgba(52,199,89,.1);color:#34c759;border-radius:12px;font-size:12px;font-weight:500}.rfs-stock-badge{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:6px 12px;border-radius:6px;font-weight:600;font-size:14px}.rfs-stock-badge.rfs-stock-in-stock,.rfs-stock-badge.rfs-stock-instock{background:#34c759;color:#fff}.rfs-stock-badge.rfs-stock-low-stock,.rfs-stock-badge.rfs-stock-lowstock{background:#fc0;color:#fff}.rfs-stock-badge.rfs-stock-out-of-stock,.rfs-stock-badge.rfs-stock-outofstock{background:#ff383c;color:#fff}.rfs-action-buttons{display:flex;gap:8px;flex-wrap:wrap}.rfs-action-btn{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.rfs-action-btn.rfs-action-amend{background:rgba(59,130,246,.1);color:#3b82f6}.rfs-action-btn.rfs-action-amend:hover{background:#3b82f6;color:#fff}.rfs-action-btn.rfs-action-request{background:rgba(37,99,235,.1);color:#2563eb}.rfs-action-btn.rfs-action-request:hover{background:#2563eb;color:#fff}.rfs-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px;padding:20px 0}.rfs-pagination-btn{padding:8px 16px;border:1px solid #e2e8f0;background:#fff;color:#1e293b;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.rfs-pagination-btn:hover:not(:disabled){background:#ff383c;border-color:#ff383c;color:#fff}.rfs-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.rfs-pagination-pages{display:flex;gap:4px}.rfs-pagination-page{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#fff;color:#1e293b;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.rfs-pagination-page:hover{background:rgba(255,56,60,.1);border-color:#ff383c;color:#ff383c}.rfs-pagination-page.active{background:#ff383c;border-color:#ff383c;color:#fff}.rfs-items-per-page{margin-left:16px;display:flex;align-items:center;gap:8px;font-size:14px;color:#64748b}.rfs-items-per-page select{width:70px;padding:6px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:13px;color:#1e293b;cursor:pointer;padding-right:24px}.rfs-items-per-page select:focus{outline:none;border-color:#ff383c}.rfs-load-more-btn{width:100%;padding:12px 16px;border:2px dashed #e2e8f0;background:rgba(248,250,252,.5);color:#1e293b;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px}.rfs-load-more-btn:hover{background:rgba(255,56,60,.05);border-color:#ff383c;color:#ff383c}.rfs-kanban-view .rfs-kanban-columns{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.rfs-kanban-column{background:#f5f5f5;border:none;border-radius:4px;display:flex;flex-direction:column;min-height:600px}.rfs-kanban-column-header{padding:12px 20px;display:flex;justify-content:space-between;align-items:center;border:none;border-radius:8px 8px 0 0}.rfs-kanban-column-header h3{margin:0;color:#fff;font-size:14px;font-weight:600;text-transform:none}.rfs-kanban-column-header .rfs-kanban-count{font-size:13px;color:#fff;opacity:.9;font-weight:500}.rfs-kanban-column-header.rfs-header-green{background:#34c759}.rfs-kanban-column-header.rfs-header-yellow{background:#fc0}.rfs-kanban-column-header.rfs-header-yellow h3,.rfs-kanban-column-header.rfs-header-yellow span{color:#1e293b !important}.rfs-kanban-column-header.rfs-header-red{background:#ff383c}.rfs-kanban-column-body{flex:1;padding:8px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;background:transparent}.rfs-product-kanban-card{background:#fff;border:1px solid #efefef;border-radius:4px;padding:12px;position:relative;display:flex;flex-direction:column;transition:all .2s ease}.rfs-product-kanban-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.05)}.rfs-product-kanban-card .rfs-product-kanban-main-content{display:flex;gap:12px;align-items:flex-start}.rfs-product-kanban-card .rfs-product-kanban-image-section{flex-shrink:0}.rfs-product-kanban-card .rfs-product-kanban-image-section .rfs-product-kanban-image{width:44px;height:44px;border-radius:4px;object-fit:cover;border:1px solid #eee}.rfs-product-kanban-card .rfs-product-kanban-info-section{flex:1;min-width:0}.rfs-product-kanban-card .rfs-product-kanban-info-section .rfs-product-kanban-name{font-weight:500;font-size:13px;color:#555;margin-bottom:2px;line-height:1.4}.rfs-product-kanban-card .rfs-product-kanban-info-section .rfs-product-kanban-sku{font-size:11px;color:#888;margin-bottom:12px}.rfs-product-kanban-card .rfs-product-kanban-details-section{flex-shrink:0;width:120px;background:transparent}.rfs-product-kanban-card .rfs-product-kanban-details-section .rfs-product-kanban-row{display:flex;justify-content:flex-end;gap:4px;padding:1px 0;align-items:center}.rfs-product-kanban-card .rfs-product-kanban-details-section .rfs-product-kanban-row .rfs-product-kanban-label{font-size:11px;color:#444;font-weight:400}.rfs-product-kanban-card .rfs-product-kanban-details-section .rfs-product-kanban-row .rfs-product-kanban-value{font-size:11px;color:#444;font-weight:400}.rfs-product-kanban-card .rfs-product-kanban-qty{padding:4px 10px;border-radius:4px;font-size:12px;font-weight:700;color:#fff;white-space:nowrap}.rfs-product-kanban-card .rfs-product-kanban-qty.rfs-qty-in-stock,.rfs-product-kanban-card .rfs-product-kanban-qty.rfs-qty-instock{background:#34c759}.rfs-product-kanban-card .rfs-product-kanban-qty.rfs-qty-low-stock,.rfs-product-kanban-card .rfs-product-kanban-qty.rfs-qty-lowstock{background:#fc0;color:#333}.rfs-product-kanban-card .rfs-product-kanban-qty.rfs-qty-out-of-stock,.rfs-product-kanban-card .rfs-product-kanban-qty.rfs-qty-outofstock{background:#ff383c}.rfs-product-kanban-card .rfs-product-kanban-footer{margin-top:15px;display:flex;justify-content:space-between;align-items:center;gap:12px}.rfs-product-kanban-card .rfs-product-kanban-footer .rfs-product-kanban-actions{display:flex;gap:12px}.rfs-product-kanban-card .rfs-product-kanban-footer .rfs-kanban-action-btn{background:transparent !important;padding:0;color:#007bff !important;font-size:12px;font-weight:500;cursor:pointer;width:auto;flex:none}.rfs-product-kanban-card .rfs-product-kanban-footer .rfs-kanban-action-btn:hover{text-decoration:underline}@media screen and (max-width: 1200px){.rfs-kanban-columns{grid-template-columns:repeat(2, 1fr) !important}.rfs-summary-cards{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 992px){.rfs-filters{flex-direction:column;align-items:stretch;gap:12px}.rfs-filters-left,.rfs-filters-right{width:100%;gap:12px}.rfs-filters-right{justify-content:flex-start}.rfs-search-wrapper{flex:1}.rfs-search-wrapper .rfs-search-input{width:100%}}@media screen and (max-width: 768px){.rfs-stock-container{padding:12px;width:100dvw !important;max-width:100dvw !important;display:block !important;margin-left:-20px;margin-right:-20px}.rfs-summary-cards{grid-template-columns:1fr;gap:12px}.rfs-summary-card{padding:12px 16px;min-height:80px;width:100% !important;max-width:100% !important;box-sizing:border-box !important}.rfs-kanban-columns{display:flex !important;overflow-x:auto !important;scroll-snap-type:x mandatory;gap:16px;padding-bottom:20px;-webkit-overflow-scrolling:touch;margin:0 -12px;padding:0 12px 20px 12px;width:calc(100% + 24px) !important}.rfs-kanban-columns::-webkit-scrollbar{height:6px}.rfs-kanban-columns::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.rfs-kanban-columns::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.rfs-kanban-column{min-width:270px;flex:0 0 270px;scroll-snap-align:start;min-height:auto}.rfs-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:20px;border-radius:8px;margin:0 -12px;padding:0 12px}.rfs-table-wrapper::-webkit-scrollbar{height:6px}.rfs-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.rfs-table-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.rfs-table{width:900px !important;min-width:900px !important;table-layout:auto}.rfs-action-buttons{flex-direction:column;gap:4px}.rfs-action-buttons .rfs-action-btn{width:100%}}@media screen and (max-width: 480px){.rfs-stock-header h1{font-size:20px}.rfs-kanban-column{min-height:400px}.rfs-product-kanban-card{padding:12px}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.rfs-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);z-index:2000;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.rfs-drawer-overlay.show{opacity:1;visibility:visible}.rfs-drawer{position:fixed;top:0;right:-500px;width:490px;max-width:90vw;height:100%;background:#fff;z-index:2001;box-shadow:-10px 0 30px rgba(0,0,0,.1);transition:right .3s cubic-bezier(0.4, 0, 0.2, 1);display:flex;flex-direction:column}.rfs-drawer.show{right:0}.rfs-drawer .rfs-drawer-header{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0}.rfs-drawer .rfs-drawer-header h2{margin:0;font-size:18px;font-weight:600;color:#333}.rfs-drawer .rfs-drawer-header .rfs-drawer-close{background:none;border:none;cursor:pointer;color:#666;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.rfs-drawer .rfs-drawer-header .rfs-drawer-close:hover{background:#f5f5f5;color:#000}.rfs-drawer .rfs-drawer-body{padding:24px;flex:1;overflow-y:auto}.rfs-drawer .rfs-drawer-product-info{display:flex;gap:16px;margin-bottom:30px;align-items:center}.rfs-drawer .rfs-drawer-product-info img{width:60px;height:60px;border-radius:8px;object-fit:cover;border:1px solid #eee}.rfs-drawer .rfs-drawer-product-info .rfs-product-text h3{margin:0 0 4px 0;font-size:15px;font-weight:600;color:#333}.rfs-drawer .rfs-drawer-product-info .rfs-product-text p{margin:0;font-size:13px;color:#777}.rfs-drawer .rfs-drawer-section{margin-bottom:24px}.rfs-drawer .rfs-drawer-section .rfs-section-label{display:block;margin-bottom:12px;font-size:14px;font-weight:600;color:#444;text-align:center}.rfs-drawer .rfs-drawer-section .rfs-section-label[for]{text-align:left}.rfs-drawer .rfs-quantity-box{border:2px solid #fc0;border-radius:8px;padding:20px;margin-bottom:12px;display:flex;justify-content:center;align-items:center;min-height:90px;background:#fff}.rfs-drawer .rfs-quantity-box .rfs-quantity-display{display:flex;align-items:center;gap:20px;position:relative;width:100%;justify-content:center}.rfs-drawer .rfs-quantity-box .rfs-quantity-display .rfs-quantity-value{font-size:40px;font-weight:700;color:#333}.rfs-drawer .rfs-quantity-box .rfs-quantity-display .rfs-edit-icon-btn{position:absolute;right:0;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}.rfs-drawer .rfs-quantity-box .rfs-quantity-display .rfs-edit-icon-btn:hover{opacity:1}.rfs-drawer .rfs-quantity-box .rfs-quantity-input-large{width:100%;font-size:40px;font-weight:700;text-align:center;border:none;outline:none;color:#333;background:transparent}.rfs-drawer .rfs-quantity-box .rfs-quantity-input-large::-webkit-inner-spin-button,.rfs-drawer .rfs-quantity-box .rfs-quantity-input-large::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.rfs-drawer .rfs-price-info-row{display:flex;justify-content:space-between;font-size:14px;color:#666;font-weight:500}.rfs-drawer .rfs-drawer-field{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:15px;color:#333;outline:none;transition:border-color .2s}.rfs-drawer .rfs-drawer-field:focus{border-color:#34c759;box-shadow:0 0 0 2px rgba(52,199,89,.1)}.rfs-drawer .rfs-drawer-footer{padding:24px;border-top:1px solid #eee}.rfs-drawer .rfs-drawer-footer .rfs-request-more-btn{width:100%;padding:14px;background:#34c759;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.rfs-drawer .rfs-drawer-footer .rfs-request-more-btn:hover{background:#2fb350;box-shadow:0 4px 12px rgba(52,199,89,.2)}.rfs-drawer .rfs-drawer-footer .rfs-request-more-btn:active{transform:translateY(1px)}@media screen and (max-width: 480px){.rfs-drawer{width:100%;right:-100%}}.rfs-drawer-stock-overview{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.rfs-overview-item{display:flex;flex-direction:column;align-items:center;gap:12px}.rfs-overview-label{font-size:14px;font-weight:600;color:#333}.rfs-overview-box{width:100%;min-height:80px;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;transition:all .2s ease}.rfs-overview-box .rfs-overview-value{font-size:44px;font-weight:700;line-height:1}.rfs-overview-box.rfs-box-yellow{border:2px solid #fc0;background-color:#fffbeb}.rfs-overview-box.rfs-box-yellow .rfs-overview-value{color:#ff9500}.rfs-overview-box.rfs-box-green{border:2px solid #34c759;background-color:#f2fbf4}.rfs-overview-box.rfs-box-green .rfs-overview-value{color:#34c759}.rfs-financial-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #eee}.rfs-financial-item{text-align:left}.rfs-financial-item label{display:block;font-size:12px;color:#777;margin-bottom:4px}.rfs-financial-item .rfs-financial-value{font-size:15px;font-weight:700;color:#333}.rfs-request-input-section{display:flex;align-items:flex-end;gap:12px;margin-bottom:24px}.rfs-request-input-section .rfs-input-group{flex:1}.rfs-request-input-section .rfs-input-group label{display:block;font-size:12px;font-weight:600;color:#333;margin-bottom:8px}.rfs-request-input-section .rfs-request-qty-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:15px;outline:none}.rfs-request-input-section .rfs-request-qty-input:focus{border-color:#34c759}.rfs-request-input-section .rfs-readonly-value{width:100%;padding:12px;border:1px solid #eee;background:#f9f9f9;border-radius:8px;font-size:15px;color:#777}.rfs-request-input-section .rfs-multiply-icon{padding-bottom:12px}.rfs-total-box{background:#fffbeb;border:2px solid #fc0;border-radius:8px;padding:16px;text-align:center;margin-bottom:24px}.rfs-total-box label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.rfs-total-box .rfs-total-value{font-size:32px;font-weight:800;color:#333}.rfs-request-stock-final-btn{width:100%;padding:14px;background:#34c759;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.rfs-request-stock-final-btn:hover{background:#2fb350}.rfs-summary-card{padding:8px 24px;min-height:100px;display:flex;flex-direction:column;justify-content:space-between;border-width:1px !important;border-left-width:5px !important;background:#fff}.rfs-summary-card .rfs-summary-count{font-size:36px;order:1;font-weight:700}.rfs-summary-card .rfs-summary-label{font-size:16px;order:2;color:#1e293b;font-weight:600}@media screen and (max-width: 1440px){.rfs-product-kanban-details-section{width:110px !important}}@media screen and (max-width: 1200px){.rfs-kanban-columns{grid-template-columns:repeat(2, 1fr) !important}}.rfs-kanban-footer-pagination{display:flex;justify-content:center;margin-top:30px;padding-bottom:20px}.rfs-kanban-footer-pagination .rfs-load-more-btn{padding:12px 30px;background:#fff;border:1px solid #e2e8f0;color:#2563eb;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.rfs-kanban-footer-pagination .rfs-load-more-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 1px 3px rgba(0,0,0,.1)}.rfs-kanban-footer-pagination .rfs-load-more-btn:active{transform:translateY(1px)}.rfs-drawer-bundle-components{margin-bottom:24px}.rfs-drawer-bundle-components .rfs-overview-label{display:block;margin-bottom:12px;font-size:14px;font-weight:600;color:#333}.rfs-drawer-bundle-components .rfs-bundle-list{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.rfs-drawer-bundle-components .rfs-bundle-list .rfs-bundle-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e2e8f0}.rfs-drawer-bundle-components .rfs-bundle-list .rfs-bundle-item:last-child{border-bottom:none}.rfs-drawer-bundle-components .rfs-bundle-list .rfs-bundle-item .rfs-bundle-item-info{display:flex;align-items:center;gap:8px}.rfs-drawer-bundle-components .rfs-bundle-list .rfs-bundle-item .rfs-bundle-item-info .rfs-bundle-qty{font-weight:700;color:#2563eb;background:rgba(37,99,235,.1);padding:2px 6px;border-radius:4px;font-size:12px;white-space:nowrap}.rfs-drawer-bundle-components .rfs-bundle-list .rfs-bundle-item .rfs-bundle-item-info .rfs-bundle-name{font-size:14px;color:#334155;font-weight:500;overflow:hidden;text-overflow:ellipsis}.rfs-drawer-bundle-components .rfs-bundle-list .rfs-bundle-item .rfs-bundle-item-cost{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;margin-left:12px}.rfs-bundle-badge{margin-left:10px;font-size:10px;background:#e2e8f0;color:#475569;padding:2px 8px;border-radius:4px;font-weight:600;text-transform:uppercase;display:inline-block;vertical-align:middle}
