iframe {
    width: 100%;
}
.game__info{
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 10px;
    align-items: center;
    background-color: rgb(241, 241, 241);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.game__info img{
    border-radius: 5px;
}
.game__info .game__name{
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
}
.game__list{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 20px;
}
.game__item{
    line-height: normal;
    font-weight: 600;
    font-size: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px;
    border-radius: 5px;
}
.game__item img{
    border-radius: 5px;
    margin-bottom: 5px;
    width: 100%;
}
.mb-0{
    margin-bottom: 0;
}
.mb-1{
    margin-bottom: 10px;
}
.mb-2{
    margin-bottom: 20px;
}
.mb-3{
    margin-bottom: 30px;
}
.poster img{
    border-radius: 5px;
}
table{
    margin: 0 0 14px;
    border-bottom: 1px solid #ccc;
    width: 100%!important;
    table-layout: auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
    border-collapse: collapse;
    font-size: 13px;
}
table.top td,
table.top th{
    vertical-align: top;
}
.nav.nav-pills{
    display: flex;
    border-bottom: 4px solid #c01717;
    margin:0 0 10px;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0;
}
.nav.nav-pills>li{
    flex: 1;
}
.nav.nav-pills>li>a{
    font-size: 14px;
    width: 100%;
    background-color: #f0f0f0;
    padding: 5px 12px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    box-shadow: -1px 0 0 0 rgba(0,0,0,0.16) inset;
    cursor: pointer;
    font-weight: normal;
    display: flex;
    justify-content: center;
}
body .tab-panels{
    padding-top: 0;
}
.accordion-item .accordion-title{
    font-size: 14px;
    line-height: 1.9rem;
    position: relative;
    display: block;
    border-radius:4px;
    padding:5px 30px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #3381e8;
    text-align: center;
    font-weight: bold;
    box-shadow: none;
    color: #3381e8;
    cursor: pointer;
}
body .accordion .toggle{
    float: right;
    right: 0;
    left: inherit;
    margin: 0;
}
body .accordion{
    margin-bottom: 20px;
}
body .accordion-inner{
    padding: 10px 0;
}
table .aligncenter {
    clear: both;
    display: block;
    margin:0 auto 3px auto;
    border-radius: 5px;
}
table th,
table td{
    border: 1px solid #ccc;
    padding: 10px!important;
    font-size: inherit;
}
table th{
    background-color: #fafafa;
    font-weight: bold;
    text-transform: none;
}
body td .label,
body td dl,
body td form,
body td input,
body td label,
body td p,
body td select{
    margin: 0!important;
}
body td{
    color: inherit;
}
.rank-math-breadcrumb{
    margin-bottom: 10px;
    font-size: 14px;
}
.rank-math-breadcrumb p{
    margin-bottom: 0;
}
.p-archiveHeader__date{
    font-style: italic;
}
.nav-menu{
    font-size: 14px;
}
.nav-menu .toggle{
    font-size: 10px;
}
.block__game{
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 10px;
}
.block__game .name{
    font-size: 18px;
    margin: 0;
}
.block__game__download .button{
    border-radius: 99px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 150px;
    font-weight: 400;
    justify-content: center;
}
.block__game .tags a{
    display: inline-flex;
    border-right: 1px solid #ccc;
    padding: 0 5px;
    line-height: normal;
    font-size: 14px;
}
.block__game .tags a:first-child{
    padding-left: 0;
}
.block__game .tags a:last-child{
    padding-right: 0;
    border: none;
}
.more__link{
    text-align: center;
}
.more__link .button{
    margin: 0;
    border-radius: 99px;
}
.game__list.list{
    display: block;
}
.game__list.list .game__item>a{
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.game__list.list .game__item:last-child{
    margin-bottom: 0;
}
.game__list.list .game__item img{
    margin-bottom: 0;
}
.mobile__game__wiki{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgb(241, 241, 241);
    padding: 10px;
    margin-bottom: 10px;
}
.mobile__game__wiki__nav{
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 10px;
    line-height: normal;
    margin: 0;
}
.mobile__game__wiki__nav>span{
    display: block;
}
.mobile__game__wiki .game__info{
    padding: 0;
    margin: 0;
    grid-template-columns: 40px 1fr;
}
.mobile__game__wiki__nav__menu{
    position: fixed;
    left: 0;
    width: 250px!important;
    bottom: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    padding: 15px;

    margin-left: -250px;
}
.mobile__game__wiki__nav__menu .nav-menu{
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile__game__wiki__nav__menu__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: rgb(241, 241, 241);
    padding: 5px;
    margin-bottom: 10px;
}
body.mobile__game__wiki__nav__open .mobile__game__wiki__nav__menu{
    margin-left: 0;
}
.quick__links{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
    margin-bottom: 20px;
}
.quick__links a{
    font-size: 12px;
    line-height: 14.32px;
    color: #343739;
    text-align: center;
    font-weight: 700;
    padding: 8px 2px;
    background-color: #e9edf4;
    border-radius: 5px;
    justify-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom__title{
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 3px solid #c01717;
    padding-left: 5px;
    margin-bottom: 15px;
}
.game-content ul,
.game-content ol{
    padding-left: 15px;
}
.p-archiveHeader__date{
    display: flex;
    align-items: center;
    gap: 5px;
}
.game-content h2{
    font-size: 26px;
    border-bottom: #c01717 2px solid;
    margin:0 0 24px;
    padding:8px 0;
}
.game-content h3{
    font-size: 20px;
    font-weight: bold;
    border-left:2px solid #c01717;
    padding-left: 10px;
    line-height: normal;
    margin-bottom: 15px;
}
.a-table__line{
    margin: 5px 0;
}
.a-red{
    color: #e13131;
}
body blockquote {
    background: #f2f2f2;
    border-left: 10px solid #8789c0;
    margin: 1.5em 0;
    padding: 1em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-size: 1em;
    font-style: normal;
}

blockquote p {
    display: inline;
    margin: 0;
}
.dt-search{
    margin: 0;
}
.dt-search >label {
    display: none;
}

div.dt-container .dt-search input{
    margin: 0;
    height: 30px;
}
div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
    color: inherit;
    font-size: 12px;
}
body .ez-toc-title-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
#ez-toc-container{
    padding: 5px 20px;
}
@media screen and (max-width: 480px){
    .rank-math-breadcrumb{
        margin-bottom: 10px;
    }
    .page-wrapper.game__wiki{
        padding-top: 0;
    }
    .game__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .game__item{
        font-size: 12px;
    }
    body .medium-logo-left .flex-left {
        flex: none;
        order: 2;
    }
    table .aligncenter +*{
        display: block;
    }
}
