.bought-item{background-color:#fff;border-radius:5px;padding:15px}.bought-item__content{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.bought-item__left-section{flex:1;min-width:0;display:flex;align-items:center;gap:16px}.bought-item__link{flex:1;min-width:0;text-decoration:none;color:inherit;cursor:pointer}.bought-item__link:hover .bought-item__title{color:#374b9b}.bought-item__title{font-size:16px;font-weight:500;color:#000;transition:color .2s}.bought-item__type{font-size:14px;color:#898989}.bought-items-group{margin-bottom:32px}.bought-items-group__date{font-size:18px;font-weight:600;color:#000;margin-bottom:10px!important;display:block}.bought-items-group__items{display:flex;flex-direction:column;gap:15px}.bought-items-page__header{margin-bottom:32px}.bought-items-page__back-btn{background-color:#374b9b;border-color:#374b9b;color:#fff;height:40px;padding:0 24px}.bought-items-page__back-btn:hover{background-color:#2d3f8f;border-color:#2d3f8f;color:#fff}.bought-items-page__content{margin-top:24px}.bought-items-page__items-container{padding:15px;background-color:#f3f3f8;border-radius:8px}