.frontend-lottery-games {
    --lottery-accent: #e51d37;
    --lottery-surface: #ffffff;
    --lottery-soft: rgba(244, 247, 248, .8);
    --lottery-text: #1a1a1a;
    width: 1200px;
    color: var(--lottery-text);
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

.site-main:has(.frontend-lottery-games--detail) + .friend-links {
    display: none;
}

.frontend-lottery-games--3d {
    --lottery-accent: #e72434;
}

.frontend-lottery-games--kl8 {
    --lottery-accent: #ed3c35;
}

.frontend-lottery-games--index {
    padding: 39px 0 48px;
}

.frontend-lottery-games .lottery-games-title {
    height: 55px;
    border-bottom: 3px solid var(--lottery-accent);
}

.frontend-lottery-games .lottery-games-title h1 {
    font-family: "Noto Sans SC", "PingFang SC", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -.31px;
}

.frontend-lottery-games .lottery-games-announcement {
    min-height: 502px;
    margin-top: 16px;
    padding: 24px;
    background: var(--lottery-surface);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(23, 32, 39, .03);
}

.frontend-lottery-games .lottery-games-announcement > h2 {
    height: 38px;
    font-size: 24px;
    line-height: 32px;
}

.frontend-lottery-games .lottery-game-card-list {
    display: grid;
    gap: 8px;
}

.frontend-lottery-games .lottery-game-card {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 160px minmax(0, 1fr) 300px;
    width: 1152px;
    min-height: 110px;
    padding: 15px 24px;
    background: var(--lottery-soft);
    border-radius: 8px;
}

.frontend-lottery-games .lottery-game-card__identity {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
}

.frontend-lottery-games .lottery-game-card__identity img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.frontend-lottery-games .lottery-game-card__draw {
    min-width: 0;
}

.frontend-lottery-games .lottery-game-card__draw > p {
    margin-bottom: 8px;
    color: #5f6d76;
    font-size: 14px;
    line-height: 20px;
}

.frontend-lottery-games .lottery-ball-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.frontend-lottery-games--index .lottery-game-card__draw .lottery-ball-list {
    justify-content: flex-start;
}

.frontend-lottery-games .lottery-ball {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    color: #fff;
    background: #e91d32;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
}

.frontend-lottery-games .lottery-ball--special {
    background: #2d8ed8;
}

.frontend-lottery-games .lottery-game-card--kl8 .lottery-game-card__draw {
    max-width: 500px;
}

.frontend-lottery-games .lottery-game-card__meta {
    justify-self: end;
    color: #5f6d76;
    font-size: 14px;
    text-align: right;
}

.frontend-lottery-games .lottery-game-card__meta nav {
    display: flex;
    justify-content: flex-end;
    gap: 28px;
    margin-top: 16px;
    color: #c9002b;
    font-size: 16px;
}

.frontend-lottery-games .lottery-game-card a:hover,
.frontend-lottery-games .lottery-game-card a:focus,
.frontend-lottery-games .lottery-games-tips a:hover,
.frontend-lottery-games .lottery-games-tips a:focus {
    color: var(--lottery-accent);
}

.frontend-lottery-games .lottery-games-lower {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 295px;
    gap: 32px;
    min-height: 494px;
    margin-top: 24px;
    padding: 24px;
    background: var(--lottery-surface);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(23, 32, 39, .03);
}

.frontend-lottery-games .lottery-games-tips-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.frontend-lottery-games .lottery-games-tips header,
.frontend-lottery-games .lottery-games-statistics section header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frontend-lottery-games .lottery-games-tips h2,
.frontend-lottery-games .lottery-games-statistics > h2 {
    font-size: 22px;
    line-height: 32px;
}

.frontend-lottery-games .lottery-games-tips header > a,
.frontend-lottery-games .lottery-games-statistics header > a {
    color: #c9002b;
    font-size: 13px;
}

.frontend-lottery-games .lottery-games-tips ul {
    margin-top: 12px;
}

.frontend-lottery-games .lottery-games-tips li {
    position: relative;
    padding-left: 14px;
}

.frontend-lottery-games .lottery-games-tips li::before {
    position: absolute;
    top: 21px;
    left: 1px;
    width: 4px;
    height: 4px;
    content: "";
    background: var(--lottery-accent);
    border-radius: 50%;
}

.frontend-lottery-games .lottery-games-tips li a {
    display: block;
    overflow: hidden;
    height: 46px;
    color: #333;
    font-size: 14px;
    line-height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.frontend-lottery-games .lottery-games-statistics {
    overflow: hidden;
    border: 1px solid var(--lottery-accent);
    border-radius: 6px;
}

.frontend-lottery-games .lottery-games-statistics > h2 {
    height: 58px;
    padding: 13px 18px;
    color: #fff;
    background: linear-gradient(100deg, #c9002b, #eb2338);
}

.frontend-lottery-games .lottery-games-statistics section {
    padding: 14px 18px;
    border-top: 1px solid #f0d1d5;
}

.frontend-lottery-games .lottery-games-statistics section header {
    justify-content: flex-start;
    gap: 10px;
}

.frontend-lottery-games .lottery-games-statistics section header a {
    margin-left: auto;
}

.frontend-lottery-games .lottery-games-statistics section header img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.frontend-lottery-games .lottery-games-statistics section p {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
}

.frontend-lottery-games .lottery-games-statistics section p a,
.frontend-lottery-games .lottery-game-sidebar__statistics a {
    color: inherit;
}

.frontend-lottery-games .lottery-games-statistics section p a:hover,
.frontend-lottery-games .lottery-games-statistics section p a:focus-visible,
.frontend-lottery-games .lottery-game-sidebar__statistics a:hover,
.frontend-lottery-games .lottery-game-sidebar__statistics a:focus-visible {
    color: var(--site-red);
}

.frontend-lottery-games--detail {
    padding: 44px 0 40px;
}

.frontend-lottery-games--announcement {
    width: 1204px;
}

.frontend-lottery-games .lottery-game-layout {
    display: grid;
    align-items: stretch;
    grid-template-columns: 380px minmax(0, 800px);
    gap: 20px;
}

.frontend-lottery-games .lottery-game-sidebar {
    min-height: 1802px;
    padding: 0 24px 32px;
    background: var(--lottery-surface);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(23, 32, 39, .06);
}

.frontend-lottery-games .lottery-game-sidebar__title {
    display: flex;
    align-items: center;
    height: 104px;
    gap: 16px;
    border-bottom: 1px solid #eceff1;
}

.frontend-lottery-games .lottery-game-sidebar__title img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.frontend-lottery-games .lottery-game-layout--announcement {
    grid-template-columns: 380px minmax(0, 804px);
}

.frontend-lottery-games .lottery-game-layout--announcement .lottery-game-sidebar {
    min-height: 0;
}

.frontend-lottery-games .lottery-game-sidebar__title h1 {
    font-family: "Noto Sans SC", "PingFang SC", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.31px;
}

.frontend-lottery-games .lottery-game-sidebar__rules {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin-left: auto;
    padding: 0 10px;
    color: var(--lottery-accent);
    border: 1px solid #f1a9b2;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
}

.frontend-lottery-games .lottery-game-sidebar__section {
    padding: 24px 0;
}

.frontend-lottery-games .lottery-game-sidebar__title + .lottery-game-sidebar__section {
    padding-top: 40px;
}

.frontend-lottery-games .lottery-game-sidebar__section h2 {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: 20px;
    line-height: 28px;
    gap: 10px;
}

.frontend-lottery-games .lottery-game-sidebar__section h2 img {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.frontend-lottery-games .lottery-game-sidebar__section > p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
}

.frontend-lottery-games .lottery-game-sidebar__schedule {
    color: #333333;
}

.frontend-lottery-games .lottery-game-sidebar__section > .lottery-game-sidebar__schedule,
.frontend-lottery-games .lottery-game-sidebar__section > .lottery-game-sidebar__channels {
    font-size: 16px;
}

.frontend-lottery-games .lottery-game-sidebar__statistics > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
}

.frontend-lottery-games .lottery-game-sidebar__statistics {
    padding-top: 40px;
    padding-bottom: 72px;
}

.frontend-lottery-games .lottery-game-sidebar__tips header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frontend-lottery-games .lottery-game-sidebar__tips header > a {
    color: var(--lottery-accent);
    font-size: 13px;
}

.frontend-lottery-games .lottery-game-sidebar__tips ul {
    margin-top: 12px;
}

.frontend-lottery-games .lottery-game-sidebar__tips li {
    position: relative;
    padding-left: 20px;
}

.frontend-lottery-games .lottery-game-sidebar__tips li::before {
    position: absolute;
    top: 22px;
    left: 1px;
    width: 4px;
    height: 4px;
    content: "";
    background: var(--lottery-accent);
    border-radius: 50%;
}

.frontend-lottery-games .lottery-game-sidebar__tips li a {
    display: block;
    overflow: hidden;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.frontend-lottery-games .lottery-game-sidebar__empty {
    padding: 32px 0;
    color: #959595;
    font-size: 14px;
    text-align: center;
}

.frontend-lottery-games .lottery-game-sidebar__statistics a,
.frontend-lottery-games .lottery-game-sidebar__tips a {
    text-underline-offset: 3px;
}

.frontend-lottery-games .lottery-game-sidebar__statistics a:hover,
.frontend-lottery-games .lottery-game-sidebar__statistics a:focus-visible,
.frontend-lottery-games .lottery-game-sidebar__tips a:hover,
.frontend-lottery-games .lottery-game-sidebar__tips a:focus-visible {
    color: var(--site-red);
    text-decoration: underline;
}

.frontend-lottery-games .lottery-game-sidebar__rules:hover,
.frontend-lottery-games .lottery-game-sidebar__rules:focus-visible {
    color: #fff;
    background: var(--site-red);
    border-color: var(--site-red);
}

.frontend-lottery-games .lottery-game-sidebar a:focus-visible {
    outline: 2px solid var(--site-red);
    outline-offset: 3px;
}

.frontend-lottery-games .lottery-game-draws {
    overflow: hidden;
    min-height: 1802px;
    padding: 0 24px 32px;
    background: var(--lottery-surface);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(23, 32, 39, .06);
}

.frontend-lottery-games .lottery-game-draws__toolbar {
    position: relative;
    display: flex;
    align-items: center;
    height: 74px;
    padding: 0;
}

.frontend-lottery-games .lottery-game-draws__toolbar h2 {
    color: #888888;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}

.frontend-lottery-games .lottery-game-draws__toolbar nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    color: #999999;
    font-size: 16px;
    line-height: 22px;
}

.frontend-lottery-games .lottery-game-draws__toolbar nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 10px;
    color: #999999;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    font-size: 16px;
    line-height: 30px;
}

.frontend-lottery-games .lottery-game-draws__toolbar nav a.is-active,
.frontend-lottery-games .lottery-game-draws__toolbar nav a:hover,
.frontend-lottery-games .lottery-game-draws__toolbar nav a:focus {
    color: var(--lottery-accent);
    border-color: #f1b8bf;
    background: #ffffff;
}

.frontend-lottery-games .lottery-game-draws__all {
    margin-left: auto;
    color: var(--lottery-accent);
    font-size: 13px;
}

.frontend-lottery-games .lottery-game-draw-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 16px;
}

.frontend-lottery-games .lottery-game-draw-table-wrap {
    overflow-x: auto;
    overscroll-behavior-x: contain;
}

.frontend-lottery-games .lottery-game-draw-table__issue {
    width: 125px;
}

.frontend-lottery-games .lottery-game-draw-table__red {
    width: 360px;
}

.frontend-lottery-games .lottery-game-draw-table__numbers {
    width: 455px;
}

.frontend-lottery-games .lottery-game-draw-table__blue {
    width: 95px;
}

.frontend-lottery-games .lottery-game-draw-table__action {
    width: 172px;
}

.frontend-lottery-games .lottery-game-draw-table th {
    height: 46px;
    padding: 0 10px;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
}

.frontend-lottery-games .lottery-game-draw-table td {
    height: 52px;
    padding: 0 10px;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
}

.frontend-lottery-games .lottery-game-draw-table--3d th,
.frontend-lottery-games .lottery-game-draw-table--kl8 th {
    height: 92px;
}

.frontend-lottery-games .lottery-game-draw-table th {
    color: #333;
    background: #ddd;
    font-weight: 500;
}

.frontend-lottery-games .lottery-game-draw-table tbody tr:nth-child(odd) td {
    background: #f4f4f4;
}

.frontend-lottery-games .lottery-game-draw-table tbody tr:nth-child(even) td {
    background: #fff;
}

.frontend-lottery-games .lottery-game-draw-table td:last-child a {
    color: #333;
}

.frontend-lottery-games .lottery-game-draw-table td:last-child a:hover,
.frontend-lottery-games .lottery-game-draw-table td:last-child a:focus {
    color: var(--lottery-accent);
}

.frontend-lottery-games .lottery-game-draw-table .lottery-ball-list {
    margin: 0 auto;
}

.frontend-lottery-games--kl8 .lottery-game-draw-table .lottery-ball-list {
    max-width: 300px;
    gap: 6px;
}

.frontend-lottery-games--kl8 .lottery-game-draw-table .lottery-ball {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
}

.frontend-lottery-games--kl8 .lottery-game-draw-table td {
    height: 80px;
}

.frontend-lottery-games .lottery-game-empty {
    padding: 20px 0;
    color: #8b9298;
    font-size: 14px;
    text-align: center;
}

.frontend-lottery-games .lottery-game-empty--draws {
    min-height: 420px;
    padding-top: 180px;
}

.frontend-lottery-games .lottery-announcement {
    min-width: 0;
    min-height: 0;
    padding: 36px 32px 32px;
    color: #333333;
    background: var(--lottery-surface);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(23, 32, 39, .06);
}

.frontend-lottery-games .lottery-announcement__header {
    padding: 2px 0 30px;
    text-align: center;
}

.frontend-lottery-games .lottery-announcement__header h1 {
    color: #172027;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.frontend-lottery-games .lottery-announcement__header p {
    margin-top: 10px;
    color: var(--lottery-accent);
    font-size: 18px;
    line-height: 26px;
}

.frontend-lottery-games .lottery-announcement__summary {
    width: 457px;
    max-width: 100%;
    margin: 0 auto;
}

.frontend-lottery-games .lottery-announcement__summary > div {
    display: flex;
    align-items: center;
    min-height: 64px;
    border-bottom: 1px dashed #e4e4e4;
}

.frontend-lottery-games .lottery-announcement__summary dt,
.frontend-lottery-games .lottery-announcement__summary dd {
    display: flex;
    align-items: center;
    margin: 0;
}

.frontend-lottery-games .lottery-announcement__summary dt {
    width: 190px;
    color: #172027;
    font-size: 18px;
    line-height: 26px;
    gap: 14px;
}

.frontend-lottery-games .lottery-announcement__summary dt img {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.frontend-lottery-games .lottery-announcement__summary dd {
    flex: 1;
    justify-content: flex-end;
    color: #172027;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: right;
}

.frontend-lottery-games .lottery-announcement__summary > div:first-child dd {
    font-size: 24px;
}

.frontend-lottery-games .lottery-announcement__section {
    margin-top: 52px;
}

.frontend-lottery-games .lottery-announcement__summary + .lottery-announcement__section {
    margin-top: 32px;
}

.frontend-lottery-games .lottery-announcement__section h2,
.frontend-lottery-games .lottery-announcement__claim h2 {
    position: relative;
    padding-left: 14px;
    color: #172027;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

.frontend-lottery-games .lottery-announcement__section h2::before,
.frontend-lottery-games .lottery-announcement__claim h2::before {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 4px;
    content: "";
    background: #c9002b;
    border-radius: 2px;
}

/* Only the draw numbers and prize breakdown titles share this size. */
.frontend-lottery-games .lottery-announcement__section > .lottery-announcement__section-title {
    font-size: 18px;
}

.frontend-lottery-games .lottery-announcement__numbers {
    width: 100%;
    overflow: hidden;
    margin-top: 16px;
    border: 1px solid #e4e8ed;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 8px;
    table-layout: fixed;
    font-size: 18px;
    text-align: center;
}

.frontend-lottery-games .lottery-announcement__numbers th,
.frontend-lottery-games .lottery-announcement__numbers td {
    height: 52px;
    border: 0;
    border-right: 1px solid #e4e8ed;
    border-bottom: 1px solid #e4e8ed;
    font-weight: 500;
}

.frontend-lottery-games .lottery-announcement__numbers--ssq,
.frontend-lottery-games .lottery-announcement__numbers--kl8 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    padding: 24px;
}

.frontend-lottery-games .lottery-announcement__ball-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.frontend-lottery-games .lottery-announcement__ball {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
}

.frontend-lottery-games .lottery-announcement__ball--red {
    background: #d31438;
}

.frontend-lottery-games .lottery-announcement__ball--blue {
    background: #1769c2;
}

.frontend-lottery-games .lottery-announcement__numbers tr > :last-child {
    border-right: 0;
}

.frontend-lottery-games .lottery-announcement__numbers tbody tr:last-child td {
    border-bottom: 0;
}

.frontend-lottery-games .lottery-announcement__numbers th {
    color: #7a1b30;
    background: #fdf3f5;
    font-weight: 600;
}

.frontend-lottery-games .lottery-announcement__numbers td {
    color: #333333;
    background: #ffffff;
}

.frontend-lottery-games .lottery-announcement__table-wrap {
    overflow-x: auto;
    margin-top: 20px;
    border-radius: 8px;
    overscroll-behavior-x: contain;
}

.frontend-lottery-games .lottery-announcement__prizes {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e4e8ed;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 8px;
    table-layout: fixed;
    color: #333333;
    font-size: 16px;
    text-align: center;
}

.frontend-lottery-games .lottery-announcement__prizes th,
.frontend-lottery-games .lottery-announcement__prizes td {
    height: 52px;
    padding: 6px 10px;
    border: 0;
    border-right: 1px solid #e4e8ed;
    border-bottom: 1px solid #e4e8ed;
    vertical-align: middle;
}

.frontend-lottery-games .lottery-announcement__prizes tr > :last-child {
    border-right: 0;
}

.frontend-lottery-games .lottery-announcement__prizes tbody tr:last-child td {
    border-bottom: 0;
}

.frontend-lottery-games .lottery-announcement__prizes th:nth-child(1) {
    width: 25%;
}

.frontend-lottery-games .lottery-announcement__prizes th:nth-child(2) {
    width: 41%;
}

.frontend-lottery-games .lottery-announcement__prizes th:nth-child(3) {
    width: 34%;
}

.frontend-lottery-games .lottery-announcement__prizes--ssq th:nth-child(1) { width: 18%; }
.frontend-lottery-games .lottery-announcement__prizes--ssq th:nth-child(2) { width: 28%; }
.frontend-lottery-games .lottery-announcement__prizes--ssq th:nth-child(3) { width: 28%; }
.frontend-lottery-games .lottery-announcement__prizes--ssq th:nth-child(4) { width: 26%; }

.frontend-lottery-games .lottery-announcement__prizes th {
    color: #7a1b30;
    background: #fdf3f5;
    font-weight: 600;
}

.frontend-lottery-games .lottery-announcement__prizes tbody tr:nth-child(odd) td {
    background: #ffffff;
}

.frontend-lottery-games .lottery-announcement__prizes tbody tr:nth-child(even) td {
    background: #fafbfc;
}

.frontend-lottery-games .lottery-announcement__prizes td.is-zero {
    color: #a0a8ae;
}

.frontend-lottery-games .lottery-announcement__extra {
    margin-top: 22px;
    border-top: 1px solid #e4e4e4;
}

.frontend-lottery-games .lottery-announcement__extra > div {
    display: flex;
    min-height: 50px;
    border-bottom: 1px solid #e4e4e4;
}

.frontend-lottery-games .lottery-announcement__extra dt,
.frontend-lottery-games .lottery-announcement__extra dd {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 26px;
}

.frontend-lottery-games .lottery-announcement__extra dt {
    width: 42%;
    color: #5f6d76;
    background: #f7f8f9;
}

.frontend-lottery-games .lottery-announcement__extra dd {
    flex: 1;
    color: #333333;
}

.frontend-lottery-games .lottery-announcement__empty {
    margin-top: 22px;
    padding: 50px 20px;
    color: #959595;
    background: #f7f8f9;
    font-size: 16px;
    text-align: center;
}

.frontend-lottery-games .lottery-announcement__claim {
    margin-top: 52px;
}

.frontend-lottery-games .lottery-announcement__claim h2 {
    padding-left: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}

.frontend-lottery-games .lottery-announcement__claim h2::before {
    display: none;
}

.frontend-lottery-games .lottery-announcement__claim p {
    margin-top: 16px;
    color: #000000;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}

.frontend-lottery-games .lottery-announcement__issuer {
    margin-top: 36px;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
}

@media (min-width: 701px) {
    .frontend-lottery-games .lottery-announcement__summary dt.lottery-announcement__summary-term--wide {
        flex-shrink: 0;
        width: 216px;
    }

    .frontend-lottery-games .lottery-announcement__summary-term--wide span {
        flex-shrink: 0;
        width: 172px;
    }
}

@media (max-width: 1232px) {
    .frontend-lottery-games {
        width: 100%;
    }

    .frontend-lottery-games .lottery-game-card {
        width: 100%;
        grid-template-columns: 150px minmax(0, 1fr) 260px;
    }

    .frontend-lottery-games .lottery-game-layout {
        grid-template-columns: minmax(320px, 380px) minmax(0, 800px);
    }

    .frontend-lottery-games .lottery-game-layout--announcement {
        grid-template-columns: minmax(320px, 380px) minmax(0, 804px);
    }
}

@media (max-width: 900px) {
    .frontend-lottery-games--detail {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .frontend-lottery-games .lottery-game-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .frontend-lottery-games .lottery-game-sidebar,
    .frontend-lottery-games .lottery-game-draws,
    .frontend-lottery-games .lottery-announcement {
        min-height: 0;
    }

    .frontend-lottery-games .lottery-game-sidebar {
        padding-bottom: 8px;
    }

    .frontend-lottery-games .lottery-game-draws__toolbar {
        flex-wrap: wrap;
        height: auto;
        min-height: 74px;
        padding: 14px 0;
        gap: 10px 16px;
    }

    .frontend-lottery-games .lottery-game-draws__toolbar nav {
        flex-wrap: wrap;
    }

    .frontend-lottery-games .lottery-game-draw-table {
        min-width: 752px;
    }

    .frontend-lottery-games .lottery-announcement {
        padding: 32px 28px 38px;
    }
}

@media (max-width: 700px) {
    .frontend-lottery-games--detail {
        padding-top: 18px;
        padding-bottom: 20px;
    }

    .frontend-lottery-games .lottery-game-sidebar {
        padding-right: 16px;
        padding-left: 16px;
    }

    .frontend-lottery-games .lottery-game-sidebar__title {
        height: 88px;
    }

    .frontend-lottery-games .lottery-game-sidebar__title h1 {
        font-size: 26px;
    }

    .frontend-lottery-games .lottery-game-sidebar__section {
        padding: 20px 0;
    }

    .frontend-lottery-games .lottery-game-sidebar__title + .lottery-game-sidebar__section {
        padding-top: 20px;
    }

    .frontend-lottery-games .lottery-game-sidebar__section h2 {
        font-size: 18px;
    }

    .frontend-lottery-games .lottery-game-sidebar__section > p {
        font-size: 15px;
        line-height: 26px;
    }

    .frontend-lottery-games .lottery-game-draws {
        padding-right: 16px;
        padding-left: 16px;
    }

    .frontend-lottery-games .lottery-announcement {
        padding: 26px 16px 30px;
    }

    .frontend-lottery-games .lottery-announcement__header {
        padding-bottom: 22px;
    }

    .frontend-lottery-games .lottery-announcement__header h1 {
        font-size: 21px;
        line-height: 32px;
    }

    .frontend-lottery-games .lottery-announcement__summary {
        margin-bottom: 36px;
    }

    .frontend-lottery-games .lottery-announcement__summary > div {
        min-height: 64px;
    }

    .frontend-lottery-games .lottery-announcement__summary dt {
        width: 150px;
        font-size: 16px;
        gap: 10px;
    }

    .frontend-lottery-games .lottery-announcement__summary dt img {
        width: 26px;
        height: 26px;
    }

    .frontend-lottery-games .lottery-announcement__summary dd {
        font-size: 16px;
    }

    .frontend-lottery-games .lottery-announcement__summary > div:first-child dd {
        font-size: 18px;
    }

    .frontend-lottery-games .lottery-announcement__section,
    .frontend-lottery-games .lottery-announcement__claim {
        margin-top: 38px;
    }

    .frontend-lottery-games .lottery-announcement__section h2,
    .frontend-lottery-games .lottery-announcement__claim h2 {
        font-size: 20px;
    }

    .frontend-lottery-games .lottery-announcement__prizes th,
    .frontend-lottery-games .lottery-announcement__prizes td {
        height: 50px;
        padding-right: 6px;
        padding-left: 6px;
        font-size: 14px;
    }

    .frontend-lottery-games .lottery-announcement__numbers--ssq,
    .frontend-lottery-games .lottery-announcement__numbers--kl8 {
        min-height: 96px;
        padding: 20px 12px;
    }

    .frontend-lottery-games .lottery-announcement__ball-list { gap: 10px; }

    .frontend-lottery-games .lottery-announcement__ball {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .frontend-lottery-games .lottery-announcement__claim p {
        font-size: 18px;
        line-height: 32px;
    }

    .frontend-lottery-games .lottery-announcement__claim h2 {
        font-size: 18px;
    }

    .frontend-lottery-games .lottery-game-draws__toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .frontend-lottery-games .lottery-game-draws__toolbar nav {
        width: 100%;
        margin-left: 0;
    }
}
