.offers-widget {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #F2F5FF;
}

.offers-widget::before,
.offers-widget::after {
    content: "";
    display: block;
    position: absolute;
}

.offers-widget::before {
    background: url(./assets/img/top_triangle.png) center center no-repeat;
    width: 71px;
    height: 71px;
    right: 0;
    top: -35px;
}

.offers-widget::after {
    background: url(./assets/img/bot_triangle.png) center center no-repeat;
    width: 52px;
    height: 52px;
    right: 40%;
    bottom: -36px;
}

.offers-widget__title {
    align-self: center;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
}

.offers-widget__title span {
    color: #9065fd;
}

.offers-widget__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

.offer-item {
    box-shadow: 0 2px 14px 0 rgba(114, 69, 255, 0.12);
    padding: 22px 18px;
    display: grid;
    grid-template-columns: 26% 72%;
    grid-template-rows: auto auto;
    grid-column-gap: 17px;
    grid-row-gap: 12px;
    border-radius: 14px;
    background: #fff;
}

.offer-item__logo {
    grid-column: 1;
    grid-row: 1/3;
}

.offer-item__logo img {
    position: relative;
    object-fit: contain !important;
}

.offer-item__target-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    padding-top: 5px;
}

.offer-item__target-action-title {
    font-size: 15px;
    color: #7D8D93;
}

.offer-item__target-action-data {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
}

.offer-item__info {
    grid-column: 2;
    grid-row: 1;
}

.offer-item__offer-title {
    color: #7D8D93;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    height: auto;
    overflow: unset;
    margin: 0 !important;
}

.offer-item__offer-product-name {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 26px !important;
    margin: 0 !important;
}

.offer-item__data {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 50%;
    max-width: 65%;
}

.offer-item__data-item {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 0px
}

.offer-item__data-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 14.4px;
    color: var(---Light-Grey, #838B9C);
}

.offer-item__data-value {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #000000;
}

.offer-item__actions {
    grid-column: 2;
    grid-row: 3;
    display: flex;
    justify-content: space-between;
}

.offer-item__benefit {}

.offer-item__benefit-header {
    color: var(--color-violetblue);
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    margin: 0;
    white-space: nowrap;
    font-size: 15px;
}

.offer-item__benefit-value {
    display: flex;
    font-size: 16px;
    background: #F2F5FF;
    border-radius: 23px;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    padding: 3px 6px;
    column-gap: 6px;
    padding: 3px 3px;
    column-gap: 8px;
    background: none;
    padding: 0px;
}

.offer-item__reward {
    color: #000;
    font-size: 28px !important;
    font-weight: 400;
    line-height: normal;
    margin: 0 !important;
    color: var(--color-violet, #7245FF);
    margin-right: 0px !important;
}

.offer-item__pamcoin-reward {
    display: flex;
    font-size: 15px;
    background: #FFFFFF;
    border-radius: 23px;
    align-items: center;
    margin: auto;
    padding: 0px 3px;
    column-gap: 6px;
    font-weight: 500;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    order: 3;
    font-size: 19px;
    background: #F2F5FF;
    border-radius: 23px;
}

.offer-item__btn {}

.offer-item__link {
    display: inline-block;
    color: #fff !important;
    border-radius: 2px;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 700;
    background: #7a49d2;
    transition: background-position 0.4s ease-in;
    background: linear-gradient(270deg, #ad63fc, #5f20d3);
    background-size: 150% 100%;
    background-position: 0;

    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: normal;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(113, 48, 229, 0.53);
    width: auto;
    padding: 12px 25px;
    margin-top: 9px;
    display: flex;

    font-weight: 700;
    font-style: normal;

    font-size: 17px;
    background: linear-gradient(57.45deg, #7245FF 13.81%, #7245FF 92.89%);
    margin-top: 14px;
}