/*
 * GMRGAME unified content pages
 * News and ranking share one Moradon canvas, one type system and one surface language.
 */

body.wok-3d-shell.route-news,
body.wok-3d-shell.route-ranking {
    --content-canvas: rgba(7, 7, 6, .72);
    --content-surface: rgba(14, 13, 11, .9);
    --content-surface-strong: rgba(9, 9, 8, .96);
    --content-line: rgba(202, 164, 92, .26);
    --content-line-soft: rgba(202, 164, 92, .12);
    --content-gold: #d7b96f;
    --content-gold-soft: #a9874d;
    --content-title: #f2ead9;
    --content-text: #d8d1c3;
    --content-muted: #948e81;
    background:
        linear-gradient(180deg, rgba(5, 5, 4, .38) 0, rgba(6, 5, 4, .62) 46%, rgba(7, 6, 5, .86) 100%),
        linear-gradient(90deg, rgba(5, 5, 4, .34), transparent 24%, transparent 76%, rgba(5, 5, 4, .34)),
        url("/assets/images/gmr-hero-farm-v3.jpg") center top / cover fixed no-repeat !important;
}

body.wok-3d-shell.route-news::before,
body.wok-3d-shell.route-ranking::before {
    display: none;
}

body.wok-3d-shell.route-news::after,
body.wok-3d-shell.route-ranking::after {
    display: none;
}

body.wok-3d-shell.route-news .main,
body.wok-3d-shell.route-ranking .main,
body.wok-3d-shell.route-news .cont-items,
body.wok-3d-shell.route-ranking .cont-items {
    background: transparent !important;
}

body.wok-3d-shell.route-news .cont-items,
body.wok-3d-shell.route-ranking .cont-items {
    width: 100% !important;
    max-width: none !important;
    min-height: calc(100vh - 86px);
    padding: clamp(38px, 4.4vw, 66px) clamp(16px, 3.2vw, 46px) 82px !important;
}

body.wok-3d-shell.route-news .cont-items::before,
body.wok-3d-shell.route-ranking .cont-items::before {
    display: none;
}

body.wok-3d-shell.route-news .news-list-container,
body.wok-3d-shell.route-ranking .ranking-container {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: var(--content-text);
    font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* News */
body.wok-3d-shell.route-news .news-list,
body.wok-3d-shell.route-news .news-item,
body.wok-3d-shell.route-news .news-item * {
    box-sizing: border-box;
}

body.wok-3d-shell.route-news .news-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body.wok-3d-shell.route-news .news-item {
    position: relative;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 26px;
    min-height: 198px;
    padding: 18px;
    overflow: hidden;
    color: var(--content-text);
    background:
        linear-gradient(115deg, rgba(24, 21, 16, .92), rgba(9, 9, 8, .95)) padding-box,
        linear-gradient(135deg, rgba(225, 192, 120, .34), rgba(88, 64, 29, .14), rgba(225, 192, 120, .08)) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 245, 214, .025);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    animation: wokContentCardIn .52s cubic-bezier(.22, .61, .36, 1) both;
}

body.wok-3d-shell.route-news .news-item:nth-child(2) { animation-delay: .07s; }
body.wok-3d-shell.route-news .news-item:nth-child(3) { animation-delay: .14s; }
body.wok-3d-shell.route-news .news-item:nth-child(4) { animation-delay: .21s; }

body.wok-3d-shell.route-news .news-item::after {
    content: "";
    position: absolute;
    left: 268px;
    right: 18px;
    bottom: 0;
    height: 1px;
    opacity: 0;
    background: linear-gradient(90deg, var(--content-gold), transparent 72%);
    transition: opacity .28s ease;
}

body.wok-3d-shell.route-news .news-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .54), 0 0 22px rgba(184, 133, 52, .08);
}

body.wok-3d-shell.route-news .news-item:hover::after { opacity: .7; }

body.wok-3d-shell.route-news .news-item-image {
    position: relative;
    width: 250px;
    height: 160px;
    overflow: hidden;
    align-self: center;
    background: #0b0a08;
    border: 1px solid rgba(215, 185, 111, .24);
    border-radius: 6px;
    box-shadow: 0 9px 24px rgba(0, 0, 0, .42);
}

body.wok-3d-shell.route-news .news-item-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 28px rgba(0, 0, 0, .38);
}

body.wok-3d-shell.route-news .news-item-image a,
body.wok-3d-shell.route-news .news-item-image img {
    display: block;
    width: 100%;
    height: 100%;
}

body.wok-3d-shell.route-news .news-item-image a.is-placeholder,
body.wok-3d-shell.route-news .news-item-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--content-gold-soft);
    font-size: 38px;
    background:
        radial-gradient(circle at 50% 38%, rgba(151, 103, 38, .18), transparent 42%),
        linear-gradient(145deg, #18140e, #090908);
}

body.wok-3d-shell.route-news .news-item-image img {
    object-fit: cover;
    filter: saturate(.88) contrast(1.04);
    transition: transform .5s ease, filter .5s ease;
}

body.wok-3d-shell.route-news .news-item:hover .news-item-image img {
    transform: scale(1.045);
    filter: saturate(1) contrast(1.06);
}

body.wok-3d-shell.route-news .news-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 8px 8px 4px 0;
}

body.wok-3d-shell.route-news .news-item-header { margin: 0; }

body.wok-3d-shell.route-news .news-item-title {
    margin: 0 !important;
    color: var(--content-title) !important;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
    font-size: clamp(20px, 1.55vw, 26px) !important;
    font-weight: 700 !important;
    line-height: 1.32 !important;
    letter-spacing: .01em !important;
    text-align: left !important;
    text-transform: none !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .72) !important;
}

body.wok-3d-shell.route-news .news-item-title a {
    color: var(--content-title) !important;
    font: inherit !important;
    text-decoration: none !important;
    transition: color .22s ease;
}

body.wok-3d-shell.route-news .news-item-title a:hover {
    color: #f3d893 !important;
}

body.wok-3d-shell.route-news .news-item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 26px;
}

body.wok-3d-shell.route-news .news-item-date,
body.wok-3d-shell.route-news .news-item-link,
body.wok-3d-shell.route-news .news-item-description,
body.wok-3d-shell.route-news .news-item-type {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
}

body.wok-3d-shell.route-news .news-item-date {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--content-muted) !important;
    font-size: 13px;
    font-weight: 500;
}

body.wok-3d-shell.route-news .news-item-date i {
    color: var(--content-gold-soft);
    font-size: 13px;
}

body.wok-3d-shell.route-news .news-item-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--content-gold) !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .025em;
    text-decoration: none !important;
    transition: color .22s ease, transform .22s ease;
}

body.wok-3d-shell.route-news .news-item-link:hover {
    color: #ffe7a8 !important;
    transform: translateX(3px);
}

body.wok-3d-shell.route-news .pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 34px 0 0;
    padding: 0;
}

body.wok-3d-shell.route-news .pagination > li > a,
body.wok-3d-shell.route-news .pagination > li > span {
    min-width: 38px;
    padding: 9px 12px;
    color: var(--content-text) !important;
    text-align: center;
    background: rgba(13, 12, 10, .9) !important;
    border: 1px solid var(--content-line) !important;
    border-radius: 4px !important;
}

body.wok-3d-shell.route-news .pagination > .active > a,
body.wok-3d-shell.route-news .pagination > .active > span,
body.wok-3d-shell.route-news .pagination > li > a:hover {
    color: #fff2c5 !important;
    background: linear-gradient(180deg, #77501f, #34200d) !important;
    border-color: rgba(231, 194, 112, .55) !important;
}

/* Ranking */
body.wok-3d-shell.route-news .title-header,
body.wok-3d-shell.route-ranking .title-header {
    position: relative;
    margin: 0 0 24px !important;
    padding: 0 0 22px !important;
    text-align: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    animation: wokContentTitleIn .5s ease both;
}

body.wok-3d-shell.route-news .title-header::after,
body.wok-3d-shell.route-ranking .title-header::after {
    content: "";
    position: absolute;
    right: 18%;
    bottom: 0;
    left: 18%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(219, 181, 102, .56), transparent);
}

body.wok-3d-shell.route-news:not(.route-landing):not(.route-home) h1.page-title,
body.wok-3d-shell.route-ranking:not(.route-landing):not(.route-home) h1.page-title {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--content-title) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(32px, 3.4vw, 46px) !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    letter-spacing: .035em !important;
    text-align: center !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: currentColor !important;
    filter: none !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, .82) !important;
}

body.wok-3d-shell.route-ranking .ranking-container > .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

body.wok-3d-shell.route-ranking .ranking-container > .row > [class*="col-"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

body.wok-3d-shell.route-ranking .page-menu {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(104px, 1fr));
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto;
    list-style: none !important;
    background: rgba(12, 11, 9, .9) !important;
    border: 1px solid var(--content-line) !important;
    border-bottom-color: rgba(215, 185, 111, .14) !important;
    border-radius: 7px 7px 0 0 !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .25) !important;
    animation: wokContentCardIn .5s .08s ease both;
}

body.wok-3d-shell.route-ranking .page-menu li {
    display: block !important;
    margin: 0 !important;
}

body.wok-3d-shell.route-ranking .page-menu li a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 12px !important;
    color: #bdb6a8 !important;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .035em;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    transition: color .22s ease, background .22s ease, border-color .22s ease;
}

body.wok-3d-shell.route-ranking .page-menu li.active a,
body.wok-3d-shell.route-ranking .page-menu li a:hover {
    color: #f2d995 !important;
    background: linear-gradient(180deg, rgba(137, 91, 31, .2), rgba(43, 29, 13, .22)) !important;
    border-bottom-color: var(--content-gold) !important;
}

body.wok-3d-shell.route-ranking .tab-content {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    animation: wokContentCardIn .5s .12s ease both;
}

body.wok-3d-shell.route-ranking .tab-pane {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto;
}

body.wok-3d-shell.route-ranking .table {
    width: 100% !important;
    margin: 0 !important;
    color: var(--content-text) !important;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
    font-size: 13px !important;
    table-layout: fixed;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: rgba(10, 9, 8, .94) !important;
    border: 1px solid var(--content-line) !important;
    border-top: 0 !important;
    border-radius: 0 0 7px 7px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .36) !important;
}

body.wok-3d-shell.route-ranking .table thead {
    background: linear-gradient(180deg, rgba(94, 65, 28, .66), rgba(32, 24, 14, .92)) !important;
}

body.wok-3d-shell.route-ranking .table thead th {
    height: 46px;
    padding: 10px 14px !important;
    color: #ead8aa !important;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .055em;
    text-align: left !important;
    text-transform: uppercase;
    vertical-align: middle !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(215, 185, 111, .22) !important;
    text-shadow: 0 1px 3px #000 !important;
}

body.wok-3d-shell.route-ranking .table thead th:first-child,
body.wok-3d-shell.route-ranking .table tbody td:first-child {
    width: 9%;
    text-align: center !important;
}

body.wok-3d-shell.route-ranking .table tbody tr {
    color: var(--content-text) !important;
    background: rgba(13, 12, 10, .76) !important;
    transition: background .18s ease;
}

body.wok-3d-shell.route-ranking .table tbody tr:nth-child(even) {
    background: rgba(20, 17, 13, .72) !important;
}

body.wok-3d-shell.route-ranking .table tbody tr:hover {
    background: rgba(111, 76, 29, .22) !important;
    transform: none !important;
    box-shadow: none !important;
}

body.wok-3d-shell.route-ranking .table tbody td,
body.wok-3d-shell.route-ranking .table tbody td.table-arty-td {
    height: 42px;
    padding: 9px 14px !important;
    color: #d8d1c3 !important;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-align: left !important;
    vertical-align: middle !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(215, 185, 111, .07) !important;
}

body.wok-3d-shell.route-ranking .table tbody td img {
    display: inline-block;
    max-width: 18px !important;
    max-height: 18px !important;
    margin: 0 3px !important;
    vertical-align: middle !important;
}

body.wok-3d-shell.route-ranking .character-link,
body.wok-3d-shell.route-ranking .clan-link {
    color: #ddd4c4 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

body.wok-3d-shell.route-ranking .character-link:hover,
body.wok-3d-shell.route-ranking .clan-link:hover {
    color: #f2d995 !important;
}

body.wok-3d-shell.route-ranking .ranking-sidebar {
    width: 100% !important;
    margin: 0 !important;
    padding: 18px !important;
    color: var(--content-text) !important;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
    background:
        linear-gradient(145deg, rgba(24, 21, 16, .93), rgba(9, 9, 8, .96)) padding-box,
        linear-gradient(135deg, rgba(225, 192, 120, .31), rgba(76, 55, 26, .12)) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 7px !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .38) !important;
    animation: wokContentCardIn .5s .16s ease both;
}

body.wok-3d-shell.route-ranking .sidebar-title {
    display: flex !important;
    align-items: center;
    gap: 9px;
    margin: 0 0 10px !important;
    padding: 0 0 9px !important;
    color: #e7ddca !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    letter-spacing: .035em;
    text-transform: none !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--content-line-soft) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.wok-3d-shell.route-ranking .sidebar-title i {
    color: var(--content-gold-soft) !important;
    font-size: 13px !important;
}

body.wok-3d-shell.route-ranking #ranked-server-list.form-control,
body.wok-3d-shell.route-ranking .sidebar-search-input,
body.wok-3d-shell.route-ranking .sidebar-search-button {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 38px;
    margin: 0 0 11px !important;
    padding: 8px 11px !important;
    color: #ddd4c4 !important;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
    font-size: 12px !important;
    background: rgba(8, 8, 7, .78) !important;
    border: 1px solid rgba(215, 185, 111, .22) !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .36) !important;
}

body.wok-3d-shell.route-ranking #ranked-server-list.form-control:focus,
body.wok-3d-shell.route-ranking .sidebar-search-input:focus {
    border-color: rgba(226, 190, 111, .55) !important;
    box-shadow: 0 0 0 2px rgba(180, 130, 49, .1), inset 0 1px 5px rgba(0, 0, 0, .36) !important;
    outline: none !important;
}

body.wok-3d-shell.route-ranking #ranked-server-list.form-control option {
    color: #e7dfcf !important;
    background: #11100d !important;
}

body.wok-3d-shell.route-ranking .sidebar-search-input::placeholder {
    color: #777166 !important;
}

body.wok-3d-shell.route-ranking .sidebar-search-button {
    color: #f8e9be !important;
    font-weight: 750 !important;
    background: linear-gradient(180deg, #76501f, #39220c) !important;
    border-color: rgba(226, 190, 111, .46) !important;
    box-shadow: inset 0 1px 0 rgba(255, 242, 193, .08), 0 6px 13px rgba(0, 0, 0, .24) !important;
    transition: filter .2s ease, transform .2s ease;
}

body.wok-3d-shell.route-ranking .sidebar-search-button:hover {
    filter: brightness(1.12);
    transform: translateY(-1px) !important;
}

body.wok-3d-shell.route-ranking .sidebar-search-results {
    max-height: 260px;
    margin: 8px 0 18px;
    overflow-y: auto;
}

body.wok-3d-shell.route-ranking .ranking-sidebar > #player_search_error {
    grid-column: 1 / -1 !important;
}

body.wok-3d-shell.route-ranking .ranking-sidebar > .sidebar-search-results[hidden] {
    display: none !important;
}

body.wok-3d-shell.route-ranking .ranking-sidebar > .sidebar-search-results.is-visible {
    display: block !important;
}

body.wok-3d-shell.route-ranking .sidebar-search-results .table {
    min-width: 0 !important;
    font-size: 11px !important;
    border-top: 1px solid var(--content-line) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}

body.wok-3d-shell.route-ranking .filter-menu {
    margin: 8px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.wok-3d-shell.route-ranking .filter-menu li {
    margin: 0 0 6px !important;
}

body.wok-3d-shell.route-ranking .filter-menu li a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 10px !important;
    color: #bdb6a8 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    text-decoration: none !important;
    background: rgba(10, 9, 8, .54) !important;
    border: 1px solid rgba(215, 185, 111, .1) !important;
    border-radius: 4px !important;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

body.wok-3d-shell.route-ranking .filter-menu li.active a,
body.wok-3d-shell.route-ranking .filter-menu li a:hover {
    color: #f2d995 !important;
    background: rgba(101, 69, 27, .24) !important;
    border-color: rgba(215, 185, 111, .3) !important;
    padding-left: 10px !important;
}

body.wok-3d-shell.route-ranking .filter-menu li a i {
    width: 15px;
    color: var(--content-gold-soft) !important;
    text-align: center;
}

@keyframes wokContentCardIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes wokContentTitleIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 992px) {
    body.wok-3d-shell.route-ranking .ranking-container > .row > .col-md-9,
    body.wok-3d-shell.route-ranking .ranking-container > .row > .col-md-3 {
        float: none !important;
        width: 100% !important;
    }

    body.wok-3d-shell.route-ranking .ranking-sidebar {
        margin-top: 18px !important;
    }
}

@media (max-width: 760px) {
    body.wok-3d-shell.route-news .cont-items,
    body.wok-3d-shell.route-ranking .cont-items {
        min-height: calc(100vh - 70px);
        padding: 26px 12px 58px !important;
    }

    body.wok-3d-shell.route-news .news-list { gap: 14px; }

    body.wok-3d-shell.route-news .news-item {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 18px;
        min-height: 164px;
        padding: 14px;
    }

    body.wok-3d-shell.route-news .news-item-image {
        width: 190px;
        height: 134px;
    }

    body.wok-3d-shell.route-news .news-item::after { left: 218px; }

    body.wok-3d-shell.route-news .news-item-title {
        font-size: 18px !important;
    }

    body.wok-3d-shell.route-news .news-item-meta { margin-top: 18px; }

    body.wok-3d-shell.route-news:not(.route-landing):not(.route-home) h1.page-title,
    body.wok-3d-shell.route-ranking:not(.route-landing):not(.route-home) h1.page-title {
        font-size: clamp(24px, 7vw, 32px) !important;
        letter-spacing: .025em !important;
    }

    body.wok-3d-shell.route-ranking .page-menu {
        grid-template-columns: repeat(5, minmax(96px, 1fr));
    }

    body.wok-3d-shell.route-ranking .table {
        min-width: 620px;
        table-layout: auto;
    }

    body.wok-3d-shell.route-ranking .sidebar-search-results .table {
        min-width: 0;
    }
}

@media (max-width: 560px) {
    body.wok-3d-shell.route-news .news-item {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 13px;
    }

    body.wok-3d-shell.route-news .news-item-image {
        width: 100%;
        height: clamp(165px, 52vw, 210px);
    }

    body.wok-3d-shell.route-news .news-item-content { padding: 2px 2px 3px; }
    body.wok-3d-shell.route-news .news-item::after { left: 14px; right: 14px; }

    body.wok-3d-shell.route-news .news-item-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
        margin-top: 18px;
    }

    body.wok-3d-shell.route-news .news-item-link { align-self: flex-end; }

    body.wok-3d-shell.route-news .title-header,
    body.wok-3d-shell.route-ranking .title-header {
        margin-bottom: 18px !important;
        padding: 0 8px 17px !important;
    }

    body.wok-3d-shell.route-news:not(.route-landing):not(.route-home) h1.page-title,
    body.wok-3d-shell.route-ranking:not(.route-landing):not(.route-home) h1.page-title {
        font-size: 23px !important;
        line-height: 1.28 !important;
    }

    body.wok-3d-shell.route-ranking .ranking-sidebar { padding: 14px !important; }
}

@media (prefers-reduced-motion: reduce) {
    body.wok-3d-shell.route-news .news-item,
    body.wok-3d-shell.route-news .title-header,
    body.wok-3d-shell.route-ranking .title-header,
    body.wok-3d-shell.route-ranking .page-menu,
    body.wok-3d-shell.route-ranking .tab-content,
    body.wok-3d-shell.route-ranking .ranking-sidebar {
        animation: none !important;
    }

    body.wok-3d-shell.route-news .news-item,
    body.wok-3d-shell.route-news .news-item-image img,
    body.wok-3d-shell.route-ranking * {
        transition-duration: .01ms !important;
    }
}
