.price-history-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.price-history-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);cursor:pointer}.price-history-modal__content{position:relative;background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.3);max-width:500px;width:100%;max-height:80vh;overflow:hidden;cursor:default;z-index:1;margin:auto}.price-history-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #eee;background:#f8f9fa}.price-history-modal__title{margin:0;font-size:18px;font-weight:600;color:#333}.price-history-modal__close{background:none;border:none;font-size:18px;color:#666;cursor:pointer;padding:5px;line-height:1;transition:color .2s ease}.price-history-modal__close:hover{color:#333}.price-history-modal__body{padding:25px;max-height:60vh;overflow-y:auto}.price-history-loading{text-align:center;padding:30px;color:#666;font-size:16px}.price-history-loading i{margin-right:8px;color:#0073aa}.price-history-error{text-align:center;padding:30px;color:#d63384;font-size:16px}.price-history-popup h4{margin:0 0 20px;font-size:16px;font-weight:600;color:#333;text-align:center;padding-bottom:15px;border-bottom:1px solid #eee}.price-history-list{display:flex;flex-direction:column;gap:12px}.price-history-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#f8f9fa;border-radius:6px;border-left:4px solid #dee2e6;transition:all .2s ease}.price-history-item.current{background:#d4edda;border-left-color:#28a745}.price-history-item.historical{background:#f8f9fa;border-left-color:#6c757d}.price-history-item .date{font-size:14px;color:#666;font-weight:500}.price-history-item .price{font-size:16px;font-weight:600;color:#333}.price-history-item.current .price{color:#28a745}.price-history-item--hidden{display:none}.price-history-show-more{text-align:center;margin-top:15px;padding-top:15px;border-top:1px solid #eee}.price-history-show-less-btn,.price-history-show-more-btn{background:#f8f9fa;border:1px solid #dee2e6;color:#495057;padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s ease}.price-history-show-less-btn:hover,.price-history-show-more-btn:hover{background:#e9ecef;border-color:#adb5bd}.price-history-link{display:inline-block;color:#007cba;text-decoration:none;font-size:12px;margin-top:4px;transition:color .2s ease}.price-history-link:hover{color:#005a87;text-decoration:underline}.table__no-history{color:#999;font-style:italic;font-size:14px}body.price-history-modal-open{overflow:hidden}@media (max-width:768px){.price-history-modal__content{width:95%;margin:20px}.price-history-modal__header{padding:15px 20px}.price-history-modal__title{font-size:16px}.price-history-modal__body{padding:20px}.price-history-item{flex-direction:column;align-items:flex-start;gap:8px}.price-history-item .date{font-size:13px}.price-history-item .price{font-size:15px}.js-priceHistory{font-size:11px!important;padding:5px 10px!important}}