.dm-reward-banner {
    /*background: linear-gradient(to right, #f7941d, #f57516, #f7941d, #f57516, #f7941d);*/
    background: var(--dm-reward-banner-bg, #ff8200);
    padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}

.dm-reward-banner__inner {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.dm-reward-banner__logo {
    display: block;
    width: clamp(110px, 14vw, 160px);
    height: auto;
    margin: 0 auto 2rem;
}

.dm-reward-banner__text {
    max-width: 860px;
    margin: 0 auto 1.75rem;
    color: #202020;
    font-size: clamp(0.9rem, 1.5vw, 1.15rem);
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.dm-reward-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 50px;
    padding: 0.8rem 2.6rem;
    background: #414042;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
}

.dm-reward-banner__button:visited,
.dm-reward-banner__button:hover,
.dm-reward-banner__button:focus {
    color: #fff !important;
    background: #000000;
}

.dm-reward-banner__button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
}

@media (max-width: 768px) {
    .dm-reward-banner {
        padding: 3rem 1.25rem;
    }

    .dm-reward-banner__text {
        font-size: 1rem;
    }

    .dm-reward-banner__button {
        width: auto;
        max-width: none;
    }
}ner__button {
        width: auto;
        max-width: none;
    }
}