.lottery-award-page {
    min-height: 720px;
    padding: 46px 0 80px;
    background: #f4f6f8;
    color: #252525;
}

.lottery-award-page__inner {
    max-width: 1200px;
}

.lottery-award-switcher {
    display: flex;
    min-height: 112px;
    padding: 20px 32px;
    border-top: 6px solid var(--site-red);
    border-radius: 6px 6px 0 0;
    background: #fff;
}

.lottery-award-switcher__brand {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 24px 7px;
}

.lottery-award-switcher__brand img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.lottery-award-switcher__select select {
    width: 126px;
    height: 38px;
    padding: 0 34px 0 13px;
    border: 1px solid #d5d8dc;
    border-radius: 3px;
    background: #fff;
    color: #24272b;
    font-size: 18px;
    cursor: pointer;
}

.lottery-award-content {
    padding: 0 44px 46px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(28, 42, 55, .06);
}

.lottery-award-latest {
    padding: 40px 0 46px;
}

.lottery-award-latest > header {
    margin-bottom: 30px;
    text-align: center;
}

.lottery-award-latest h1 {
    margin: 0 0 18px;
    color: #202124;
    font-size: 25px;
    line-height: 1.55;
}

.lottery-award-latest > header p {
    margin: 5px 0;
    color: #999;
    font-size: 14px;
}

.lottery-award-latest__body {
    color: #444;
    font-size: 16px;
    line-height: 2;
    word-break: break-word;
}

.lottery-award-latest__body p {
    margin: 0 0 14px;
}

.lottery-award-latest__body img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 18px auto;
}

.lottery-award-empty {
    text-align: center;
}

.lottery-award-history {
    padding-top: 28px;
    border-top: 1px solid #eee;
}

.lottery-award-history h2 {
    margin: 0 0 17px;
    padding-left: 14px;
    border-left: 4px solid #df0038;
    font-size: 20px;
    line-height: 1.2;
}

.lottery-award-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lottery-award-list__item {
    position: relative;
    display: flex;
    min-height: 54px;
    align-items: center;
    gap: 20px;
    padding: 0 2px 0 20px;
    border-bottom: 1px solid #eceff2;
}

.lottery-award-list__item::before {
    position: absolute;
    left: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #df0038;
    content: "";
}

.lottery-award-list__item a {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    color: #30343a;
    font-size: 16px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lottery-award-list__item a:hover {
    color: #df0038;
}

.lottery-award-list__item time {
    flex: 0 0 auto;
    color: #9ba1a8;
    font-size: 14px;
}

.lottery-award-more {
    display: block;
    min-width: 170px;
    height: 44px;
    margin: 30px auto 0;
    padding: 0 30px;
    border: 0;
    border-radius: 3px;
    background: #f0f1f3;
    color: #8e949b;
    font-size: 16px;
    cursor: pointer;
}

.lottery-award-more:hover:not(:disabled) {
    background: #df0038;
    color: #fff;
}

.lottery-award-more:disabled {
    cursor: default;
    opacity: .8;
}

.lottery-award-history__empty {
    padding: 38px 0;
    color: #999;
    text-align: center;
}

@media (max-width: 768px) {
    .lottery-award-page {
        padding: 20px 0 42px;
    }

    .lottery-award-page__inner {
        width: calc(100% - 24px);
    }

    .lottery-award-switcher {
        padding: 20px 14px;
    }

    .lottery-award-switcher__brand {
        padding-left: 14px;
    }

    .lottery-award-content {
        padding: 0 16px 30px;
    }

    .lottery-award-latest {
        padding: 28px 0 34px;
    }

    .lottery-award-latest h1 {
        font-size: 21px;
    }

    .lottery-award-latest__body {
        font-size: 15px;
        line-height: 1.85;
    }

    .lottery-award-list__item {
        min-height: 62px;
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        padding: 11px 0 11px 17px;
    }

    .lottery-award-list__item::before {
        top: 20px;
    }

    .lottery-award-list__item a {
        width: 100%;
        white-space: normal;
    }
}
