@media (min-width: 601px) {

    .wof-won .wof-right-inner,
    .card .winning-box {
        --gif-box-size: 5.75rem;
        padding: var(--card-spacer) calc(var(--gif-box-size, 0px) + 3rem);
    }

    .wof-won .wof-right-inner::before,
    .wof-won .wof-right-inner::after,
    .winning-box::before,
    .winning-box::after {
        width: var(--gif-box-size);
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .wof-won .wof-right-inner::after,
    .winning-box::after {
        left: 1.5rem;
        right: unset;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .jc-lg-between {
        justify-content: space-between;
    }

    .jc-lg-center {
        justify-content: center;
    }

    .ai-lg-center {
        align-items: center;
    }
}

@media (min-width: 1300px) {

    .wof-wheel .wof-left {
        --wheel-holder-height: 94px;
    }

    div.wof-wheel .wof-inner-wrapper .wof-wheel-bg,
    div.wof-wheel .wof-wheel-container {
        --wheel-bg-size: 460px;
    }

    div.wof-wheel-bg div.wof-spinning:nth-of-type(2) {
        --spacer: 52px;
    }

    .wof-wheel-container::before {
        width: 250px;
    }

    .wof-wheel div.wof-pointer {
        width: 140px;
        height: 116px;
    }
}

@media screen and (max-width: 670px) {
    .hstack {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 560px) {
    div.wof-wheel .wof-left {
        --wheel-holder-height: 60px;
        order: 1;
        padding-top: 2rem;
    }

    div.wof-wheel .wof-right {
        order: 2;
    }

    div.wof-wheel .wof-inner-wrapper .wof-wheel-bg,
    div.wof-wheel .wof-wheel-container {
        --wheel-bg-size: 260px;
    }

    .wof-wheel div.wof-pointer {
        width: 80px;
        height: 66px;
        margin-right: -6px;
    }

    div.wof-wheel-bg div.wof-spinning:nth-of-type(2) {
        --spacer: 30px;
    }

    .wof-wheel-container::before {
        width: 150px;
    }

    .wof-wheel .wof-title,
    .card__title {
        font-size: 1.125rem !important
    }

    .wof-won .wof-right-inner::before,
    .winning-box::before {
        display: block;
        width: 100%;
        margin-bottom: var(--herlife-spacing-normal);
    }

    .wof-won .wof-right-inner::after,
    .winning-box::after {
        display: none;
    }

    div.wof-wheel .wof-inner-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 460px) {
    .app__logo {
        height: 70px;
    }
}