.chapters-offers-scroll{max-width:100%;padding:20px 0 5px 0;margin-bottom:0;position:relative}.chapters-offers-scroll__title{font-size:22px;font-weight:700;margin-bottom:15px;padding:0 15px;color:#333}.chapters-offers-scroll__wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:5px 0;cursor:grab;scrollbar-width:none;-ms-overflow-style:none}.chapters-offers-scroll__wrapper::-webkit-scrollbar{display:none;width:0;height:0}.chapters-offers-scroll__container{display:flex;flex-wrap:nowrap;gap:15px;padding:0 15px;width:max-content;min-width:100%;align-items:center}.chapters-offers-scroll__item{flex:0 0 auto;width:140px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;border:1px solid #e8ecf0;padding:10px;transition:all 0.3s ease}.chapters-offers-scroll__item:hover{border-color:#007cba;box-shadow:0 2px 8px rgba(0,124,186,.15)}.chapters-offers-scroll__offer{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}.chapters-offers-scroll__image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform 0.3s ease}.chapters-offers-scroll__item:hover .chapters-offers-scroll__image{transform:scale(1.05)}@media screen and (max-width:768px){.chapters-offers-scroll__item{width:120px;height:50px;padding:8px}.chapters-offers-scroll__container{gap:12px;padding:0 10px}.chapters-offers-scroll__title{font-size:18px;padding:0 10px}}@media screen and (max-width:480px){.chapters-offers-scroll__item{width:100px;height:45px;padding:6px}.chapters-offers-scroll__container{gap:10px;padding:0 8px}.chapters-offers-scroll__title{font-size:16px;padding:0 8px}}