iframe {
    width: 100%;
}
pre{
    color: #111111;
}
body .dark,
body .dark p,
body .dark td {
    color: #fff;
}
body .select-resize-ghost,
body .select2-container .select2-choice,
body .select2-container .select2-selection,
body input[type=date],
body input[type=email],
body input[type=number],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=text],
body input[type=url],
body select,
body textarea{
    background-color: #091120;
    color: #fff;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
}
body input[type=date]:focus,
body input[type=email]:focus,
body input[type=number]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body input[type=tel]:focus,
body input[type=text]:focus,
body input[type=url]:focus,
body select:focus{
    background-color: #091120;
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
}
svg{
    fill: currentColor;
}
.d-block{
    display: block;
}
.mb-1{
    margin-bottom: 10px!important;
}
.mb-2{
    margin-bottom: 20px!important;
}
body{
    font-size: 14px;
}
body .page-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
}
.heroes{
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-gap: 10px;
}
.heroes.col-4{
    grid-template-columns: repeat(4,1fr);
}
.heroes.col-5{
    grid-template-columns: repeat(5,1fr);
}
.heroes.col-6{
    grid-template-columns: repeat(6,1fr);
}
.heroes.col-7{
    grid-template-columns: repeat(7,1fr);
}
.heroes.col-8{
    grid-template-columns: repeat(8,1fr);
}
.hero__item{
    border: 1px solid rgba(255,255,255,.1);
    padding: 10px;
    text-align: center;
    background-color: #091120;
    border-radius: 5px;
    overflow: hidden;
}
.hero__item .name{
    display: block;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
    font-size: 14px;
    line-height: normal;
}
.block{
    background-color: #09112096;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
}
.block h3{
    font-size: 16px;
    font-weight: 600;
}
.block__title{
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.block .block__subtitle{
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #1c2a45;
}
.block.block__filter{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 5px;
}
.block__filter__groups{
    display: flex;
    align-items: center;
    gap: 10px;
}
.block__filter select,
.block__filter input{
    margin: 0;
}
.block__filter select{
    min-width: 150px;

}
.search__input{
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 14px;
    padding-right: 30px!important;
}
.block.block__hero{
    background-color: #4b5055;
    padding: 35% 0 0 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block__hero__info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: start;
    gap: 10px;
    z-index: 10;
}
.block.block__hero:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background: linear-gradient(0deg, #000000, #070707 10%, transparent);
    background: linear-gradient(0deg, #000000, #000000 10%, transparent);
    z-index: 1;
}
.block__hero__info img{
    width: 60px;
    border-radius: 5px;
}
.block__hero__info .name{
    font-size: 16px;
    margin-bottom: 5px;
}
.block__hero__info .meta{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}
.block__hero__info .meta>span{
    display: flex;
    align-items: center;
    gap: 3px;
}
.block__hero__info .meta>span img{
    width: 16px;
}
.hero__properties__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.hero__properties__row .value{
    color: #fff;
}
.hero__properties__row:first-child{
    padding-top: 0;
}
.hero__properties__row:last-child{
    padding-bottom: 0;
    border: none;
}
.hero__properties{
    margin-top: 10px;
    font-size: 12px;
}
.hero__properties .circle {
    width: 20px;
    height: 5px;
    border-radius: 12px;
    background: #424254;
    display: inline-block;
}
.hero__properties .circle.on {
    background: #4962d9;
}
.hero__properties__row .text:after{
    content: ':';
    display: inline-block;
    margin-right: 5px;
}
.nav.hero-nav{
    margin-bottom: 10px;
    background-color: #091120;
}
.nav.hero-nav>li>a{
    padding: 10px 15px;
    font-size: 11px;
    text-transform: uppercase;
}
.nav.hero-nav>li.active>a{
    background-color: #275495;
}
.nav.hero-nav>li{
    margin: 0;
}
.nav__tab__content__item:not(.active){
    display: none;
}
.hero__skills__list{
    display: flex;
    gap: 10px;
    list-style: none;
    margin-bottom: 20px;
}
.hero__skills__list img{
    width: 80px;
    padding: 10px;
}
.hero__skills__list>li{
    margin: 0;
    display: flex;
}
.hero__skills__list>li>a{
    position: relative;
    display: flex;
    height: 100%;
}
.hero__skills__list>li>a:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(1) brightness(0.5);
    background-image: url("../images/bg-skill.png");
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center center;
}
.hero__skills__list>li.active>a:before{
    filter: none;
}

.__videos .thumb,
.play_list .thumb{
    padding-top: 56%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.play_list .slide__item,
.__videos .slide__item {
    margin-right: 10px!important;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
}
.__videos .title,
.video_playlist_item .title{
    display: block;
    line-height: normal;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background-color: #1c2a45;
    min-height: 40px;
}
.skin__videos{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}
.skin__videos .video{
    padding-top: 120%;
    position: relative;
    background-size: cover;
    background-position: center top;
    border-radius: 5px;
}
.skin__videos .video .info{
    display: block;
    padding: 8px;
    line-height: normal;
    font-size: 14px;
}
.__videos .slider .flickity-prev-next-button {
    right: 0;
    top: -50px;
    opacity: 1!important;
    left: inherit;
    bottom: inherit;
    transform:translateX(0)!important;
    color: #111111;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.__videos .slider .flickity-prev-next-button:before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../images/icon-arrow-right.svg");
    display: inline-block;
    background-size: 20px;
    background-position: center center;
}
.__videos .slider .flickity-prev-next-button.previous:before{

    background-image: url("../images/icon-arrow-left.svg");
}
.__videos .slider .flickity-prev-next-button:disabled{
    cursor: default;
    opacity: .4!important;
}
.__videos .slider .flickity-prev-next-button.previous{
    right: 41px;
}
.__videos .slider .flickity-prev-next-button .flickity-button-icon{
    fill: #111111!important;
    color: #111111;
    display: none;
}
.__videos .slider .flickity-prev-next-button:hover{
    transform:translateX(0)!important;
    opacity: 1!important;
    background-color: #275495;
}
body .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    width: auto;
    height: auto;
    margin: 0;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.play_list{
    background-color: #091120;
    padding: 10px;
    color: #fff;
}

.spells,
.items{
    display: grid;
    align-items: center;
    grid-gap: 10px;
    grid-template-columns: repeat(7,1fr);
}
.spell__item,
.items__item{
    display: block;
    text-align: center;
    overflow: hidden;
}
.spell__item .name,
.items__item .name{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.spell__item img,
.items__item img{
    width: 60px;
}
.spell__item img{
    border-radius: 50%;
}
.ajax-tooltip-loaded{
    display: none;
}
img.border{
    border: 1px solid rgba(255,255,255,.1);
    padding: 4px;
}
.table__rune .runes{
    padding-left: 90px;
}
.table__rune .rune__info{
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 10px;
    align-items: center;
    margin-bottom: 0px;
}
.rune__info .image{
    position: relative;
    padding: 5px;
    border: 2px solid currentColor;
    border-radius: 50%;
}
.rune__info .image:before,
.rune__info .image:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: currentColor;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
}
.rune__info  .meta{
    color: #fff;
    font-size: 12px;
}
.rune__info .image:before{
    top: -2px;
}
.rune__info .image:after{
    bottom: -7px;
}
.rune__info .name{
    font-size: 14px;
    color: currentColor;
    text-transform: uppercase;
}
.table__rune .rune_line{
    display: inline-flex;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.table__rune .rune_line:after{
    content: '';
}
.table__rune .rune_line:last-child{
    margin-bottom: 0;
}
.table__rune .rune_line+div{
    clear: both;
}
.table__rune .rune_line .rune{
    width: 80px;
    position: relative;
    z-index: 2;
}
.table__rune .rune_line .rune .name{
    display: block;
    line-height: normal;
    margin-top: 5px;
    font-size: 12px;
    color: currentColor;
}
.table__rune .rune_line .rune img{
    width: 50px;
    border-radius: 50%;
}
.table__rune .rune_line:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 44px;
    z-index: 1;
    height: 5px;
    right: 30px;
    background: #181d27;
    border: 1px solid #091120;
    outline: 1px solid #273040;
}
.table__rune .runes{
    position: relative;
}
.table__rune .runes:before{
    content: '';
    width: 3px;
    background-color: currentColor;
    position: absolute;
    top: -16px;
    bottom: 0;
    left: 40px;
    opacity: .3;
}
.table__rune .rune_line:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: currentColor;
    position: absolute;
    top: 50%;
    left: -53px;
    transform: rotate(45deg);
    margin-top: -15px;
}

.block__options.accordion{
    border: 1px solid rgba(255,255,255,.1);
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.block__options.accordion .block__subtitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.block__options.accordion .block__subtitle:after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../images/icon-arrow-up.svg");
    background-size: 20px;
    background-position: center center;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .1);
}
.block__options.accordion.closed .block__subtitle:after{
    background-image: url("../images/icon-arrow-down.svg");
}
.block__options.accordion.closed .block__subtitle{
    margin-bottom: 0;
}
.block__options.accordion .accordion__content{
    padding: 0 10px;
}
.block_heroes,
.block_gems{
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: 10px;
}
.block_heroes .name,
.block_gems .name{
    display: block;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
}
.block_heroes .hero__item{
    padding: 4px;
}
.filter__item:not(.active){
    display: none;
}
.block_gems .gem__item{
    position: relative;
    border: 1px solid rgba(255,255,255,.1);
    padding: 4px;
    border-radius: 5px;
    text-align: center;
}
.hero__tabs{
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: 1px;
}
.hero__tabs>li>a{
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #777;
    padding: 4px;
}
.hero__tabs>li{
    margin-bottom: 0;
}
.hero__tabs>li:not(.active){
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.hero__tabs>li>a .name{
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    display: block;
    text-shadow: #1c1c1f -1px -1px 0px, #1c1c1f 0px -1px 0px, #1c1c1f 1px -1px 0px, #1c1c1f 1px 0px 0px, #1c1c1f 1px 1px 0px, #1c1c1f 0px 1px 0px, #1c1c1f -1px 1px 0px, #1c1c1f -1px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text__heading{
    color: #fff;
}

ul.properties{
    margin: 0;
    padding: 0;
    font-size: 14px;
}
ul.properties li{
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}
ul.properties li .title:after{
    content: ':';
    display: inline-block;
    margin-right: 2px;
}
ul.properties li .value{
    color: goldenrod;
}
.item__info{
    display: grid;
    grid-template-columns: 80px 1fr;
    margin-bottom: 10px;
    grid-column-gap: 15px;
}
.item__info .name{
    margin-bottom: 10px;
    font-size: 14px;
}
.item__info .image{
    position: relative;
}
.image.border img{
    border: 1px solid rgba(255,255,255,.1);
    padding: 5px;
}
.item__info__bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 5px;
}
.item__info__bottom>span{
    flex: 1.5 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}
.image .item__info__bottom img{
    border: none;
    padding: 0;
}
.key{
    height: 40px;
    background-color: #000;
}
.skill__order{
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 10px;
    margin-bottom: 10px;
}
.time__order{
    display: flex;
    gap: 1px;
    margin-top: 8px;
}
.time__order>span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: rgb(28, 42, 69);
    font-size: 12px;
    color: #fff;
}
.time__order>span.active{
    background-color: #4962d9;
}
.skill__order .image{
    position: relative;
}
.skill__order .keyboard{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: transparent;
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.skill__order .subtitle{
    display: block;
    font-size: 12px;
}
.gem__qty{
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-style: italic;
    background-color: transparent;
    color: #fff46b;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
}
.runes__pages{
    font-size: 14px;
}
.runes__pages__line{
    display: inline-flex;
    gap: 15px;
    position: relative;
    margin-bottom: 20px;
}
.runes__pages__line:last-child{
    margin-bottom: 0;
}
.runes__pages__line:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 44px;
    z-index: 1;
    height: 5px;
    right: 30px;
    background: #181d27;
    border: 1px solid #091120;
    outline: 1px solid #273040;
}
.runes__pages__item .image{
    position: relative;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background-color: currentColor;
    border: 2px solid rgba(255,255,255,.1);
    margin: 0 auto;
}
.runes__pages__item .image img{
    border-radius: 50%;
}
.runes__pages__item .name{
    color: currentColor;
    display: block;
    margin-top: 10px;
}
.runes__pages__item .floor{
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 1;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 400;
    display: flex;
    line-height: normal;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #1e0f08;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.runes__pages__item{
    text-align: center;
    position: relative;
    z-index: 10;
    justify-content: center;
    width: 85px;
    line-height: normal;
}
.runes__pages__line{
    position: relative;
}
.runes__pages__item.floor-III img{
    scale: 1.5;
}
.runes__pages__item:first-child{
    margin-right: 20px;
}
.page_rune__title{
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}
a.tax__inline{
    display: inline-block;
    color: #fff46b!important;
}
.tax__inline img{
    width: 12px;
    border-radius: 1px;
    display: inline-block;
    margin-right: 2px;
}
.block__content ul,
.block__content ol{
    padding-left: 16px;
}
.ajax__tooltip__box{
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 10px;
    font-size: 12px;
}
.ajax__tooltip__title{
    font-weight: 600;
    color: #0F7FFF;
    margin-bottom: 5px;
}
.tooltipster-sidetip .tooltipster-content{
    font-family: inherit;
}
.term__row{
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 10px;
}
.box__pros__and__cons{
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    grid-gap: 15px;
}
.box__pros__and__cons .pros ul li ,
.box__pros__and__cons .pros .head {
    color: #ffbbbb;
}
.box__pros__and__cons .cons ul li,
.box__pros__and__cons .cons .head{
    color: #baffbd;
}
.box__pros__and__cons .head {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.hero__tabs.nav__tab {
    padding-left: 0;
    margin-left: 0;
    list-style: none;  /* ẩn bullet nếu có */
}
@media screen and (max-width: 480px) {
    .box__pros__and__cons{
        display: block;
    }
    .box__pros__and__cons .image{
        display: none;
    }
    .heroes {
        grid-template-columns: repeat(5,1fr);
        grid-gap: 5px;
    }
    .heroes.col-4,
    .heroes.col-5,
    .heroes.col-6,
    .heroes.col-7,
    .heroes.col-8{
        grid-template-columns: repeat(4,1fr);
    }
    .runes__pages__item{
        width: 75px;
    }
    .block_heroes,
    .block_gems{
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 5px;
    }
    .block.block__hero{
        padding: 50% 0 0 0;
    }
    .hero__skills__list img{
        width: 60px;
    }
    .hero__skills__list>li>a:before{
        background-size: 60px;
    }
    .spells,
    .items{
        grid-template-columns: repeat(5,1fr);
    }
    .hero__tabs{
        grid-template-columns: repeat(5,1fr);
    }
    .time__order{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .time__order>span{
        height: 20px;
        width: 20px;
        font-size: 10px;
    }
    .runes__pages__item:first-child{
        margin-right: 0;
    }
    .runes__pages__item .image{
        width: 50px;
        height: 50px;
    }
    .runes__pages__line:after{
        top: 24px;
    }
}

/* Đảm bảo riêng floor-III không bị ảnh hưởng bởi nền cha */
.runes__pages__item.floor-III {
    background: none !important;
    background-color: transparent !important;
}

/* Đảm bảo phần hình ảnh của floor-III cũng không bị nền che */
.runes__pages__item.floor-III .image,
.runes__pages__item.floor-III .image__inner {
    background: none !important;
    background-color: transparent !important;
}

/* Đảm bảo không có hiệu ứng đặc biệt */
.runes__pages__item.floor-III img {
    mix-blend-mode: normal !important;
    filter: none !important;
    opacity: 1 !important;
}



/* Ẩn tooltipster-box nếu nó chỉ hiển thị như một hộp trống */
.tooltipster-box {
    background: transparent !important;
    border: transparent !important;
    box-shadow: transparent !important;
}

/* Kiểm tra nếu .tooltipster-arrow có tạo nền đen thì ẩn nó đi */
.tooltipster-arrow {
    display: none !important;
}

/* Định dạng lại tooltip để hiển thị đúng */
.tooltipster-content {
    background: #1b1e29 !important;
    padding: 10px;
    border-radius: 8px;
}

.aov-share-buttons {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.aov-share-buttons p {
    font-weight: bold;
    margin-bottom: 10px;
}
.aov-share-btn {
    display: inline-block;
    margin-right: 10px;
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.aov-share-fb {
    background-color: #4962d9;
}
.aov-share-fb:hover {
    background-color: #314779;
}
.aov-share-copy {
    background-color: #555;
}
.aov-share-copy:hover {
    background-color: #333;
}


#term-comments {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
#term-comments h3 {
    margin-bottom: 15px;
    font-size: 24px;
}
.term-comment {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.term-comment strong {
    color: #333;
}
#term-comment-form p {
    margin-bottom: 10px;
}
#term-comment-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
#term-comment-form input[type="text"],
#term-comment-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#term-comment-form input[type="submit"] {
    padding: 8px 16px;
    background-color: #555;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: capitalize;
}
#term-comment-form input[type="submit"]:hover {
    background-color: #005177;
}
.toggle-comments-btn {
  background-color: #4962d9;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 4px;
  text-transform: capitalize;
}

/* Định dạng nút tải thêm bình luận */
.load-more-btn {
  background-color: #4962d9;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  text-transform: capitalize;
}

/* Ẩn các bình luận có class hidden-comment */
.hidden-comment {
  display: none;
}
.reply-btn, .toggle-replies {
  padding: 0 !important;
  text-transform: none !important;
  /* Nếu cần bỏ viền hoặc nền, thêm: */
  background: none !important;
  border: none !important;
}


.moba-toc-container .moba-toc-toggle {
  margin: 0 !important;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  border: none;
  background-color: #4962d9;
  color: #fff;
  padding: 2px 20px;
  border-radius: 3px;
}

/* Danh sách mục lục với bullet */
.moba-toc-container .moba-toc-list {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc; /* Bullet ở đầu mỗi dòng */
}

/* Mỗi mục li với chữ cái đầu viết hoa và đường kẻ mờ ở dưới */
.moba-toc-container .moba-toc-list li {
  margin-bottom: 8px;
  padding-bottom: 4px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Đường kẻ mờ */
}

/* Link trong mục lục */
.moba-toc-container .moba-toc-list li a {
  text-decoration: none;
  font-size: 15px;
}

.back-to-top {
  position: fixed;
  right: 1px !important;
  bottom: 1px !important;
  background-color: transparent !important; /* Nền tối */
  color: #fff46b !important;           /* Màu chữ/icon vàng */
}



/* Suitable For Hero Types */
.suitable-for {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.suitable-for strong {
    color: #fff !important; /* ← Thêm !important */
    font-size: 16px;
}

.suitable-for .hero-type-link { /* ← Tăng specificity */
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px 4px 4px;
    background: transparent;
    color: #fff46b !important; /* ← Thêm !important */
    text-decoration: none !important; /* ← Thêm !important */
    font-size: 13px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.suitable-for .hero-type-link:hover {
    opacity: 0.7;
    color: #fff46b !important; /* ← Giữ màu khi hover */
}

.suitable-for .hero-type-link img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}


/* CSS cho keyboard trong combo block với hero__skills__list */
.hero__skills__list {
    display: flex;
    align-items: center;
    gap: 0px; /* Loại bỏ gap hoàn toàn */
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -15px; /* Đẩy toàn bộ list ra trái hơn */
}

.hero__skills__list li {
    margin: 0;
    padding: 0;
}

.hero__skills__list .image {
    position: relative;
    display: inline-block;
}

.hero__skills__list .image .name {
    position: absolute;
    bottom: 2px; /* Sát góc dưới hơn */
    left: 2px; /* Sát góc trái hơn */
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    z-index: 10;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.5); /* Nền đen mờ hơn */
    border: 1px solid #333; /* Viền nhỏ màu đen */
    border-radius: 3px;
    padding: 2px 4px;
    min-width: 16px;
}

.hero__skills__list.nav__tab {
    margin-bottom: 10px !important; /* Tăng khoảng cách với text bên dưới */
}

/* Keyboard display box */
.keyboard-display {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    padding: 8px 12px;
    margin: 10px 0;
    border: 1px solid #333;
    display: inline-block;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.keyboard-sequence {
    display: flex;
    align-items: center;
    gap: 4px;
}

.key {
    background: linear-gradient(135deg, #2c2c2c, #1a1a1a);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #444;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    min-width: 20px;
    text-align: center;
}

.separator {
    color: #666;
    font-size: 14px;
    margin: 0 2px;
}

.spells {
  display: flex !important;
  gap: 30px !important; /* Khoảng cách nhỏ giữa các icon */
  padding: 8px 0 2px 20px !important; /* Padding top 8px, left 20px */
  margin: 0 !important; /* Reset margin */
}

.spells .spell__item img {
  width: 55px !important;
  height: 55px !important;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
  .spells .spell__item img {
    width: 45px !important;
    height: 45px !important;
  }
}

.situational-block {
  margin-bottom: 2rem;
}

.situational-section {
  margin-bottom: 2rem;
}

.situational-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.situational-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.situational-header {
  background: #1c2a45;
  border-radius: 0;
  padding: 8px 14px;
  margin-bottom: 6px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.situational-title {
  color: white !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 12px !important;
}

.situational-items {
  display: flex;
  align-items: center;
  justify-content: center !important;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 4px 0;
  min-height: 50px;
}

.situational-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.situational-item:hover {
  transform: scale(1.05);
}

.situational-item img {
  width: 72px;
  height: 72px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px;
  transition: border-color 0.2s ease;
}

.situational-item:hover img {
  border-color: #ffed4e;
}

.item-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
}

.item-name {
  color: #e5e7eb;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.5rem;
  max-width: 80px;
  line-height: 1.2;
}

.item-arrow {
  color: #fff46b;
  display: flex;
  align-items: center;
  margin: 0 0.25rem;
}

.item-arrow svg {
  opacity: 1;
}

/* Responsive tablet */
@media (max-width: 1024px) {
  .situational-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;
  }
}

/* Responsive mobile */
@media (max-width: 768px) {
  .situational-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem !important;
  }
  
  .situational-header {
    padding: 0.4rem 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .situational-title {
    font-size: 10px !important;
  }
  
  .situational-items {
    justify-content: center !important;
    gap: 0.25rem !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }
  
  .situational-item {
    flex: 0 0 auto !important;
    min-width: 40px !important;
  }
  
  .situational-item img,
  .item-placeholder {
    width: 36px !important;
    height: 36px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 3px !important;
  }
  
  .item-name {
    font-size: 7px !important;
    margin-top: 2px !important;
    max-width: 40px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .item-arrow {
    margin: 0 2px !important;
    flex: 0 0 auto;
  }
  
  .item-arrow svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* Mobile small */
@media (max-width: 480px) {
  .situational-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.25rem !important;
  }
  
  .situational-header {
    padding: 4px 8px !important;
    margin-bottom: 4px !important;
  }
  
  .situational-title {
    font-size: 9px !important;
  }
  
  .situational-items {
    gap: 0.125rem !important;
    min-height: 40px !important;
  }
  
  .situational-item {
    min-width: 28px !important;
  }
  
  .situational-item img,
  .item-placeholder {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 5px !important;
  }
  
  .item-name {
    font-size: 6px !important;
    max-width: 28px !important;
  }
  
  .item-arrow svg {
    width: 12px !important;
    height: 12px !important;
  }
}

.hero__tabs.nav__tab li img {
    border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
}

/* Tab Navigation */
.hero-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.hero-nav li {
    margin-right: 1rem;
}

.hero-nav li a {
    display: block;
    padding: 1rem 1.5rem;
    text-decoration: none;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-nav li.active a,
.hero-nav li a:hover {
    color: #007cba;
    border-bottom-color: transparent;
}

/* Tab Content */
.tab-content-wrapper {
    position: relative;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Shared blocks styling */
.shared-blocks-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}


/* Suitable For Hero Types */
.suitable-for {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.suitable-for strong {
    color: #fff !important; /* ← Thêm !important */
    font-size: 16px;
}

.suitable-for .hero-type-link { /* ← Tăng specificity */
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px 4px 4px;
    background: transparent;
    color: #fff46b !important; /* ← Thêm !important */
    text-decoration: none !important; /* ← Thêm !important */
    font-size: 13px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.suitable-for .hero-type-link:hover {
    opacity: 0.7;
    color: #fff46b !important; /* ← Giữ màu khi hover */
}

.suitable-for .hero-type-link img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}