/*
Theme Name: HonaDrama Mobile
Theme URL: https://NexrGen.com/
Author: NexrGen Team
Author URI: https://NexrGen.com/
Text Domain: honadrama
This Theme Designed By NexrGen
Description: Mobile-only layout overrides for HonaDrama.
*/
@media screen and (max-width: 767px) {
/****** Reset *******/
* {
    outline: 0;
    padding: 0;
    margin: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}
h4, h5, h6, h1, h2, h3, ul, li{
    margin: 0px;
    font-family: FontMedium;
}
a{
    text-decoration: none;
    color: #ffffff;
    font-family: FontMedium;
}
a:focus, a:hover {
    text-decoration: none;
}
header i.fa-bars {
    margin-left: 0;
    display: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
button , input {
    font-family: FontMedium;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
}
@media(min-width: 1440px){
    .container {
        max-width: 1400px;
    }
}

body {
    font-family: 'FontMedium';
    font-size: 1.2vw;
    color: #fff;
    background-color: var(--honadrama-bg);
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
}
*,
:after,
:before {
    outline: 0;
    padding: 0;
    margin: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}

a {
    color: #fff;
    text-decoration: none;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fa,
.fal,
.fas {
    vertical-align: middle;
}
body {
    font-family: 'FontMedium';
    font-size: 12px;
    color: #fff;
    background-color: var(--honadrama-bg);
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
}
header {
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px 20px;
    width: 100%;
    z-index: 10;
    font-size: 10px;
    background: linear-gradient(var(--honadrama-bg) 0%, rgba(22, 22, 34, 0) 100%);
}
header a {
    line-height: 0;
    margin-left: auto;
}
header i.fa-bars {
    margin-left: auto;
}
header i {
    font-size: 20px;
    cursor: pointer;
}
header ul {
    position: absolute;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 0;
    right: 0;
    left: 0;
    top: 60px;
    padding: 20px;
    text-align: center;
    background: var(--honadrama-bg);
}
header ul.active {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear 0.2s;
    -o-transition: opacity 0.2s linear 0.2s;
    transition: opacity 0.2s linear 0.2s;
}
header ul li {
    padding: 10px;
    font-size: 13px;
    background: var(--honadrama-control);
}
header ul li:hover a {
    color: var(--honadrama-red)
}
header form {
    opacity: 0;
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    right: 20px;
    left: 20px;
    top: 60px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
header form input {
    width: 100%;
    height: 28px;
    padding: 0 10px;
    background: var(--honadrama-surface);
    color: var(--honadrama-text);
    font-size: 13px;
    font-family: 'FontMedium';
    border: 0;
    border-radius: 0.2457vw;
    background: var(--honadrama-surface);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
        border-radius: 0px 15px 15px 0px;

}
header form button {
    color: var(--honadrama-accent-text);
    padding: 5px 20px;
    border: none;
    font-family: 'FontMedium';
    background: var(--honadrama-red);
    border-radius: 15px 0px 0px 15px;
}
header form.active {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear 0.2s;
    -o-transition: opacity 0.2s linear 0.2s;
    transition: opacity 0.2s linear 0.2s;
}
main-slider {
    display: block;
    margin: 0 0 20px 0;
    direction: ltr;
    overflow: hidden;
}
main-slider .owl-item {
    position: relative;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
main-slider .owl-item .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 590px;
    direction: rtl;
}
main-slider .owl-item .item figure:not(ul figure):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(rgba(22, 22, 34, 0) 15%, var(--honadrama-bg) 80%, var(--honadrama-bg));
}
main-slider .owl-item .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    mask-image: linear-gradient(to top, rgba(22, 22, 34, 0) 0%, var(--honadrama-bg) 20%);
    animation-name: fadeIn;
    object-fit: cover;
}
main-slider .owl-item .item i {
    padding: 0 0 0 5px;
    vertical-align: middle;
}
main-slider .owl-item .item article ul.btns li:last-child span:not(.spinner) {
    display: none !important;
}
main-slider .owl-item .item article {
    padding: 300px 20px 0px;
    font-size: 9.8564px;
    text-align: center;
}
main-slider .owl-item .item article ul.btns {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
    text-align: center;
    gap: 10px;
}
main-slider .owl-item .item article ul img {
    position: unset;
    display: block;
    width: auto;
    max-width: 100%;
    height: 95px;
    margin: 10px auto;
}
main-slider .owl-item .item article span[aria-label="comment"] {
    display: none;
    padding: 1.2vw 0 0 0;
    font-size: 1.2vw;
}
main-slider .owl-item .item article span[aria-label="comment"] em {
    border-right: 0.25vw solid var(--honadrama-red);
    padding: 0 0.5vw;
}
main-slider .owl-item .item article ul li[aria-label="story"] {
    display: block;
}
main-slider .owl-item .item article ul li {
    display: inline-block;
}
main-slider .owl-item .item article ul li p {
    color: var(--honadrama-muted);
    padding: 15px 0;
    font-size: 13.5874px;
}
main-slider .owl-item .item article ul.btns li {
    position: relative;
    -webkit-box-flex: 1;
    cursor: pointer;
    border: 1px solid var(--honadrama-red);
    border-radius: 104px;
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
    overflow: hidden;
    flex-grow: 1;
    width: 100%;
    font-size: 18px;
    white-space: nowrap;
    line-height: 120%;
    margin: 0px;
    font-weight: 700;
    height: 40px;
}
main-slider .owl-item .item article ul.btns li a {
    display: block;
    padding: 8px 0px;
    color: var(--honadrama-accent-text);
}
main-slider .owl-item .item article ul.btns li:last-child {
    display: block;
    padding: 10px 0px;
    background: var(--honadrama-control);
    width: 40px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    line-height: 20px;
    margin: 0px;
    font-weight: 700;
    height: 40px;
    min-width: 40px;
    border: 1px solid var(--honadrama-border) !important;
}
main-slider .owl-item .item article ul:nth-of-type(3) li.remove {
    color: var(--honadrama-text);
    background: var(--honadrama-control-hover);
}
main-slider .owl-item .item article ul li:not(:first-child):not(:last-child):after {
    content: "";
    display: inline-block;
    padding: 3px;
    margin: 0px 5px;
    background: var(--honadrama-muted);
    border-radius: 50%;
}
main-slider .owl-dots {
    display: none;
}
section {
    position: relative;
    padding: 0px 20px 32px;
    overflow: hidden;
}
section span:not([aria-label]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px 0;
    font-size: 16.954px;
    font-family: 'FontMedium';
}
section span em {
    color: #ffffff;
    padding: 0 5px;
    margin: 0 auto 0 0;
    font-size: 15px;
    border-radius: 3.906vw;
    background: var(--honadrama-control);
}
section span em:not(:last-child) {
    display: inline-block;
    padding: 1px 6px;
    margin-right: 5px;
    color: var(--honadrama-control);
    border-radius: 10px 0px;
    line-height: 1;
    background: var(--honadrama-yellow);
}
.platforms {
    margin-bottom: -10px;
    padding: 0px 20px 32px 0px;
}
section ul[aria-label="platforms"] {
    display: flex;
    gap: 10px;
    overflow-y: auto;
        max-height: fit-content!important;
            overflow-x: auto!important;
    overflow-y: hidden!important;
    max-height: unset;
    
}
section ul[aria-label="platforms"] li {
flex: 0 0 70% !important;
        height: 100%;
}
section ul[aria-label="platforms"] li img {
    height: 100%;
}
section ul[aria-label="platforms"] li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
section .owl-item img {
        border-radius: 10px;
    }
section .owl-item {
    position: relative;
    display: inline-block;
    height: 220px;
    margin-left: 0.5vw;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    -o-transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease, -webkit-transform .3s ease;
}
section .owl-item.active {
    opacity: 1;
}
.owl-nav.disabled,
.owl-nav {
    display: none;
}
section .owl-item:hover img {
    -webkit-filter: brightness(0.5) opacity(0.8);
    filter: brightness(0.5) opacity(0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
section .owl-item:hover ul {
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
section .owl-item:hover ul:not(:nth-of-type(1)) {
    opacity: 1;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
section .owl-item ul:not(:nth-of-type(1)) {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0.5vw;
    font-size: 0.9vw;
    opacity: 0;
    z-index: 10;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section .owl-item ul:not(:nth-of-type(1)) li:not([aria-label="title"],
[aria-label="play"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: var(--honadrama-text);
    padding: 3px;
    margin: 10px 5px 0;
    font-size: 12px;
    line-height: 1;
    border-radius: 10px;
    background: var(--honadrama-control);
}
section .owl-item ul:not(:nth-of-type(1)) li[aria-label="title"],
li[aria-label="play"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    text-align: center;
    background: none;
}
section .owl-item li i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px !important;
    border-radius: 50px;
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}
section .owl-item ul:not(:nth-of-type(1)) li[aria-label="title"] em {
    display: block;
    color: var(--honadrama-muted);
    font-size: 12px;
}
section .owl-item li[aria-label="ribbon"]:nth-of-type(1) {
    position: absolute;
    width: 120px;
    top: 16px;
    left: -31px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    background: var(--honadrama-violet);
    transform: rotate(-40deg);
}
section .owl-item li[aria-label="ribbon"]:nth-of-type(2) {
    position: absolute;
    width: 177px;
    top: 33px;
    left: -41px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    background: var(--honadrama-control);
    transition: 0.3s;
    transform: rotate(-40deg);
}
    li[aria-label="ribbon"]:first-child {
        top: 5px !important;
    }

li[aria-label="ribbon"]:first-child {
    top: 0.4vw !important;
}
    li[aria-label="ribbon"] {
        left: -10px !important;
    }

li[aria-label="ribbon"] {
    --f: 10px;
    --r: 5px;
    position: absolute;
    padding-inline: 10px;
    border-bottom: var(--f) solid var(--honadrama-overlay-light);
    color: #fff;
    border-radius: 10px 0 0 0;
    left: -10.2px !important;
    border-right: var(--r) solid rgba(22, 22, 34, 0);
    clip-path: polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2));
    width: auto !important;
    transform: none !important;
}
section .owl-item li[aria-label="episode"] {
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    text-align: center;
    z-index: 10;
    background: linear-gradient(-90deg, var(--honadrama-bg), transparent);
}
section .owl-item li[aria-label="episode"] em {
    display: block;
    padding: 0px 5px;
    font-size: 10px;
    background: var(--honadrama-violet);
    border-radius: 10px 0px 0px 10px;
}
section .owl-item li[aria-label="age"] {
    position: absolute;
    bottom: 0.8vw;
    left: 0px;
    z-index: 10;
    font-size: 15px;
    line-height: 1;
    padding: 4px;
    border-radius: 0px 5vw 5vw 0px;
    background: var(--honadrama-control);
    color: var(--honadrama-text);
}
section .owl-item li[aria-label="year"] {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    color: var(--honadrama-bg);
    line-height: 100%;
    border-radius: 10px;
    z-index: 10;
    background: var(--honadrama-yellow);
}
section[aria-label="posts"] {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0 10px 10px;
    overflow: visible;
}
section[aria-label="posts"] > article[aria-label="post"] {
    min-width: 0;
}
ul[aria-label="pagination"] {
    padding: 20px;
    padding-bottom: 100px;
    text-align: center;
}
ul[aria-label="pagination"] li {
    display: inline-block;
}
ul[aria-label="pagination"] li.active a {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}
ul[aria-label="pagination"] a,ul[aria-label="pagination"] span {
    color: #fff;
    padding: 10px 10px;
    margin: 0 0 0 5px;
    font-size: 15px;
    border-radius: 5px;
    background: var(--honadrama-control);
}
article[aria-label="post"] {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    height: auto;
    margin-left: 0;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    -o-transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease, -webkit-transform .3s ease;
}
article[aria-label="post"] .honadrama-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}
article[aria-label="post"] img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#related, #assemblies, #eps {
    gap: 10px;
    padding-bottom: 15px;
}
article[aria-label="post"]:hover img {
    -webkit-filter: brightness(0.5) opacity(0.8);
    filter: brightness(0.5) opacity(0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
article[aria-label="post"]:hover ul {
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
article[aria-label="post"]:hover ul:not(:nth-of-type(1)) {
    opacity: 1;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5vw;
    font-size: 0.9vw;
    opacity: 0;
    z-index: 10;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li:not([aria-label="title"],
[aria-label="play"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 3px;
    margin: 10px 5px 0;
    color: var(--honadrama-text);
    font-size: 12px;
    line-height: 1;
    background: var(--honadrama-control);
    border-radius: 10px;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li[aria-label="title"],
li[aria-label="play"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background: none;
}
article[aria-label="post"] li i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px !important;
    border-radius: 50px;
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li[aria-label="title"] em {
    display: block;
    color: var(--honadrama-muted);
    font-size: 12px;
}
article[aria-label="post"] li[aria-label="ribbon"]:nth-of-type(1) {
    position: absolute;
    width: 120px;
    top: 16px;
    left: -31px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    background: var(--honadrama-violet);
    transform: rotate(-40deg);
}
article[aria-label="post"] li[aria-label="ribbon"]:nth-of-type(2) {
    position: absolute;
    width: 177px;
    top: 33px;
    left: -41px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    background: var(--honadrama-control);
    transition: 0.3s;
    transform: rotate(-40deg);
}
article[aria-label="post"] li[aria-label="episode"] {
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    text-align: center;
    z-index: 10;
    background: linear-gradient(-90deg, var(--honadrama-bg), transparent);
}
article[aria-label="post"] li[aria-label="episode"] em {
    display: block;
    padding: 0px 5px;
    font-size: 10px;
    background: var(--honadrama-violet);
    border-radius: 10px 0px 0px 10px;
}
article[aria-label="post"] li[aria-label="age"] {
    position: absolute;
    bottom: 0.8vw;
    left: 0px;
    z-index: 10;
    font-size: 15px;
    line-height: 1;
    padding: 4px;
    border-radius: 0px 5vw 5vw 0px;
    background: var(--honadrama-control);
    color: var(--honadrama-text);
}
article[aria-label="post"] li[aria-label="year"] {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    color: var(--honadrama-bg);
    line-height: 100%;
    border-radius: 10px;
    z-index: 10;
    background: var(--honadrama-yellow);
}
main figure {
    position: absolute;
    width: 100%;
    height: 500px;
}
main figure img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 22, 34, 0)), color-stop(20%, var(--honadrama-bg)));
    -webkit-mask-image: linear-gradient(to top, rgba(22, 22, 34, 0) 0%, var(--honadrama-bg) 20%);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
main figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(180deg, var(--honadrama-overlay-light), rgba(22, 22, 34, 0) 10%, rgba(22, 22, 34, 0) 70%, var(--honadrama-overlay-strong)), linear-gradient(90deg, var(--honadrama-overlay), rgba(22, 22, 34, 0) 50%, var(--honadrama-bg));
}
main span {
    display: block;
    padding: 20px 10px 0 0;
}
main span em {
    border-right: 2px solid var(--honadrama-red);
    padding: 0 5px;
}
main article {
    padding: 280px 10px 0;
    font-size: 10.8564px;
    text-align: center;
}
main article li {
    position: relative;
    display: inline-block;
}
main article p {
    color: var(--honadrama-muted);
    font-size: 12px;
    padding: 15px 0;
}
main i {
    font-size: 20px;
    padding: 0 0 0 10px;
}
main article ul img {
    position: unset;
    display: block;
    width: auto;
    max-width: 100%;
    height: 100px;
    margin: 20px auto;
}
main article ul.btns {
    display: flex
;
    -webkit-box-pack: justify;
    place-content: center space-between;
    padding: 24px 0px 0px;
    font-size: 15px;
    text-align: center;
    justify-items: center;
    gap: 10px;
}
main article ul.btns li {
    position: relative;
    -webkit-box-flex: 1;
    cursor: pointer;
    border: 1px solid var(--honadrama-red);
    border-radius: 104px;
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
    overflow: hidden;
    flex-grow: 1;
    width: 100%;
    font-size: 18px;
    white-space: nowrap;
    line-height: 120%;
    margin: 0px;
    font-weight: 700;
    height: 40px;
}
main article ul.btns li a {
    display: block;
    padding: 8px 0px;
}
main article ul.btns li:not(:last-child) a {
    color: var(--honadrama-accent-text);
}
main article ul.btns li:last-child {
    display: block;
    padding: 10px 0px;
    background: var(--honadrama-control);
    width: 40px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    line-height: 20px;
    margin: 0px;
    font-weight: 700;
    height: 40px;
    min-width: 40px;
    border: 1px solid var(--honadrama-border) !important;
}
main .owl-item .item article ul.btns li:last-child span:not(.spinner) {
    display: none !important;
}
main article ul:nth-of-type(4) li.remove {
    color: var(--honadrama-text);
    background: var(--honadrama-control-hover);
}
 article > ul.btns > li.shine > i {
        padding: 0px;
}
body > main > article > ul.btns > li.shine > i {
        padding: 0px;
}
main article ul li:not(:first-child):not(:last-child):after {
    content: '';
    display: inline-block;
    padding: 3px;
    margin: 0 5px;
    background: var(--honadrama-muted);
    border-radius: 50%;
}
main section[aria-label="details"] {
    padding: 20px 10px;
}
main section[aria-label="seasons"] {
    position: relative;
    padding: 20px 10px;
    overflow: visible;
}
main span[aria-label="season-title"] {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    background-color: var(--honadrama-control);
    border-radius: 36px;
    padding: 7px 14px;
    border: 1px solid var(--honadrama-border) !important;
}
main span[aria-label="season-title"] p {
    font-size: 10px;
    padding: 0 5px;
}
main span[aria-label="season-title"]:after {
    content: "";
    margin: 0 auto 0 0;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    border-top: 0.4em solid var(--honadrama-border);
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    -o-transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
main span[aria-label="season-title"].active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
main section[aria-label="seasons"] em {
    color: var(--honadrama-muted);
    float: left;
}
main section[aria-label="seasons"] ul li.active em {
    color: var(--honadrama-red);
}
main section[aria-label="seasons"] ul {
    position: absolute;
    display: none;
    left: 20px;
    right: 20px;
    margin: 10px 0px;
    font-size: 14px;
    z-index: 20;
    background: var(--honadrama-surface);
    animation: 1s ease 0s 1 normal none running fadeEffect;
    border-radius: 14px;
    padding: 5px 7px;
    border: 1px solid var(--honadrama-border) !important;
}
section[aria-label="posts"] h2 {
    margin-bottom: 15px;
}
main section[aria-label="seasons"] ul.active {
    display: block;
}
main section[aria-label="seasons"] ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
}
main section[aria-label="seasons"] ul li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
main section[aria-label="seasons"] ul li:hover {
    background: var(--honadrama-control-hover);
}
main section[aria-label="seasons"] ul li.active a {
    color: var(--honadrama-red);
}
main section[aria-label="details"] ul:not(.tabcontent) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main section[aria-label="details"] ul:not(.tabcontent):nth-of-type(1):after {
    content: '';
    position: absolute;
    bottom: 0.05vw;
    width: 100%;
    border-bottom: 0.15vw solid var(--honadrama-border);
    z-index: -1;
}
main section[aria-label="details"] ul:not(.tabcontent) li {
    color: var(--honadrama-muted);
    cursor: pointer;
    padding: 5px 0;
    margin: 0 0 0 20px;
    font-size: 18px;
    font-family: 'FontMedium';
}
main section[aria-label="details"] ul:not(.tabcontent) li.active {
    color: var(--honadrama-red) !important;
    border-bottom: 2px solid var(--honadrama-red) !important;
}
main section[aria-label="details"] ul:not(.tabcontent) li:not(.active):after {
    content: '';
    display: block;
    position: relative;
    top: 5px;
    width: 0px;
    height: 2px;
    margin: auto;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}
main section[aria-label="details"] li:not(.tabcontent):not(.active):hover:after {
    width: 100%;
    background: var(--honadrama-muted);
}
span[aria-label="titleAsm"] {
        display: none;
    padding: 0;
    text-align: center;
    margin: 0;
}
ul.tabcontent {
    display: flex;
    flex-wrap: wrap;
    margin: 22px 0px 0px;
    font-size: 15px;
    animation: 1s ease 0s 1 normal none running fadeEffect;
}
#details strong i {
    display: none;
}
#details a,#details p {
    color: var(--honadrama-muted);
    font-family: "Cima Now Medium";
    font-size: 14px;
    max-width: calc(100% - 119px);
}
#related, #assemblies, #eps {
    gap: 10px;
}


#details li {
    flex: 1 1 100%;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 120%;
    margin: 0px;
    display: flex !important
;
    padding-bottom: 1rem !important;
}
#details li:not(:last-of-type) {
    border-bottom: 1px solid var(--honadrama-border);
}
#details strong {
    display: inline-block;
    font-family: 'FontMedium';
    color: rgb(255, 255, 255);
    width: 96px;
}
#details li:not(:first-child) {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
#details a,
p {
    color: var(--honadrama-muted);
}
ul.tabcontent:not(.active) {
    display: none;
}
ul.tabcontent li:not(#details li,
#watch li,
#download li,
#episodes li) {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 40%;
    max-width: 48.8%;
    max-height: 125px;
}
ul.tabcontent li img[alt="logo"] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30%;
    height: auto;
    z-index: 10;
    -webkit-mask-image: none;
}
em[aria-label="views"] {
    color: var(--honadrama-text) !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 5px;
    margin: 5px auto;
    text-align: center;
    border-radius: 1vw;
    background: var(--honadrama-control);
}
ul.tabcontent li img {
    mask-image: linear-gradient(to top, var(--honadrama-overlay-light) 0%, var(--honadrama-bg) 50%);
    width: 100%;
    height: 100%;
        border-radius: 10px!important;
}
ul.tabcontent li i:not(#details i,
#download i) {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
ul.tabcontent li em {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 22px;
    font-family: "Cima Now kufi";
}
ul.tabcontent li b {
    position: absolute;
    right: 0.8vw;
    top: 0.8vw;
    z-index: 9;
    font-size: 15px;
    background: var(--honadrama-control);
    padding: 5px;
    color: #ffffff;
    line-height: .9;
    font-weight: 400;
}
ul.tabcontent li:hover img:nth-child(2) {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
ul.tabcontent li:hover i {
    opacity: 1 !important;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
#watch li:not([aria-label="embed"]) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 0 0 auto;
    min-width: 31%;
    padding: 5px;
    margin: 3px;
    cursor: pointer;
    text-align: center;
    font-family: 'FontMedium';
    font-size: 17px;
    background: var(--honadrama-control);
}
#watch li[aria-label="embed"] * {
    height: inherit ;
    width: initial ;
}
.mc4u-play-circle i {
    position: revert !important;
    opacity: 1 !important;
    -webkit-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    transform: translate(0%, 27%) !important;
}

span.mc4u-play-circle {
    width: 88px !important;
    height: 88px !important;
}
#watch li[aria-label="embed"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-height: 800px;
    padding: 20px 0;
    background: none;
}
#watch li.active {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}
#watch li.active a {
    color: var(--honadrama-accent-text);
}
#download li[aria-label="quality"],
[aria-label="download"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'FontMedium';
    background: none;
}
#download li[aria-label="quality"] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}
#download li span {
    grid-column: 1 / -1;
    padding: 5px;
    margin: 0;
    font-family: 'FontMedium';
}
#download li[aria-label="quality"] a {
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    background: var(--honadrama-accent-active);
    color: var(--honadrama-accent-text);
}
#download li[aria-label="download"] a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: -moz-fit-content;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    background: var(--honadrama-accent-active);
    color: var(--honadrama-accent-text);
}
#episodes li {
    padding: 10px 0;
    margin: 0 0 0 5px;
    font-size: 12px;
    border-radius: 10px;
    background: var(--honadrama-control);
}
#episodes li.active {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}
#episodes li:hover {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}
#episodes li.active a,
#episodes li:hover a {
    color: var(--honadrama-accent-text);
}
#episodes li a {
    padding: 10px;
}
span[aria-label="age"] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 30%;
    width: 60px;
    padding: 2px;
    border-radius: 0 20px 20px 0;
    background-color: var(--honadrama-overlay);
}
span[aria-label="age"] img {
    position: unset !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    z-index: auto !important;
}
.shine:hover:before {
    opacity: 0;
    -webkit-transform: scale(99) translate(-50%, -50%);
    -ms-transform: scale(99) translate(-50%, -50%);
    transform: scale(99) translate(-50%, -50%);
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}
.shine:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    z-index: 5;
    border-radius: 50%;
    background: var(--honadrama-control);
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transition: 0s all ease;
    -o-transition: 0s all ease;
    transition: 0s all ease;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.spinner {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 5px solid currentColor;
    border-width: 2px;
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
#ad {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 99;
}
.soon {
    background: var(--honadrama-surface) !important;
    border: 0.078vw solid var(--honadrama-border) !important;
}
h1 {
    height: 11.719vw;
    font-size: 4.0vw;
    font-family: 'FontMedium';
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(22, 22, 34, 0);
    background-image: -o-linear-gradient(#ffffff 50%, var(--honadrama-yellow) 20%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(20%, var(--honadrama-yellow)));
    background-image: linear-gradient(#ffffff 50%, var(--honadrama-yellow) 20%);
}
h2 {
    grid-column: 1 / -1;
    font-size: 20px;
    padding: 0 10px;
}
h2 label {
    color: var(--honadrama-red);
}
h3 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: auto;
    font-size: 20px;
    font-family: 'FontMedium';
    z-index: 10;
}
.empty {
    grid-column: 1 / -1;
    padding: 80px 0;
    font-size: 15px;
    text-align: center;
}
.empty i {
    display: block;
    color: var(--honadrama-accent);
    margin-bottom: 2vw;
    font-size: 150px;
}
.tab.social {
    display: none;
}
footer {
    padding: 10px;
    text-align: center;
}
.foremedia-center1 {
    grid-column: 1/3 !important;
}
.foremedia-center3 {
    width: 100% !important;
}
.fmsection {
    display: none;
}
.nextprev {
    display: table;
    margin: 0 auto;
}
.nextprev a {
    float: right;
    background: var(--honadrama-control);
    font-size: 17px;
    margin: 0 8px;
    padding: 7px 20px;
    border-radius: 11px;
    transition: .2s all ease;
}
.nextprev a:hover {
    background: var(--honadrama-control-hover);
    color: var(--honadrama-text);
}
span[aria-label="age"] b {
    border: 1px dashed var(--honadrama-border);
    font-size: 16px;
    border-radius: 45px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
ul#episodes {
    padding: 10px;
    background: var(--honadrama-surface);
    border-radius: 5px;
}
ul#episodes h2 {
    display: table;
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--honadrama-subtle-border);
    width: 100%;
    padding-bottom: 5px;
}
span[aria-label="age"] em {
    border: 1px dashed var(--honadrama-red);
    padding: 0;
    border-radius: 45px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
}
h1.logo {
    font-family: Righteous;
    font-size: 1.8rem;
    line-height: 2rem;
    height: auto;
    background-image: unset;
    -webkit-text-fill-color: unset;
}
h1.logo span {}
h1.logo span {
    color: var(--honadrama-brand-red) !important;
    float: right;
}

ul[aria-label="pagination"] li.active a, ul[aria-label="pagination"] span.current {
    background: var(--honadrama-red);
    color: var(--honadrama-accent-text);
}


.fixed-header {
    bottom: 0px;
    background: var(--honadrama-header);
    z-index: 9999;
    justify-content: space-between;
    position: fixed;
    padding: 13px 20px 10px;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    font-size: 9px;
    backdrop-filter: blur(15px);
    border-top: 1px solid var(--honadrama-subtle-border);
}


.fixed-header-item {
    text-align: center;
    position: relative;
}

.fixed-header-item::before {
    content: "";
    background-color: var(--honadrama-muted);
    border-radius: 50%;
    display: block;
    position: absolute;
    inset: 0px;
    transform: scale(0.001, 0.001);
    z-index: -1;
}
#watch li[aria-label="embed"] {
    background: 0;
}
.fixed-header-item i {
    display: block;
    font-size: 16px;
    padding-bottom: 6px;
}
a#txlogo {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'FontMedium';
    text-decoration: none;
    transition: color 0.05s ease 0s;
    padding-right: 10px;
}
#tlogo {
    display: table;
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
    padding-bottom: 10px;
}
.NexrGen {
    display: inline-block;
    border: 1px solid var(--honadrama-violet);
    background: var(--honadrama-violet);
    padding: 10px 12px 8px;
    border-radius: 35px;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 35px;
}
.NexrGen span {
    vertical-align: middle;
    color: #fff;
}


/* HonaDrama mobile-only component adjustments. */
:root {
    --honadrama-header-height: 72px;
    --honadrama-page-gutter: 16px;
    --honadrama-radius: 13px;
    --honadrama-mobile-nav-height: 68px;
}

html,
body.honadrama-theme {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body.honadrama-theme {
    padding-bottom: calc(var(--honadrama-mobile-nav-height) + env(safe-area-inset-bottom));
    background: var(--honadrama-bg);
    font-size: 14px;
    animation: none;
    user-select: auto;
}

body.honadrama-theme .honadrama-mobile-tabs {
    position: fixed;
    z-index: 250;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: calc(var(--honadrama-mobile-nav-height) + env(safe-area-inset-bottom));
    min-height: calc(var(--honadrama-mobile-nav-height) + env(safe-area-inset-bottom));
    padding: 7px 6px env(safe-area-inset-bottom);
    border-top: 1px solid var(--honadrama-border);
    background: var(--honadrama-header);
    box-shadow: 0 -12px 30px var(--honadrama-overlay-light);
    backdrop-filter: blur(16px);
}

body.honadrama-theme .honadrama-mobile-tabs .fixed-header-item {
    display: flex;
    min-width: 0;
    min-height: 51px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3px;
    gap: 3px;
    border-radius: 10px;
    color: var(--honadrama-muted);
    font-size: 11px;
    line-height: 1.15;
}

body.honadrama-theme .honadrama-mobile-tabs .fixed-header-item:hover,
body.honadrama-theme .honadrama-mobile-tabs .fixed-header-item:focus-visible {
    background: var(--honadrama-control-hover);
    color: var(--honadrama-text);
}

body.honadrama-theme .honadrama-mobile-tabs i {
    color: var(--honadrama-text);
    font-size: 18px;
}

body.honadrama-theme header.site-header {
    position: absolute;
    z-index: 200;
    height: var(--honadrama-header-height);
    padding: 0 16px;
    background: linear-gradient(180deg, var(--honadrama-header) 0%, var(--honadrama-overlay-light) 67%, rgba(22, 22, 34, 0) 100%);
}

.site-header__brand {
    position: absolute;
    z-index: 2;
    inset: 0 50% auto auto;
    display: flex;
    width: min(190px, calc(100% - 116px));
    height: 68px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    transform: translateX(50%);
}

.site-header__brand .logo {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(25px, 8vw, 31px);
    letter-spacing: -1px;
    text-overflow: clip;
}

.site-header__brand img {
    max-width: 145px;
    height: 44px;
}

.site-header__actions {
    position: static;
    width: 100%;
    height: 48px;
    margin: 0;
}

.site-header__icon {
    position: absolute;
    top: 11px;
    display: grid;
    width: 46px;
    height: 46px;
}

.site-header__menu-toggle {
    inset-inline-start: 10px;
}

.site-header__search-toggle {
    inset-inline-end: 10px;
}

.site-header__icon i {
    display: block;
    font-size: 21px;
}

.site-header__navigation {
    position: absolute;
    z-index: 4;
    inset: var(--honadrama-header-height) 14px auto;
    display: block;
    max-height: min(70vh, 520px);
    padding: 10px;
    overflow-y: auto;
    border: 1px solid var(--honadrama-border);
    border-radius: 16px;
    background: var(--honadrama-surface);
    box-shadow: 0 18px 40px var(--honadrama-overlay-light);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.site-header__navigation.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-header__navigation > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    gap: 8px;
}

.site-header__navigation li {
    min-width: 0;
}

.site-header__navigation a {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    padding: 7px 9px;
    border-radius: 11px;
    background: var(--honadrama-control);
    font-size: 13px;
    text-align: center;
    white-space: normal;
}

.site-header__navigation a::after {
    display: none;
}

.site-header__navigation a:hover,
.site-header__navigation a:focus-visible {
    background: var(--honadrama-control-hover);
}

.site-header__navigation .sub-menu {
    position: static;
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    min-width: 0;
    margin-top: 6px;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.site-header__navigation li:focus-within > .sub-menu {
    display: grid;
}

.site-header__search {
    position: absolute;
    z-index: 5;
    inset: var(--honadrama-header-height) 14px auto;
    width: auto;
    height: 50px;
    border-color: var(--honadrama-border);
    background: var(--honadrama-surface);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
}

.site-header__search.is-open {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-header__search input {
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
}

body.honadrama-theme section.honadrama-hero {
    height: max(100svh, 760px);
    min-height: 760px;
    max-height: 940px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.honadrama-hero__backdrop img {
    object-position: var(--hero-focal-mobile, center center);
    filter: brightness(1.05) saturate(1.05);
}

.honadrama-hero__gradient {
    background:
        linear-gradient(180deg, rgba(22, 22, 34, 0.62) 0%, rgba(22, 22, 34, 0.22) 17%, rgba(22, 22, 34, 0) 34%),
        linear-gradient(270deg, rgba(22, 22, 34, 0.84) 0%, rgba(22, 22, 34, 0.55) 32%, rgba(22, 22, 34, 0.20) 58%, rgba(22, 22, 34, 0.05) 78%, rgba(22, 22, 34, 0) 100%),
        linear-gradient(0deg, rgba(22, 22, 34, 0.88) 0%, rgba(22, 22, 34, 0.62) 22%, rgba(22, 22, 34, 0.26) 46%, rgba(22, 22, 34, 0) 72%),
        rgba(22, 22, 34, 0.22);
}

.honadrama-hero__content {
    top: 98px;
    bottom: calc(192px + env(safe-area-inset-bottom));
    right: 16px;
    left: 16px;
    width: auto;
    justify-content: flex-end;
    text-align: right;
}

.honadrama-hero__eyebrow {
    min-height: 19px;
    margin-bottom: 10px;
    gap: 7px;
    font-size: 13px;
}

.honadrama-hero__eyebrow > span {
    flex-basis: 3px;
    width: 3px;
    height: 19px;
}

.honadrama-hero__title {
    min-height: 60px;
    margin-bottom: 10px;
}

.honadrama-hero__title img {
    max-width: min(260px, 76vw);
    max-height: 90px;
}

.honadrama-hero__title > span {
    max-width: 100%;
    font-size: clamp(28px, 9vw, 42px);
}

.honadrama-hero__metadata {
    margin-bottom: 10px;
    gap: 5px 0;
    font-size: 12px;
}

.honadrama-hero__metadata li + li::before {
    width: 4px;
    height: 4px;
    margin: 0 7px;
}

.honadrama-hero__description {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.65;
    -webkit-line-clamp: 2;
}

.honadrama-hero__cast {
    max-height: 46px;
    margin-bottom: 12px;
    overflow: hidden;
    gap: 7px;
    font-size: 13px;
    line-height: 1.55;
}

.honadrama-hero__cast > span {
    font-size: 18px;
}

.honadrama-hero__cast ul {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.honadrama-hero__cast li + li::before {
    margin: 0 6px;
}

.honadrama-hero__actions {
    gap: 9px;
}

.honadrama-button {
    flex: 1 1 0;
    min-width: 0;
    height: 50px;
    padding: 0 13px;
    gap: 7px;
    font-size: 15px;
    white-space: nowrap;
}

.honadrama-button i {
    font-size: 17px;
}

.honadrama-hero__rail {
    inset: auto 16px calc(72px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 30px 76px;
    gap: 2px;
    min-height: 108px;
}

.honadrama-hero__rail-heading {
    align-self: center;
    padding: 0;
    gap: 7px;
}

.honadrama-hero__rail-heading > span {
    width: 3px;
    height: 22px;
}

.honadrama-hero__rail-heading h2 {
    font-size: 14px;
}

.honadrama-hero__rail-track {
    gap: 10px;
    padding: 2px 0 5px;
}

.honadrama-hero__rail-item {
    flex-basis: 112px;
    height: 70px;
    padding: 4px 6px 9px;
}

.honadrama-hero__rail-item img {
    max-height: 48px;
}

.honadrama-hero__rail-item > span {
    font-size: 12px;
}

.honadrama-hero__rail-item.is-active::after {
    width: 42px;
    height: 2px;
}

body.honadrama-theme section.honadrama-content-rail,
body.honadrama-theme section.honadrama-content-grid,
body.honadrama-theme section.honadrama-platforms {
    margin: 0;
    padding: 22px 16px 28px;
    overflow: hidden;
}

.honadrama-section-header {
    min-height: 39px;
    margin-bottom: 14px;
    gap: 9px;
}

.honadrama-section-title {
    min-width: 0;
    gap: 7px;
    font-size: clamp(18px, 5.5vw, 22px);
}

.honadrama-section-badge {
    min-height: 22px;
    padding: 1px 9px 0;
    font-size: 11px;
}

.honadrama-view-all {
    min-height: 34px;
    padding: 0 11px;
    gap: 6px;
    font-size: 11px;
}

.honadrama-card-track:not(.owl-loaded) > .honadrama-card {
    flex-basis: calc((100% - 30px) / 2);
}

body.honadrama-theme section.honadrama-content-rail .owl-stage-outer {
    padding: 2px 0 7px;
}

body.honadrama-theme section.honadrama-content-rail .owl-item {
    height: auto;
    opacity: 1;
}

.honadrama-card {
    border-radius: var(--honadrama-radius);
}

.honadrama-card:hover,
.honadrama-card:focus-visible,
.honadrama-card:focus-within {
    transform: none;
}

.honadrama-card__badges {
    top: 9px;
    max-width: calc(57% - 10px);
    gap: 4px;
}

.honadrama-card__badges--left {
    inset-inline-start: 9px;
}

.honadrama-card__badges--right {
    inset-inline-end: 9px;
}

body.honadrama-theme .honadrama-badge {
    min-height: 21px;
    padding: 3px 7px 1px;
    font-size: 11px;
}

body.honadrama-theme .honadrama-card__badges--left .honadrama-badge--violet {
    font-size: 12px;
}

body.honadrama-theme .honadrama-card__badges--right .honadrama-badge--yellow {
    min-height: 22px;
    font-size: 13px;
}

body.honadrama-theme .honadrama-card__badges--right .honadrama-badge--light {
    font-size: 11px;
}

.honadrama-card__episode {
    bottom: 8px;
    left: 7px;
}

.honadrama-card__episode small {
    min-height: 20px;
    padding: 4px 7px 2px;
    font-size: 9px;
}

.honadrama-card__episode strong {
    padding-top: 4px;
    font-size: 24px;
}

.honadrama-card__age {
    bottom: 8px;
    left: 7px;
}

.honadrama-card__details {
    padding: 16px 10px 18px;
}

body.honadrama-theme .honadrama-card__title {
    font-size: 16px;
}

body.honadrama-theme .honadrama-card__genres {
    margin-top: 3px;
    font-size: 10px;
}

body.honadrama-theme section.honadrama-content-rail .owl-prev,
body.honadrama-theme section.honadrama-content-rail .owl-next {
    display: none;
}

.honadrama-content-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 9px;
}

.honadrama-pagination {
    margin-top: 23px;
    gap: 5px;
}

.honadrama-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 9px;
    font-size: 12px;
}

.honadrama-empty-state {
    min-height: 130px;
    padding: 20px;
    flex-direction: column;
    font-size: 13px;
}

.honadrama-platforms__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.honadrama-platforms__list li {
    height: 90px;
}

body.honadrama-theme footer {
    padding: 24px 16px calc(28px + env(safe-area-inset-bottom));
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.footer-menu li a {
    min-height: 42px;
    padding: 7px 9px;
    font-size: 11px;
    text-align: center;
}

/* Mobile single-content flow. Desktop rules remain untouched above 767px. */
body.honadrama-theme main.honadrama-single {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: var(--honadrama-bg);
}

body.honadrama-theme main.honadrama-single > .honadrama-single__backdrop {
    position: relative;
    inset: auto;
    z-index: 0;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 620px;
    margin: 0;
    overflow: hidden;
}

body.honadrama-theme main.honadrama-single > .honadrama-single__backdrop img {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center top;
    -webkit-mask-image: none;
    mask-image: none;
    animation: none;
}

body.honadrama-theme main.honadrama-single > .honadrama-single__backdrop::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: auto;
    height: auto;
    background:
        linear-gradient(180deg, var(--honadrama-overlay) 0%, var(--honadrama-overlay-light) 19%, var(--honadrama-overlay-light) 43%, var(--honadrama-overlay-strong) 72%, var(--honadrama-bg) 100%),
        linear-gradient(270deg, var(--honadrama-overlay) 0%, var(--honadrama-overlay-light) 65%, var(--honadrama-overlay-light) 100%);
}

body.honadrama-theme main.honadrama-single > .honadrama-single__intro {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: auto;
    min-height: 620px;
    margin: 0;
    padding: clamp(290px, 50svh, 410px) 16px 24px;
    overflow: visible;
    font-size: 14px;
    line-height: 1.65;
    text-align: right;
}

body.honadrama-theme main.honadrama-single > .honadrama-single__intro > ul {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

body.honadrama-theme main.honadrama-single .honadrama-single__title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 68px;
    margin-bottom: 14px;
}

body.honadrama-theme main.honadrama-single .honadrama-single__title img {
    position: static;
    display: block;
    width: auto;
    max-width: min(230px, 68vw);
    height: auto;
    max-height: 96px;
    margin: 0;
    object-fit: contain;
    object-position: right bottom;
}

body.honadrama-theme main.honadrama-single .honadrama-single__metadata {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
    gap: 5px 0;
    color: var(--honadrama-text);
    font-size: 13px;
    line-height: 1.6;
}

body.honadrama-theme main.honadrama-single .honadrama-single__metadata li {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

body.honadrama-theme main.honadrama-single .honadrama-single__metadata li::after,
body.honadrama-theme main.honadrama-single .honadrama-single__summary li::after {
    display: none;
}

body.honadrama-theme main.honadrama-single .honadrama-single__metadata li + li::before {
    content: "";
    flex: 0 0 4px;
    width: 4px;
    height: 4px;
    margin: 0 8px;
    border-radius: 50%;
    background: var(--honadrama-muted);
}

body.honadrama-theme main.honadrama-single .honadrama-single__summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 4px 0;
    color: var(--honadrama-muted);
}

body.honadrama-theme main.honadrama-single .honadrama-single__summary li {
    position: relative;
    display: inline-flex;
    min-width: 0;
    font-size: 14px;
    line-height: 1.65;
}

body.honadrama-theme main.honadrama-single .honadrama-single__story {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 16px;
}

body.honadrama-theme main.honadrama-single .honadrama-single__story p {
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--honadrama-muted);
    font-size: 15px;
    line-height: 1.7;
    text-align: right;
}

body.honadrama-theme main.honadrama-single .honadrama-single__cast-label {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 5px;
    color: var(--honadrama-text);
    font-family: "FontBold", "FontMedium", sans-serif;
    font-size: 18px;
    line-height: 1.55;
}

body.honadrama-theme main.honadrama-single .honadrama-single__cast-name {
    max-width: 100%;
    font-size: 14px;
}

body.honadrama-theme main.honadrama-single .honadrama-single__cast-name + .honadrama-single__cast-name::before {
    content: "";
    flex: 0 0 4px;
    width: 4px;
    height: 4px;
    margin: 9px 7px 0;
    border-radius: 50%;
    background: var(--honadrama-muted);
}

body.honadrama-theme main.honadrama-single .honadrama-single__cast-name bdi {
    unicode-bidi: isolate;
    overflow-wrap: anywhere;
}

body.honadrama-theme main.honadrama-single .btns {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    padding: 0;
    gap: 10px;
    background: transparent;
}

body.honadrama-theme main.honadrama-single .btns > li {
    display: flex;
    min-width: 0;
    height: 50px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
}

body.honadrama-theme main.honadrama-single .btns > li:first-child {
    flex: 1 1 auto;
    width: auto;
}

body.honadrama-theme main.honadrama-single .btns > li:last-child {
    flex: 0 0 50px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 0;
    background: var(--honadrama-control);
}

body.honadrama-theme main.honadrama-single .btns > li > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    gap: 7px;
}

body.honadrama-theme main.honadrama-single .btns > li > i {
    padding: 0;
    font-size: 19px;
}

body.honadrama-theme main.honadrama-single .btns > li:last-child > span {
    display: none;
    margin: 0;
    padding: 0;
}

body.honadrama-theme main.honadrama-single > .honadrama-single__seasons {
    position: relative;
    grid-column: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px 16px 0;
    overflow: visible;
}

body.honadrama-theme main.honadrama-single .honadrama-single__seasons [aria-label="season-title"] {
    display: flex;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0 16px;
    align-items: center;
    border-radius: 999px;
    font-size: 16px;
    line-height: 1.4;
}

body.honadrama-theme main.honadrama-single .honadrama-single__seasons [aria-label="season-title"] p {
    margin: 0;
    padding: 0 7px;
    color: var(--honadrama-muted);
    font-size: 13px;
}

body.honadrama-theme main.honadrama-single .honadrama-single__seasons [aria-label="season-title"]::after {
    flex: 0 0 auto;
    margin-inline-start: auto;
}

body.honadrama-theme main.honadrama-single .honadrama-single__seasons > ul {
    inset: calc(100% + 5px) 16px auto;
    width: auto;
    max-height: 48vh;
    margin: 0;
    overflow-y: auto;
    border-radius: 14px;
    font-size: 14px;
}

body.honadrama-theme main.honadrama-single > span[aria-label="comment"] {
    grid-column: 1;
    width: calc(100% - 32px);
    margin: 16px;
    padding: 0;
}

body.honadrama-theme main.honadrama-single > .honadrama-single__details {
    position: relative;
    grid-column: 1;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 24px 16px 28px;
    overflow: visible;
}

body.honadrama-theme main.honadrama-single .honadrama-single__tabs {
    position: relative;
    display: grid;
    grid-auto-columns: minmax(92px, 1fr);
    grid-auto-flow: column;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid var(--honadrama-border);
    scrollbar-width: none;
}

body.honadrama-theme main.honadrama-single .honadrama-single__tabs::-webkit-scrollbar {
    display: none;
}

body.honadrama-theme main.honadrama-single .honadrama-single__tabs::after {
    display: none;
}

body.honadrama-theme main.honadrama-single .honadrama-single__tabs > .tab {
    display: inline-flex;
    min-width: 0;
    min-height: 50px;
    margin: 0;
    padding: 0 8px;
    align-items: center;
    justify-content: center;
    color: var(--honadrama-muted);
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

body.honadrama-theme main.honadrama-single .honadrama-single__tabs > .tab.active {
    color: var(--honadrama-red);
}

body.honadrama-theme main.honadrama-single ul.tabcontent {
    width: 100%;
    min-width: 0;
    margin: 18px 0 0;
    padding: 0;
}

body.honadrama-theme main.honadrama-single :is(#eps, #related, #assemblies).active {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    align-items: start;
    justify-content: stretch;
}

body.honadrama-theme main.honadrama-single :is(#eps, #related, #assemblies) > li {
    position: relative;
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 11px;
    background: var(--honadrama-surface);
}

body.honadrama-theme main.honadrama-single :is(#eps, #related, #assemblies) > li > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
}

body.honadrama-theme main.honadrama-single :is(#eps, #related, #assemblies) > li > a::after {
    content: "";
    position: absolute;
    inset: 38% 0 0;
    z-index: 2;
    background: linear-gradient(0deg, var(--honadrama-overlay-strong), rgba(22, 22, 34, 0));
    pointer-events: none;
}

body.honadrama-theme main.honadrama-single :is(#eps, #related, #assemblies) img {
    display: block;
    margin: 0;
    border-radius: 0;
}

body.honadrama-theme main.honadrama-single :is(#eps, #related, #assemblies) img:not([alt="logo"]) {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: none;
    mask-image: none;
}

body.honadrama-theme main.honadrama-single :is(#eps, #related, #assemblies) img[alt="logo"] {
    position: absolute;
    z-index: 3;
    inset: 8px 8px auto auto;
    width: min(36%, 74px);
    height: auto;
    max-height: 38px;
    object-fit: contain;
    object-position: right top;
    -webkit-mask-image: none;
    mask-image: none;
}

body.honadrama-theme main.honadrama-single :is(#eps, #related, #assemblies) li i {
    z-index: 3;
    padding: 0;
    font-size: 20px;
}

body.honadrama-theme main.honadrama-single :is(#eps, #related, #assemblies) li em {
    z-index: 3;
    left: 10px;
    bottom: 8px;
    font-size: 21px;
    line-height: 1;
}

body.honadrama-theme main.honadrama-single #eps > div {
    display: none;
}

body.honadrama-theme main.honadrama-single .honadrama-single-card-title {
    position: absolute;
    z-index: 3;
    inset: auto 9px 8px;
    display: -webkit-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--honadrama-text);
    font-size: 14px;
    line-height: 1.45;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

body.honadrama-theme main.honadrama-single #details.active {
    display: grid;
    gap: 0;
}

body.honadrama-theme main.honadrama-single #details li {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    line-height: 1.7;
}

body.honadrama-theme main.honadrama-single #details p,
body.honadrama-theme main.honadrama-single #details a {
    max-width: none;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.7;
}

body.honadrama-theme main.honadrama-single :is(#watch, #download).active {
    max-width: 100%;
}

@media screen and (max-width: 360px) {
    .honadrama-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .honadrama-button {
        flex: 0 0 auto;
        width: 100%;
        height: 44px;
    }

    .honadrama-hero__content {
        bottom: calc(184px + env(safe-area-inset-bottom));
    }

    .site-header__brand .logo {
        font-size: 25px;
    }
}

.honadrama-brand-hub {
    width: calc(100% - 32px);
    padding: 28px 0 38px;
}

.honadrama-brand-hub__intro {
    padding: 23px 19px;
    border-radius: 16px;
}

.honadrama-brand-hub h2 {
    font-size: 27px;
}

.honadrama-brand-hub p {
    font-size: 14px;
}

.honadrama-brand-hub__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    gap: 8px;
}

.honadrama-brand-hub__actions a {
    min-height: 42px;
    padding: 0 9px;
    font-size: 12px;
}

.honadrama-brand-hub__features {
    grid-template-columns: 1fr;
    gap: 10px;
}

.honadrama-brand-hub__features article {
    padding: 20px;
}
}
