/* Datalife Engine template
name: Fresh Green Theme
creation date: 16 August 2025
version dle: 12-14
*/

/* SET BASE
----------------------------------------------- */
* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {
    display: block;
}
img {
    max-width: 100%;
}
.clr {
    clear: both;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body {
    font: 15px 'Montserrat', sans-serif;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    color: #333;
    background: #f5faf7;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0.02em;
}
a {
    color: #4a9c6d;
    text-decoration: none;
    transition: color 0.3s ease, background 0.3s ease;
}
a:hover, a:focus {
    color: #2e7d57;
    text-decoration: underline;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.05em;
    color: #2a5e41;
}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]),
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
    display: inline-block;
    text-align: center;
    padding: 0 24px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    color: #fff;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(74, 156, 109, 0.2);
    transition: all 0.3s ease;
}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover,
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]):hover,
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover {
    background: linear-gradient(135deg, #2e7d57 0%, #1d5c3e 100%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(46, 125, 87, 0.3);
    transform: translateY(-2px);
}
button:active, input[type="button"]:active, input[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

input[type="text"], input[type="password"] {
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
    border: 1px solid #d1e7dd;
    padding: 0 18px;
    background-color: #fff;
    color: #333;
}
select {
    height: 44px;
    border: 1px solid #d1e7dd;
    padding: 0 18px;
    background-color: #fff;
    color: #333;
}
textarea {
    padding: 18px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    border: 1px solid #d1e7dd;
    background-color: #fff;
    color: #333;
}
input[type="text"], input[type="password"], select, textarea {
    width: 100%;
    box-shadow: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
select {
    width: auto;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border-color: #4a9c6d;
    box-shadow: 0 0 0 3px rgba(74, 156, 109, 0.2);
}
input::placeholder, textarea::placeholder {
    color: #a0b8ac;
    opacity: 1;
    font-size: 14px;
    transition: color 0.3s;
}
input:focus::placeholder, textarea:focus::placeholder {
    color: transparent;
}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}
.img-resp {
    padding-top: 70%;
}
.img-resp-vert {
    padding-top: 140%;
}
.img-box img, .img-resp img, .img-resp-vert img {
    width: 100%;
    min-height: 100%;
    display: block;
}
.img-resp img, .img-resp-vert img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.img-wide img {
    width: 100%;
    display: block;
}
.img-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fx-row, #dle-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx-col {
    display: flex;
    flex-direction: column;
}
.fx-center {
    justify-content: center;
}
.fx-middle {
    align-items: center;
}
.fx-start {
    justify-content: flex-start;
}
.fx-first {
    order: -1;
}
.fx-last {
    order: 10;
}
.fx-1 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px;
}
.fx-between {
    justify-content: space-between;
}

b, strong, .fw700 {
    font-weight: 700;
}
.icon-left [class*="fa-"], .icon-left .icon {
    margin-right: 10px;
}
.icon-right [class*="fa-"], .icon-right .icon {
    margin-left: 10px;
}
.hidden, #dofullsearch {
    display: none;
}
.anim, .btn, button, .popular-item-img::before, .short-item a, .sidebar a, .header-btn,
.short-img, .footer a, .side-nav a {
    transition: all .3s ease;
}
.mtitle, .sub-title h1, .form-wrap h1 {
    margin-bottom: 30px;
    font-size: 28px !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #2a5e41;
}
#dle-content > * {
    width: 100%;
}


/* BASIC GRID
----------------------------------------------- */
.wrap {
    min-width: 320px;
    position: relative;
    padding: 30px;
}
.wrap-center {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.wrap-main {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}
.header {
    padding: 25px 40px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.cols {
    padding: 40px;
}
.main {
    min-height: 100vh;
}
.sidebar {
    width: 320px;
    margin-right: 40px;
}
.footer {
    background-color: #2a5e41;
    padding: 25px 40px;
    color: #d1e7dd;
    border-radius: 0 0 20px 20px;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer a:hover {
    color: #d1e7dd;
}

#gotop {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 20px;
    bottom: 20px;
    z-index: 990;
    display: none;
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 10px 25px rgba(74, 156, 109, 0.3);
    transition: all 0.3s ease;
}
#gotop:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #2e7d57 0%, #1d5c3e 100%);
    box-shadow: 0 15px 30px rgba(46, 125, 87, 0.4);
}


/* HEADER
----------------------------------------------- */
.logo {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    color: #fff;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 20px;
    font-weight: 800;
}

.logo-text {
    font-size: 28px;
    font-weight: 800;
    color: #2a5e41;
    letter-spacing: 1px;
}

.logo-text span {
    color: #4a9c6d;
    font-weight: 900;
    position: relative;
}

.logo-text span:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #4a9c6d, transparent);
    animation: underline 2s infinite ease-in-out;
}

@keyframes underline {
    0% { transform: scaleX(0); }
    50% { transform: scaleX(1); }
    100% { transform: scaleX(0); }
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
}

.footer-logo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 800;
}

.footer-logo-text {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.footer-logo-text span {
    color: #d1e7dd;
}

.footer-copyright {
    font-size: 14px;
    color: #d1e7dd;
    line-height: 1.5;
}

.footer-copyright a {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.header-btn {
    padding: 0 40px;
}
.search-wrap {
    position: relative;
    margin: 0 20px 0 40px;
}
.search-box input, .search-box input:focus {
    padding: 0 55px 0 20px;
    border-radius: 22px;
    background-color: #fff;
    border: 1px solid #d1e7dd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}
.search-box input:focus {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05), 0 0 0 3px rgba(74, 156, 109, 0.2);
    border-color: #4a9c6d;
}
.search-box input:not(:focus)::placeholder {
    color: #a0b8ac;
    opacity: 0.8;
    font-size: 14px;
}
.search-box button {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width: 50px;
    cursor: pointer;
    background: transparent;
    color: #4a9c6d;
    line-height: 44px;
    text-align: center;
    border-radius: 0 22px 22px 0;
    font-size: 18px;
}
.search-box button:hover {
    color: #2e7d57;
}

.carou-content {
    height: 250px;
}
.carou-sect {
    padding: 25px 40px;
    background-color: #f5faf7;
}
.carou-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #2a5e41;
}
.popular-item-img {
    display: block;
    border-radius: 12px;
    height: 250px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.popular-item-title {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    word-wrap: break-word;
    font-size: 18px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.popular-item-img:before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: linear-gradient(to bottom, transparent 0%, rgba(42, 94, 65, 0.8) 100%);
    opacity: 1;
    transition: opacity 0.3s ease;
}
.popular-item:hover .popular-item-img:before, .popular-item:hover .popular-item-title {
    opacity: 0;
    transform: translateY(10px);
}


/* SIDEBAR
----------------------------------------------- */
.side-box {
    margin-bottom: 40px;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border: 1px solid #e0efe7;
}
.side-bt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #2a5e41;
}
.mb-remove {
    margin-bottom: -20px;
}

.nav-col {
    width: 55%;
}
.nav-col + .nav-col {
    width: 40%;
}
.nav-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: #2a5e41;
}
.nav-menu + .nav-title {
    margin-top: 20px;
}
.nav-menu a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #5a7a68;
    transition: color 0.3s ease;
}
.nav-menu a:hover, a.short-title:hover, .side-popular-item:hover .side-popular-item-title {
    color: #2e7d57;
}

.side-popular-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.side-popular-item-img {
    width: 80px;
    height: 110px;
    border-radius: 8px;
    margin-right: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.side-popular-item:hover .side-popular-item-img {
    transform: scale(1.05);
}
.side-popular-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #2a5e41;
    transition: color 0.3s ease;
}
.side-popular-item-info {
    color: #5a7a68;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
}
.side-popular-item-date {
    color: #a0b8ac;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
}

.side-recommend-item {
    display: block;
    margin-bottom: 20px;
    width: 46.6%;
}
.side-recommend-item-img {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.side-recommend-item:hover .side-recommend-item-img {
    transform: scale(1.05);
}

.lcomm {
    margin-bottom: 20px;
}
.ltitle {
    display: block;
    line-height: 1.4;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    color: #2a5e41;
}
.ltext {
    line-height: 1.5;
    background-color: #f5faf7;
    padding: 15px;
    border-radius: 12px;
    margin-top: 10px;
    border: 1px solid #e0efe7;
}
.lmeta {
    font-size: 13px;
    margin-top: 10px;
    color: #5a7a68;
    font-weight: 300;
}
.ldate, .lav, .lname {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.lav {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
.lcomm .comm-letter {
    line-height: 24px;
    font-size: 14px;
    background: #4a9c6d;
    color: #fff;
}
.lname {
    color: #2e7d57;
    font-weight: 500;
}


/* SECTION
----------------------------------------------- */
.sect {
    margin-bottom: 40px;
}
.sect-header {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sect:last-child {
    margin-bottom: 0;
}
.sect-title {
    font-weight: 700;
    font-size: 26px;
    color: #2a5e41;
}
.sect-title [class*=fa-], .side-bt [class*=fa-], .speedbar [class*=fa-], .carou-title [class*=fa-] {
    color: #4a9c6d;
    margin-right: 15px;
}
.sorter, .sect-link {
    position: relative;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    margin-left: 15px;
    padding: 0 15px;
    background-color: #f5faf7;
    border-radius: 8px;
    font-size: 14px;
    display: block;
    color: #5a7a68;
    border: 1px solid #d1e7dd;
    transition: all 0.3s ease;
}
.sorter:before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: top;
}
.sorter > span {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.sorter form {
    display: none;
    background-color: #fff;
    padding: 15px;
    line-height: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    z-index: 999;
    border-radius: 10px;
    border: 1px solid #d1e7dd;
}
.sorter a:hover {
    color: #2e7d57;
}
.sort li.asc a:after, .sort li.desc a:after {
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-left: 10px;
    font-weight: 300;
}
.sort li.desc a:after {
    content: "\f062";
}
.sorter:hover, .sect-link:hover {
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    color: #fff;
    border-color: transparent;
}


/* SHORT ITEM
----------------------------------------------- */
.short-item {
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border: 1px solid #e0efe7;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.short-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.short-img {
    width: 180px;
    height: 260px;
    margin-right: 25px;
    display: block;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.short-header {
    margin-bottom: 12px;
}
.short-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #2a5e41;
}
.short-text {
    font-size: 15px;
    line-height: 1.7;
    color: #5a7a68;
}
.short-list li {
    position: relative;
    padding-left: 130px;
    margin: 6px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
.short-list li > span:first-child {
    position: absolute;
    left: 0;
    top: 0;
    color: #5a7a68;
    font-weight: 500;
}
.short-list a {
    color: #4a9c6d;
    border-bottom: 1px dotted #4a9c6d;
}
.short-list a:hover {
    color: #2e7d57;
    border-bottom-color: #2e7d57;
}
.short-meta {
    margin-top: 15px;
    color: #5a7a68;
    font-size: 14px;
    font-weight: 300;
}
.short-meta-item {
    margin-right: 25px;
}
.short-rating {
    line-height: 32px;
    background-color: #f5faf7;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #d1e7dd;
    margin-right: 25px;
    box-shadow: none;
}
.short-rating .fa-thumbs-up {
    color: #4a9c6d;
    margin-right: 10px;
}
.short-rating .fa-thumbs-down {
    color: #e74c3c;
    margin: 0 10px;
}
.short-label {
    background: linear-gradient(45deg, #4a9c6d, #2e7d57);
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 6px rgba(74, 156, 109, 0.3);
}
.short-btn {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 15px;
    border-radius: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.short-rate-in {
    line-height: 36px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    opacity: 0.8;
    padding: 0 8px;
    margin-left: 12px;
    font-weight: 600;
}
.short-rate-in:before {
    content: attr(data-text);
    display: inline;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #5a7a68;
}
.short-rate-kp {
    background-color: #f5faf7;
    color: #e67e22;
    border: 1px solid #d1e7dd;
}
.short-rate-imdb {
    background-color: #f5faf7;
    color: #f1c40f;
    border: 1px solid #d1e7dd;
}
.mrating {
    margin-right: 25px;
    overflow: hidden;
}
.mrating a {
    transition: none;
}
.short-img:hover {
    opacity: 0.9;
}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {
    line-height: 1.7;
    color: #5a7a68;
    font-size: 15px;
    padding: 40px;
    border-top: 1px solid #e0efe7;
}
.site-desc h1, .site-desc h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2a5e41;
}
.site-desc li {
    list-style-type: disc;
    margin-left: 40px;
}
.site-desc p {
    margin-bottom: 15px;
}
.site-desc > *:last-child {
    margin-bottom: 0;
}
.site-desc a {
    color: #4a9c6d;
    text-decoration: underline;
}
.site-desc a:hover {
    color: #2e7d57;
}
.site-desc img {
    float: left;
    max-width: 250px;
    margin: 0 20px 20px 0;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
    margin-bottom: -15px;
    text-align: center;
}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
    display: inline-block;
    padding: 0 15px;
    margin: 0 10px 15px 0px;
    line-height: 54px;
    min-width: 54px;
    background-color: #f5faf7;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #2a5e41;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #d1e7dd;
    transition: all 0.3s ease;
}
.navigation span:not(.nav_ext), .pagi-nav a:hover {
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    color: #fff;
    border-color: transparent;
}


/* FULL
----------------------------------------------- */
.speedbar {
    font-size: 14px;
    color: #5a7a68;
    margin-bottom: 25px;
}
.speedbar .fal {
    margin-right: 8px;
    color: #4a9c6d;
}
.fleft {
    width: 220px;
    margin-right: 30px;
}
.fimg {
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.ftext {
    margin: 20px 0;
}
.fcols .short-list li {
    font-size: 14px;
    padding-left: 100px;
}
.fcols .short-list li > span:first-child {
    color: #5a7a68;
}
.fcols .short-meta-item:last-child {
    margin-right: 0;
}
h1 a {
    margin-left: 15px;
    font-size: 16px;
    color: #5a7a68;
}
.fcols {
    padding: 25px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border: 1px solid #e0efe7;
}
.frels .popular-item-img:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(42, 94, 65, 0.8) 100%);
}

.fsubtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #2a5e41;
}
.fplayer {
    position: relative;
    background-color: #f5faf7;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    border: 1px solid #d1e7dd;
    margin: 30px 0;
}
.fctrl {
    padding-right: 25px;
}
.fplayer .tabs-sel span {
    display: inline-block;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    background-color: rgba(210, 231, 221, 0.5);
    font-weight: 600;
    border-radius: 22px;
    color: #5a7a68;
    transition: all 0.3s ease;
}
.fplayer .tabs-sel span.current {
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    color: #fff;
}
.fplayer .tabs-sel span:hover {
    color: #2a5e41;
    background-color: rgba(210, 231, 221, 0.8);
}
.js .tabs-b {
    background-color: #fff;
    display: none;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d1e7dd;
}
.js .tabs-b.visible {
    display: block;
}
.fcompl a:hover, .ffav a:hover, .ffav span:hover {
    color: #2e7d57;
    cursor: pointer;
}
.fcompl, .ffav {
    margin-left: 25px;
}

.fshare {
    padding: 15px;
    text-align: center;
    white-space: nowrap;
}
.fshare .fab, .fshare .fas {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background-color: #4a9c6d;
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.fshare .fab:hover, .fshare .fas:hover {
    transform: translateY(-3px);
    background-color: #2e7d57;
}
.fab.fa-vk {
    background-color: #5075a5;
}
.fab.fa-facebook-f {
    background-color: #4b6baf;
}
.fab.fa-twitter {
    background-color: #2daae1;
}
.fab.fa-odnoklassniki, .fa.fa-rss {
    background-color: #FC6D00;
}
.fas.fa-paper-plane {
    background-color: #5682a3;
}
.fshare .fa-facebook-f::before {
    content: "\f39e" !important;
}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
    max-width: 100% !important;
    display: block;
    width: 100%;
    height: 500px;
}
.mejs-container {
    max-width: 100% !important;
}
.full-text {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}
.full-text img:not(.emoji) {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 12px;
}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {
    margin: 0 20px 20px 0;
}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {
    margin: 0 0 20px 20px;
}
.full-text a {
    text-decoration: underline;
    color: #4a9c6d;
}
.full-text a:hover {
    color: #2e7d57;
}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {
    margin: 20px 0 15px 0;
    font-size: 24px;
    font-weight: 700;
    color: #2a5e41;
}
.full-text p {
    margin-bottom: 15px;
}
.full-text > ul, .full-text > ol {
    margin: 0;
    margin-bottom: 15px;
}
.full-text > ul li {
    list-style: disc;
    margin-left: 40px;
}
.full-text > ol li {
    list-style: decimal;
    margin-left: 40px;
}


/* COMMENTS
----------------------------------------------- */
.add-comms {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border: 1px solid #e0efe7;
}
.ac-inputs input {
    width: 48.5%;
    margin-bottom: 20px;
}
.ac-textarea textarea {
    height: 120px;
    margin-bottom: 20px;
}
.add-comms input, .add-comms textarea, .ac-submit button {}
.ac-protect, .ac-textarea .bb-editor + br {
    display: none;
}
.comments_subscribe input {
    margin-right: 10px;
}
.comments_subscribe {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #5a7a68;
}
.mass_comments_action {
    display: none;
}
.last-comm-link {
    display: inline-block;
    padding-bottom: 20px;
    color: #4a9c6d;
    font-size: 18px;
}

.comm-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}
.comm-letter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.comm-item {
    font-size: 14px;
    padding-left: 60px;
    position: relative;
    min-height: 44px;
    margin-bottom: 25px;
}
.comm-two {
    margin: 8px 0 12px 0;
    background-color: #f5faf7;
    padding: 15px;
    border-radius: 12px;
    line-height: 1.6;
    border: 1px solid #d1e7dd;
}
.comm-one > span {
    margin-right: 18px;
    opacity: 0.8;
    font-size: 13px;
    color: #5a7a68;
}
.comm-one > span.comm-author, .comm-one > span.comm-author a {
    font-weight: 600;
    opacity: 1;
    color: #2a5e41;
}
.comm-three-left > a, .comm-three-right li a {
    opacity: 0.8;
    transition: opacity 0.3s;
    color: #5a7a68;
}
.comm-three-right li {
    display: inline-block;
    margin-left: 18px;
}
.comm-rate3 {
    white-space: nowrap;
    margin-right: 18px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -3px;
}
.comm-rate3 a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 0.8;
    color: #5a7a68;
}
.comm-rate3 a:hover {
    opacity: 1;
    color: #2a5e41;
}
.comm-rate3 a:first-child {
    top: -5px;
}
.comm-rate3 > span {
    margin: 0 6px;
    font-weight: 600;
}
.comm-rate3 > span > span.ratingtypeplus {
    color: #4a9c6d;
}
.comm-rate3 > span > span.ratingplus {
    color: #4a9c6d;
}
.comm-rate3 > span > span.ratingminus {
    color: #e74c3c;
}
.comm-three a:hover {
    border-bottom-color: transparent;
}
.comm-three-left > a {
    opacity: 1;
    color: #5a7a68;
    border-bottom: 1px dotted #5a7a68;
}
.comm-three-left > a:hover {
    color: #2e7d57;
    border-bottom-color: #2e7d57;
}


/* LOGIN
----------------------------------------------- */
.overlay-box {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: rgba(42, 94, 65, 0.8);
    cursor: pointer;
    backdrop-filter: blur(5px);
}
.login-box {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 30px 60px 40px 60px;
    border-top: 5px solid #4a9c6d;
    width: 450px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    border-radius: 16px;
}
.login-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: -40px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s;
}
.login-close:hover {
    background: #4a9c6d;
    color: #fff;
}
.login-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #2a5e41;
}
.login-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    color: #fff;
}
.login-input {
    margin-bottom: 20px;
}
.login-btn button {
    width: 100%;
    margin: 20px 0;
}
.login-btm a {
    border-bottom: 1px dotted #4a9c6d;
    color: #4a9c6d;
    font-size: 14px;
}
.login-btm a:hover {
    color: #2e7d57;
    border-bottom-color: #2e7d57;
}
.login-check {
    position: relative;
    font-size: 15px;
    color: #5a7a68;
}
.login-check input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.login-check span {
    display: block;
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
}
.login-check span:before, .login-check span:after{
    content: '';
    position: absolute;
    top: 50%;
    transition: .3s;
}
.login-check span:before{
    left: 0;
    height: 16px;
    margin-top: -8px;
    width: 16px;
    border-radius: 4px;
    background: #f5faf7;
    border: 1px solid #d1e7dd;
}
.login-check span:after{
    left: 1px;
    height: 14px;
    width: 14px;
    margin-top: -7px;
    background: transparent;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,0);
}
.login-check input:checked + span:before {
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    border-color: transparent;
}
.login-check input:checked + span:after {
    left: 1px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9.543 17.653l-5.698-5.698 1.414-1.414 4.284 4.284 8.784-8.784 1.414 1.414z'/%3E%3C/svg%3E") no-repeat center;
    background-size: 100%;
}
.login-menu {
    border-top: 1px solid #d1e7dd;
    border-left: 1px solid #d1e7dd;
    margin-top: 20px;
}
.login-menu li {
    text-align: center;
    border-right: 1px solid #d1e7dd;
    border-bottom: 1px solid #d1e7dd;
    width: 50%;
}
.login-menu a {
    display: block;
    padding: 12px 5px;
    font-size: 14px;
    color: #5a7a68;
    transition: color 0.3s;
}
.login-menu a:hover {
    color: #2a5e41;
}
.login-menu li .fa {
    display: none;
}
.login-admin {
    text-align: center;
    margin: -10px 0 25px 0;
}
.login-soc-title {
    display: flex;
    align-items: center;
    margin: 30px 0 15px 0;
    color: #5a7a68;
}
.login-soc-title:before, .login-soc-title:after {
    content: '';
    height: 1px;
    background-color: #d1e7dd;
    flex: 1;
}
.login-soc-title:before {
    margin-right: 15px;
}
.login-soc-title:after {
    margin-left: 15px;
}
.login-soc-btns {
    text-align: center;
}
.login-soc-btns a {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}
.login-soc-btns img {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


/**
 * Owl Carousel v2.3.4
 */
.owl-carousel {
    display: none;
    opacity: 0;
    transition: opacity .3s linear;
    width: 100%;
    position: relative;
    z-index: 10;
}
.owl-carousel .owl-stage {
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {
    display: block;
    opacity: 1;
}
.owl-carousel.owl-loading, .owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-drag .owl-item {
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: grab;
}
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
.owl-height {
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.owl-prev, .owl-next {
    display: block;
    cursor: pointer;
    background: none;
    color: #4a9c6d;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: -50px;
    box-shadow: none;
    font-size: 32px;
    transition: color 0.3s;
}
.owl-prev {
    right: 50px;
}
.owl-next {
    right: 0px;
}
.owl-prev:hover, .owl-next:hover {
    color: #2e7d57;
}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {
    display: none;
}
.side-panel {
    width: 300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    padding: 25px;
    z-index: 9999;
    position: fixed;
    left: -320px;
    top: 0;
    transition: left .4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    border-right: 1px solid #d1e7dd;
}
.side-panel.active {
    left: 0;
}
.close-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    display: none;
    backdrop-filter: blur(5px);
}
.btn-close {
    cursor: pointer;
    display: block;
    left: 300px;
    top: -50px;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background: linear-gradient(135deg, #4a9c6d 0%, #2e7d57 100%);
    color: #fff;
    transition: top .4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.btn-close.active {
    top: 0px;
}
body.opened-menu {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.side-panel .side-nav a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.side-panel .side-box {
    margin-bottom: 20px;
    background: none;
    padding: 0;
    box-shadow: none;
}

@media screen and (max-width: 1280px) {
    .wrap {
        padding: 0;
        overflow: hidden;
    }
    .wrap-main {
        border-radius: 0;
    }
    .header, .footer, .cols, .carou-sect {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0;
        background-image: none;
    }
    .wrap-center {
        max-width: 100%;
    }
    .sidebar {
        display: none;
    }
    .btn-menu {
        display: block;
        font-size: 32px;
        margin-left: 20px;
        cursor: pointer;
        color: #4a9c6d;
    }
    .btn-menu:hover {
        color: #2e7d57;
    }
    .cols {
        padding-top: 20px;
    }
    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
        height: 400px;
    }
}

@media screen and (max-width: 992px) {
    .wrap-center {
        max-width: 960px;
    }
    .short-meta-item:not(.mrating-count) {
        display: none;
    }
    .footer {
        display: block;
        text-align: center;
    }
    .footer-copyright {
        margin: 0 0 20px 0;
    }
    .fplayer .tabs-sel span {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .wrap-center {
        max-width: 720px;
    }
    .not-logged .login-avatar {
        display: none;
    }
    .login-close {
        top: -5px;
    }
    .login-title {
        font-size: 22px;
    }
    .login-box {
        max-width: calc(100% - 40px);
        padding: 20px;
    }
    .search-wrap {
        order: 10;
        min-width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .header-btn {
        padding: 0 10px;
    }
    .logo {
        flex-grow: 1;
        min-width: 50px;
        position: relative;
        margin-right: 20px;
    }

    .fcols {
        display: block;
        padding: 0;
        background-color: transparent;
    }
    .fleft {
        margin: 0 auto 15px auto;
    }
    .fcols:after {
        content: "";
        display: table;
        clear: both;
    }
    .short-rates {
        width: 100%;
        margin: 15px 0 0 -10px;
        justify-content: flex-start;
    }
    .fcols .short-list li {
        padding-left: 100px;
    }
    .mrating-count {
        text-align: right;
        margin-right: 0;
        margin-left: -20px;
    }
    .ffav, .fcompl {
        display: none;
    }
    .fctrl {
        padding: 0;
    }

    .dcont button {
        font-size: 12px;
        padding: 0 15px !important;
    }
    .comments-tree-list .comments-tree-list {
        padding-left: 0px !important;
    }
    .comments-tree-list .comments-tree-list::before {
        display: none;
    }
    .mass_comments_action {
        display: none;
    }
    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
        height: 300px;
    }
}

@media screen and (max-width: 576px) {
    .wrap-center {
        max-width: 540px;
    }
    .short-item {
        width: 48% !important;
        margin-bottom: 15px;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .short-item:hover {
        transform: none;
        box-shadow: none;
    }
    .short-item .short-img {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        padding-top: 150%;
        height: auto;
    }
    .short-item .short-meta, .short-item .short-list, .short-item .short-rates, .sect-title .fal {
        display: none;
    }
    .short-item .short-title {
        white-space: normal;
        font-size: 16px;
        line-height: 1.3;
    }
    .short-item .short-img img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .navigation {
        justify-content: center;
    }
    .sect-title, .logo {
        font-size: 20px;
    }

    .ac-inputs input {
        width: 100%;
    }
    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
        height: 250px;
    }
    .ui-dialog {
        width: 100% !important;
    }
    .upop-left, .upop-right {
        float: none !important;
        width: 100% !important;
        margin: 0;
        padding: 0 15px;
    }
    .upop-left {
        margin-bottom: 10px;
        text-align: center;
    }
    .ui-dialog-buttonset button {
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
    }
    #dofullsearch, #searchsuggestions span.seperator {
        display: none !important;
    }
    .attach .download-link {
        margin: 0 -15px 0 0;
        float: none;
        display: block;
        padding: 0 10px;
    }
    .attach-info {
        float: none;
    }
    .footer {
        padding: 20px;
    }
    .header {
        padding: 20px;
    }
    .cols {
        padding: 20px;
    }
    .carou-sect {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .fleft {
        width: 100%;
    }
    .fimg {
        height: 180px;
        box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }
    .fimg img {
        height: 100%;
        object-fit: cover;
    }
    .fimg:before {
        content: '';
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        bottom: 0;
        height: 70%;
        background: linear-gradient(to bottom, transparent 0%, rgba(42, 94, 65, 0.8) 100%);
        opacity: 1;
    }
    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
        height: 200px;
    }
    .login-box {
        padding: 20px;
    }
    .login-close {
        right: 0;
        top: -30px;
    }
}
/* Movie Info Block - под плеером */
.movie-info-block-full {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    margin: 20px 0 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border: 1px solid #d1e7dd;
}

.movie-info-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.movie-info-row {
    display: flex;
    align-items: center;
    flex: 1 1 calc(50% - 15px);
    min-width: 200px;
    font-size: 14px;
    line-height: 1.5;
}

.movie-info-label {
    font-weight: 600;
    color: #2a5e41;
    margin-right: 8px;
    white-space: nowrap;
}

.movie-info-value {
    color: #333;
}

/* Молния только для Сезона и Серий */
.movie-info-row:nth-child(1) .movie-info-value::before,
.movie-info-row:nth-child(4) .movie-info-value::before {
    content: "♦";
    margin-right: 6px;
    color: #4a9c6d;
    font-size: 12px;
}

/* Альтернативный вариант - если порядок может меняться */
.movie-info-row:has(span.movie-info-label:contains("Сезон")) .movie-info-value::before,
.movie-info-row:has(span.movie-info-label:contains("Серии")) .movie-info-value::before {
    content: "♦";
    margin-right: 6px;
    color: #4a9c6d;
    font-size: 12px;
}

/* Адаптивность */
@media screen and (max-width: 768px) {
    .movie-info-row {
        flex: 1 1 100%;
    }
    
    .movie-info-block-full {
        padding: 15px;
        margin: 15px 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .movie-info-row {
        font-size: 13px;
    }
    
    .movie-info-label {
        min-width: 100px;
    }
}