/* Reference-style jackpot and activity widgets for the Marakumi Casinos catalogue. */

@media (min-width: 781px) {
    .jackpot {
        height: 267px;
        border-radius: 10px;
        background: #110916;
    }

    .jackpot-head {
        height: 62px;
        display: grid;
        grid-template-columns: 1fr 1.1fr 1fr;
        align-items: center;
        padding: 5px 18px;
        background: #cc007e url("../images/jackpot-bg.png") center / auto 100% repeat-x;
    }

    .jackpot-head > div {
        display: grid;
        justify-items: center;
        gap: 1px;
    }

    .jackpot-head > div > img:first-child {
        width: 129px;
        height: 30px;
        object-fit: contain;
    }

    .jackpot-head .amusnet {
        width: 77px;
        height: 13px;
        object-fit: contain;
    }

    .jackpot-head span {
        display: flex;
        gap: 20px;
        align-items: center;
        color: #fff;
        font-size: 31px;
        line-height: 1;
        text-shadow: 0 1px 3px #540337;
    }

    .jackpot-head .suit-left {
        justify-content: flex-start;
    }

    .jackpot-head .suit-right {
        justify-content: flex-end;
    }

    .suit-left::first-letter, .suit-right::first-letter {
        color: #fce9f4;
    }

    .jackpot .pots {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 25px 20px;
        gap: 22px 13px;
    }

    .jackpot .pots span {
        position: relative;
        min-height: 43px;
        padding: 10px 8px 9px 39px;
        border-width: 3px;
        font-size: 14px;
    }

    .jackpot .pots span::before {
        position: absolute;
        top: 7px;
        left: 10px;
        color: #fff;
        font-size: 20px;
        line-height: 1;
    }

    .jackpot .pots span:nth-child(1)::before {
        content: "\2660";
    }

    .jackpot .pots span:nth-child(2)::before {
        content: "\2666";
        color: #fff0f7;
    }

    .jackpot .pots span:nth-child(3)::before {
        content: "\2665";
        color: #ff7180;
    }

    .jackpot .pots span:nth-child(4)::before {
        content: "\2663";
    }

    .activity {
        margin-top: 31px;
        border-radius: 8px 8px 0 0;
        background: #002a23;
    }

    .activity-head {
        height: 125px;
        position: relative;
        overflow: hidden;
        padding: 20px 14px;
        background: linear-gradient(160deg, #006544, #00ec34 48%, #003a2c 100%);
    }

    .activity-head::after {
        content: "";
        position: absolute;
        right: -24px;
        top: 2px;
        width: 172px;
        height: 110px;
        opacity: .7;
        background: repeating-linear-gradient(55deg, transparent 0 12px, #f3d934 13px 16px, transparent 17px 26px);
        transform: rotate(-14deg);
    }

    .activity-head h2, .activity-head [role=tablist] {
        position: relative;
        z-index: 1;
    }

    .activity-head h2 {
        font-size: 23px;
    }

    .activity-tab {
        min-width: 117px;
        padding: 12px 14px;
    }

    .activity-panel {
        min-height: 0;
        display: block;
        padding: 0;
        color: #00a64d;
    }

    .activity-row {
        min-height: 124px;
        display: grid;
        grid-template-columns:27px 1fr 117px;
        gap: 10px;
        align-items: center;
        padding: 13px 20px;
        border-bottom: 1px dashed #167360;
    }

    .activity-user {
        position: relative;
        width: 25px;
        height: 25px;
    }

    .activity-user::before {
        content: "";
        position: absolute;
        top: 0;
        left: 8px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #00ae50;
    }

    .activity-user::after {
        content: "";
        position: absolute;
        left: 3px;
        bottom: 0;
        width: 19px;
        height: 12px;
        border-radius: 12px 12px 2px 2px;
        background: #00ae50;
    }

    .activity-row p {
        margin: 0;
        font-size: 18px;
        line-height: 1.25;
    }

    .activity-row p small {
        display: block;
        margin-top: 6px;
        font-size: 17px;
    }

    .activity-row p b {
        margin-left: 4px;
        color: white;
        font-size: 22px;
    }

    .activity-row img {
        width: 117px;
        height: 78px;
        object-fit: cover;
    }
}
