
    .tmst-purchased__list-item {
    background-color: var(--box-background-color);
    border-radius: var(--box-radius);
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
}

.tmst-button_primary {
    color: #fff;
    background-color: #efafca;
    border-radius: 30px;
}
    
</style>