/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.lcab-shot .lcab-shot__actions{
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    right: 4px;
    top: 20%;
}

/* Reader v2 + single comments polish */
body.single-post .entry-image.post-card{
    max-width:65%!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
body.single-post .entry-image.post-card img{
    width:100%!important;
    min-height:0!important;
    max-height:360px!important;
    object-fit:cover!important;
}
body.single-post .comment-list{
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:0!important;
    margin:24px 0!important;
    list-style:none!important;
}
body.single-post .comment-list .comment{
    list-style:none!important;
    margin:0!important;
}
body.single-post .comment-list .comment-body{
    position:relative;
    display:grid;
    grid-template-columns:48px minmax(0,1fr);
    gap:12px 14px;
    padding:16px!important;
    border:1px solid rgba(148,163,184,.28)!important;
    border-radius:18px!important;
    background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,250,252,.9))!important;
    box-shadow:0 12px 34px rgba(15,23,42,.08)!important;
}
body.single-post .comment-list .children{
    margin:12px 0 0 36px!important;
    padding-left:18px!important;
    border-left:2px solid rgba(99,102,241,.18);
    display:flex;
    flex-direction:column;
    gap:12px;
}
body.single-post .comment-avatar{
    grid-row:1 / span 3;
}
body.single-post .comment-avatar img{
    width:48px!important;
    height:48px!important;
    border-radius:50%!important;
    object-fit:cover!important;
    border:2px solid #fff!important;
    box-shadow:0 8px 18px rgba(15,23,42,.18)!important;
}
body.single-post .comment-meta{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    margin:0!important;
    min-width:0;
}
body.single-post .comment-author,
body.single-post .comment-author a{
    color:#0f172a!important;
    font-size:15px!important;
    font-weight:800!important;
    text-decoration:none!important;
}
body.single-post .comment-time{
    color:#64748b!important;
    font-size:12px!important;
}
body.single-post .comment-content{
    min-width:0;
    color:#1f2937!important;
    font-size:15px!important;
    line-height:1.58!important;
}
body.single-post .comment-content p{
    margin:0 0 10px!important;
}
body.single-post .comment-content .expert-review-likes--size-s{
    width:auto!important;
    margin:8px 0 0!important;
    padding:0!important;
    gap:6px!important;
    justify-content:flex-start!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}
body.single-post .comment-content .expert-review-likes--size-s::before{
    display:none!important;
}
body.single-post .comment-content .expert-review-likes--size-s .expert-review-likes__button{
    min-height:26px!important;
    height:26px!important;
    padding:0 8px!important;
    border-radius:999px!important;
    font-size:12px!important;
    gap:4px!important;
}
body.single-post .comment-content .expert-review-likes--size-s .expert-review-likes__icon{
    width:15px!important;
    height:15px!important;
    min-width:15px!important;
}
body.single-post .comment-content .expert-review-likes--size-s .expert-review-likes__icon svg{
    width:10px!important;
    height:10px!important;
}
body.single-post .comment-content .expert-review-likes--size-s .expert-review-likes__count{
    font-size:11px!important;
}
body.single-post .reply{
    margin:0!important;
}
body.single-post .comment-reply-link,
body.single-post .comment-reply-login{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:30px!important;
    padding:0 12px!important;
    border-radius:999px!important;
    background:#eff6ff!important;
    color:#2563eb!important;
    font-size:12px!important;
    font-weight:800!important;
    text-decoration:none!important;
    cursor:pointer!important;
}
.lacorn-reader{
    background:#0f172a!important;
}
.lacorn-reader[data-reader-theme="light"]{
    background:#f8fafc!important;
    color:#0f172a!important;
}
.lacorn-reader[data-reader-theme="dark"]{
    background:#050816!important;
    color:#e5e7eb!important;
}
.lacorn-reader[data-reader-theme="book"]{
    background:#efe2c6!important;
    color:#2f2418!important;
}
.lacorn-reader__top{
    grid-template-columns:minmax(0,1fr) auto auto auto!important;
}
.lacorn-reader__theme,
.lacorn-reader-settings__themes{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}
.lacorn-reader__theme button,
.lacorn-reader-settings__themes button{
    border:1px solid rgba(148,163,184,.35);
    border-radius:999px;
    background:rgba(255,255,255,.12);
    color:inherit;
    min-height:34px;
    padding:0 12px;
    font-weight:800;
    cursor:pointer;
}
.lacorn-reader__theme button.is-active,
.lacorn-reader-settings__themes button.is-active{
    background:linear-gradient(135deg,#4f46e5,#06b6d4);
    color:#fff;
    border-color:transparent;
}
.lacorn-reader[data-reader-theme="light"] .lacorn-reader__stage,
.lacorn-reader[data-reader-theme="light"] .lacorn-reader__text{
    background:#fff!important;
    color:#111827!important;
}
.lacorn-reader[data-reader-theme="dark"] .lacorn-reader__stage,
.lacorn-reader[data-reader-theme="dark"] .lacorn-reader__text{
    background:#0b1020!important;
    color:#e5e7eb!important;
}
.lacorn-reader[data-reader-theme="book"] .lacorn-reader__stage,
.lacorn-reader[data-reader-theme="book"] .lacorn-reader__text{
    background:#fff8e7!important;
    color:#302416!important;
}
@media (max-width: 760px){
    body.single-post .entry-image.post-card{
        max-width:100%!important;
    }
    body.single-post .entry-image.post-card img{
        max-height:260px!important;
    }
    body.single-post .comment-list .comment-body{
        grid-template-columns:40px minmax(0,1fr);
        padding:13px!important;
        border-radius:15px!important;
    }
    body.single-post .comment-avatar img{
        width:40px!important;
        height:40px!important;
    }
    body.single-post .comment-list .children{
        margin-left:12px!important;
        padding-left:12px!important;
    }
    .lacorn-reader__top{
        grid-template-columns:1fr auto!important;
        padding:10px!important;
    }
    .lacorn-reader__theme{
        grid-column:1 / -1;
        order:3;
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:2px;
    }
    .lacorn-reader__actions{
        grid-column:1 / -1;
        justify-content:space-between!important;
        width:100%;
        order:4;
    }
    .lacorn-reader__actions button:not([data-reader-close]){
        display:inline-flex!important;
    }
    .lacorn-reader__stage{
        top:122px!important;
        bottom:64px!important;
    }
    .lacorn-reader__bottom{
        position:fixed!important;
        left:0!important;
        right:0!important;
        bottom:0!important;
        border-radius:18px 18px 0 0!important;
        padding:10px!important;
        background:rgba(15,23,42,.92)!important;
        z-index:1000001!important;
    }
}

.lcab-shot .lc-wall-votes{
    flex-direction: column;
}

.lc-wall-collection__prev {
    left: 10px;
}

.lc-wall-collection__next {
    right: 10px;
}

.lc-wall-collection{
    margin: 0 !important;
}

.lcab-wall-card{
    width: 100%;
}

.lcab-feed-body {
    width: 100%;
}

.lcab-header{
    width: 100%;
}

/* Счетчик просмотров в правом верхнем углу в ленте */
.lcab-feed-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lcab-feed-views {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #64748b;
    margin-left: 8px;
}

.lcab-feed-date {
    font-size: 13px;
    color: #64748b;
    white-space: nowrap;
}


.lc-wall-collection{
    max-width: 100%;display: flex; flex-direction: column;
}

.lcab-mobile-nav.is-visible{
    max-height: 90px;
}

.lcab-shot .lc-wall-vote-btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    gap: 2px;
}

.lcab-shot .lcab-shot__link{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    gap: 2px;
    position: relative;
}

.lcab-shot .lcab-shot__meta{
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
    align-items: flex-start;
}

.lcab-shot .lcab-shot__overlay {
    padding: 10px;
    background-color: rgba(15,23,42,.4);
}

.lcab-shot .lcab-shot__date{
    font-size: 12px;
}

.lcab-shot__link{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.6);
    background: rgba(15,23,42,.4);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}
.lcab-shot__link:hover{
    background: rgba(37,99,235,.6);
}

.lcab-shot .lcab-shot__link span{
    position: absolute;
    background: #fff;
    border-radius: 100%;
    color: #000;
    width: 24px;
    height: 24px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -8px;
    right: -5px;
}

/* Улучшения для видео в SHOT на мобильных устройствах */
.lcab-shot .lc-wall-card__video {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    position: relative;
}

.lcab-shot .lc-wall-card__video-el {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .lcab-shot .lc-wall-card__video {
        min-height: 400px;
        max-height: 70vh;
    }
    
    .lcab-shot .lc-wall-card__video-el {
        object-fit: contain;
        background: #000;
    }
}

.lcab-shot .lcab-shot__date-item button{
    background: #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lcab-shot .lcab-shot__date-item{
    position: relative;
}

.lcab-shot .lcab-shot__date-item .lcab-shot__date{
    position: absolute;
    background: rgba(15, 23, 42, .4);
    padding: 4px 6px;
    border-radius: 6px;
    width: 120px;
    top: -5px;
    right: -126px;
    opacity: 0;
    transition: all 0.3s linear;
}

.lcab-shot .lcab-shot__date-item:hover .lcab-shot__date{
    opacity: 1;
}

.lcab-shot .lcab-shot__meta.lcab-shot__meta-link{
    display: flex;
    gap: 6px;
    flex-direction: row;
}

.lcab-shot__comments-btn{
    border: 1px solid rgba(255,255,255,.6);
    background: rgba(15,23,42,.4);
}
.lcab-shot__meta-link{
    display: flex;
    gap: 10px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.lcab-shot__meta-link{
    color: #fff !important;
}

a.lcab-shot__meta, a.lcab-shot__meta:visited{
    color: #fff !important;
}
.lcab-shot__meta-link:hover .lcab-shot__name{
    text-decoration: underline;
}

.lcab-shot__comments{
    pointer-events: auto;
    margin-top: 14px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(15,23,42,.65);
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 260px;
    overflow-y: auto;
}
.lcab-shot__comments-empty,
.lcab-shot__comments-login{
    font-size: 13px;
    color: rgba(226,232,240,.9);
}
.lcab-shot__comments-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.lcab-shot__comment{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #f8fafc;
}
.lcab-shot__comment-avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,.55);
}
.lcab-shot__comment-body{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
}
.lcab-shot__comment-head{
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.lcab-shot__comment-author{
    font-weight: 700;
}
.lcab-shot__comment-date{
    font-size: 12px;
    color: rgba(226,232,240,.7);
}
.lcab-shot__comment-text{
    line-height: 1.5;
    white-space: pre-line;
}
.lcab-shot__comment-pending{
    font-size: 12px;
    color: #facc15;
}
.lcab-shot__comment-form{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lcab-shot__comment-form textarea{
    width: 100%;
    min-height: 90px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(15,23,42,.5);
    color: #fff;
    padding: 10px;
    font-size: 13px;
    resize: vertical;
}
.lcab-shot__comment-actions{
    display: flex;
    justify-content: flex-end;
}
.lcab-shot__comment-submit{
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.6);
    background: rgba(37,99,235,.8);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.lcab-shot__comment-submit[disabled]{
    opacity: .6;
    cursor: default;
}
.lcab-shot__comment-msg{
    font-size: 12px;
    color: rgba(226,232,240,.9);
}
.lcab-shot__comment-msg.is-error{
    color: #fecaca;
}
.lcab-shot__comment-msg.is-success{
    color: #bbf7d0;
}
.action-buttons-block {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px;

}

.action-buttons-cell {
    flex: 1 1 auto;
    margin: 0 5px;
    flex-grow: 1;
    flex-basis: 0;
}

.action-buttons-cell button, .advanced-search-form button {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000000;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 1px 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 1px 1px 1px 0 rgba(0, 0, 0, .1);
    padding: .5em 1em .5em 1em;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    color: #4d3bfe;
}

.action-buttons-cell button.action, .advanced-search-form button.action {
    background-color: rgb(77, 59, 254);
    border-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.favorite-tabs {
    margin: 20px 0;
}
.container {
    margin: 1rem;
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.tab {
    display: flex;
    flex-direction: column;
}

.tab-nav > input[type="radio"] {
    display: none;
}

.tab-content {
    display: none;
}

#content-1:has(~ .tab-nav > #tab-btn-1:checked),
#content-2:has(~ .tab-nav > #tab-btn-2:checked),
#content-3:has(~ .tab-nav > #tab-btn-3:checked),
#content-4:has(~ .tab-nav > #tab-btn-4:checked),
#content-5:has(~ .tab-nav > #tab-btn-5:checked),
#content-6:has(~ .tab-nav > #tab-btn-6:checked),
#content-7:has(~ .tab-nav > #tab-btn-7:checked),
#content-8:has(~ .tab-nav > #tab-btn-8:checked) {
    display: block;
}

.tab-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
    order: -1;
}

.tab-nav > label {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    background: 0 0;
    border: 1px solid transparent;
    margin-bottom: -1px;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    -webkit-appearance: button;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    cursor: pointer;
}

.lcab-shot{
    position: relative;
}


.tab-nav > input[type="radio"]:checked + label {
    color: #000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    cursor: pointer;
}


.lcab-shot__overlay{
	position: absolute;
    bottom: 0;
    width: 100%;
    background: #000000b5;
    padding: 20px;
    color: #fff;
    border-radius: 0 0 17px 17px;
}

.lc-wall-card__media {
    width: 100%;
    margin: 16px 0;
}

.lc-wall-card__media .lc-wall-audio-player {
    width: 100%;
    max-width: 100%;
}

.lc-wall-card__media-img {
    max-height: 600px;
    max-width: 100%;
    height: auto;
    display: block;
}

.lc-wall-lightbox__img {
    max-height: 100vh;
}

.lcab-shots__viewport{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lcab-shot__link{
    color: #fff;
}

.lcab-shot{
    position: relative;
}

.lacorn-pm__messages{
    height: 600px;
    overflow-y: auto;
}

.lacorn-pm__conversation-inner {
    max-height: 800px;
    height: 800px;
}

.lacorn-pm__header-meta {
    gap: 0;
}

.lacorn-pm__header-name {
    font-size: 18px;
}

.lacorn-pm__header-subtitle {
    font-size: 12px;
}

.lacorn-pm__header {
    padding-bottom: 10px;
}

.lacorn-pm__attachment.is-image img {
    max-height: 400px;
}

.page-content{
    width: 100%;
}

.lacorn-pm__attachment.is-video video {
    max-height: 400px;
}



.lacorn-pm__message {
    gap: 4px;
    padding: 6px 16px;
}

.lacorn-pm__header-avatar {
    width: 40px;
    height: 40px;
}

.lcab-shot{
    max-width: 350px;
    margin: 0 auto;
}

.lc-wall-card__video-sound{
    position: absolute;
    top: 7px;
    right: 5px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: none;
    background: #00000000;
}

.lcab-shot__meta{
    display: flex;
    gap: 10px;
    align-items: center;
}

.lcab-shot__avatar{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}


ul.tab-movie-list {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

ul.tab-movie-list>li {
    margin-bottom: 10px;
}

.tab-movie-list-img {
    float: left;
    width: 150px;
}
.tab-movie-list-contents {
    margin-left: 150px;
    padding-left: 15px;
}
.tab-movie-list-content h3, .tab-movie-list-content p {
    margin-bottom: 5px;
}
.tab-movie-list-btn {
    text-align: right;
}
.tab-movie-list-action, .tab-actor-list-action {
    outline-style: none;
    text-decoration: none;
}
.tab-movie-list-action:hover svg path, .tab-actor-list-action:hover svg path {
    stroke: #4d3bfe;
}
.tab-movie-list-action:active, .tab-movie-list-action:focus, .tab-actor-list-action:active, .tab-actor-list-action:focus {
	outline: none;
}
.tab-movie-list-action::-moz-focus-inner, .tab-actor-list-action::-moz-focus-inner {
	border: 0;
}
.advanced-search-form label {
    display: block;
}
.advanced-search-form input, .advanced-search-form select {
    width: 100%;
    padding: .375em .75em;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
}

.advanced-search-form input:hover, .advanced-search-form input:active, .advanced-search-form input:focus,
.advanced-search-form select:hover,.advanced-search-form select:active, .advanced-search-form select:focus{
    color: #111;
  background-color: #fff;
  border-color: #4d3bfe;
  outline: 0;
}

.advanced-search-form .as-search-row {
    display: flex;
  flex-wrap: wrap;
  margin: 10px -5px;
}

.advanced-search-form .as-search-cell {
flex: 1 1 auto;
    flex-grow: 1;
    flex-basis: auto;
  margin: 0 5px;
  flex-grow: 1;
  flex-basis: 0;
}
.ui-widget-content.ui-autocomplete {
    max-height: 300px;
    overflow-x:hidden;
    overflow-y:scroll;
}
header .site-title{
	font-size: 1.6em;
}
header .site-description {
    font-size: .8em;
    max-width: 200px;
}

.lcab-wall-card__footer{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.lcab-wall-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lcab-layout {
    grid-template-columns: 240px minmax(0, 1fr) !important;
}

.lcab-main {
    min-width: 0;
}

@media (max-width: 900px) {
    .lcab-layout {
        grid-template-columns: 1fr !important;
    }
}

.lc-wall-collection{
    margin-top: 10px !important;
}

.lc-wall-collection__item:hover{
    box-shadow: none !important;
}

.lc-wall-slider{
    background: none !important;
}

.lacorn-pm__dialogs{
    overflow-y: scroll;
    height: 600px; 
    max-height: 600px;
    overflow-x: clip;
}

.lacorn-pm__form-attachment-thumb {
    font-size: 9px !important;
}

/* Стили фона убрать после нового года 
.preset-bgi-2, .sidebar-left .section-preset--bgi-2, .sidebar-none .section-preset--bgi-2:before, .sidebar-right .section-preset--bgi-2 {
    background: #d8caee url(./assets/img/new-year.png);
    background-size: 50%;
}

.preset-bgi-1, .sidebar-left .section-preset--bgi-1, .sidebar-none .section-preset--bgi-1:before, .sidebar-right .section-preset--bgi-1{
    background: #ffffff url(./assets/img/new-year-light.png);
    background-size: 50%;
}

.card-slider-container+.site-content, .mobile-menu-placeholder+.site-content{
    position: relative;
}

.card-slider-container+.site-content::before, .mobile-menu-placeholder+.site-content::before{
    content: "";
    position: absolute;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #ffffff url(./assets/img/new-year-light.png);
    background-size: 50%;
}


*/
@media (min-width: 992px) and (max-width: 1200px) {
	.site-logotype img {
		max-height: 70px;
	}
	
	header .site-title {
    	font-size: 1em;
	}
	
	header .top-menu ul li {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	header .top-menu {
		font-size: .7em;
	}
	
	.site-logotype {
        margin-right: 0.4rem;
    }
	
	header .site-description {
    	font-size: 0.6em;
    	max-width: 152px;
	}
}
	
@media (max-width:765px){
    .lcab-toolbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .lc-profile-wrap{
        width: 100%;
    }

    .site-branding__body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lcab-mobile-nav__dropdown.is-open {
        height: 300px;
        overflow-y: auto;
        left: -38% !important;
    }

    .lc-wall-slider__slide img, .lc-wall-slider__slide .lc-wall-card__media-img {
        max-height: 400px !important;
    }

    .lc-wall-collection__item:hover{
        box-shadow: none !important;
    }

    .lc-wall-collection__track{
        padding: 0 !important;
    }

    .lc-wall-collection{
        padding: 10px !important;
    }

    .lcab-btn, .lcab-btn--secondary {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .lcab-wall-card__media{
        margin: 0 auto;
    }

    .lcab-wall-card__media img{
        border-radius: 14px;
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* Мобильное меню сверху */
    .lcab-layout {
        padding-top: 60px; /* Отступ для фиксированного меню */
    }

    .lcab-layout {
        display: flex;
        flex-direction: column;
    }

    .lc-wall-collection__header{
        flex-wrap: wrap;
    }

    .lc-wall-collection__icon {
        width: 18%;
    }

    .lcab-mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #e5e7eb;
        padding: 8px 16px;
        z-index: 1000;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        opacity: 0;
    }
    
    .lcab-mobile-nav.is-visible {
        transform: translateY(0);
        opacity: 1;
    }
    
    .lcab-mobile-nav__main {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    
    .lcab-mobile-nav__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px 12px;
        border-radius: 8px;
        text-decoration: none;
        color: #6b7280;
        font-size: 12px;
        font-weight: 500;
        transition: all 0.2s ease;
        min-width: 60px;
    }
    
    .lcab-mobile-nav__item.is-active {
        color: #3b82f6;
        background: #eff6ff;
    }
    
    .lcab-mobile-nav__icon {
        font-size: 20px;
        margin-bottom: 4px;
        display: block;
    }
    
    .lcab-mobile-nav__more {
        position: relative;
    }
    
    .lcab-mobile-nav__dropdown {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        padding: 8px;
        margin-top: 8px;
        min-width: 200px;
        display: none;
    }
    
    .lcab-mobile-nav__dropdown.is-open {
        display: block;
    }
    
    .lcab-mobile-nav__dropdown-item {
        display: block;
        padding: 10px 12px;
        border-radius: 8px;
        text-decoration: none;
        color: #374151;
        font-size: 14px;
        font-weight: 500;
        transition: background-color 0.2s ease;
    }
    
    .lcab-mobile-nav__dropdown-item:hover {
        background: #f3f4f6;
    }
    
    .lcab-mobile-nav__dropdown-item.is-active {
        background: #eff6ff;
        color: #3b82f6;
    }
    
    .lcab-mobile-nav__dropdown-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .lcab-mobile-nav__dropdown-icon {
        font-size: 16px;
        width: 20px;
        text-align: center;
    }
    
    /* Скрываем обычное меню на мобильных */
    .lcab-aside {
        display: none;
    }
    
    .lcab-main {
        width: 100%;
    }

    .lc-wall-collection__header .lc-wall-collection__title{
        width: 78%;
    }

    .lc-wall-collection__header .lc-wall-collection__icon{
        width: 20%;
    }

    .lc-wall-collection__header .lc-wall-collection__count {
        width: 60%;
        text-align: center;
    }

    .lc-wall-card__comments-btn{
        margin: 0 !important;
    }

    .lacorn-pm__form-actions {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
    }

    .lacorn-pm__voice-btn {
        order: -1 !important;
    }

    .lacorn-pm__form-actions{
        justify-content: end;
    }

    .lacorn-pm__conversation-inner {
        max-height: 1000px;
        height: auto;
    }

    .lacorn-pm__conversation-inner {
        padding: 10px 8px;
    }

    .lacorn-pm__voice-icon {
        font-size: 14px;
        display: none;
    }

    .lacorn-pm__message-quote {
        border-left: none;
        padding-left: 12px;
        font-size: 13px;
        opacity: 0.85;
        background: #fff;
        color: #000;
        padding: 8px;
        border-radius: 13px;
    }

    .lacorn-pm__message {
        gap: 4px;
        padding: 6px 10px;
    }

    .lacorn-pm__dialogs{
        height: 400px;
        max-height: 400px;
    }

}

/* Мобильное меню полностью скрыто везде */
.lcab-mobile-nav {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Скрываем мобильное меню на десктопе */
@media (min-width: 766px) {
    .lcab-mobile-nav {
        display: none !important;
    }
}

/* Скрываем мобильное меню на мобильных устройствах тоже */
@media (max-width: 765px) {
    .lcab-mobile-nav {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}

/* ========== АУДИО ПЛЕЕР ДЛЯ ПОСТОВ (стиль как у голосовых сообщений) ========== */
.lc-wall-audios {
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lc-wall-audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(129, 140, 248, 0.06));
    border: 1px solid rgba(99, 102, 241, 0.15);
    width: 100%;
    position: relative;
    transition: all 0.2s ease;
}

.lc-wall-audio-player:hover {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(129, 140, 248, 0.08));
    border-color: rgba(99, 102, 241, 0.25);
}

.lc-wall-audio-player__icon {
    font-size: 24px;
    flex-shrink: 0;
    opacity: 0.8;
}

.lc-wall-audio-player__play {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.lc-wall-audio-player__play:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4);
}

.lc-wall-audio-player__play.is-playing {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.lc-wall-audio-player__waveform {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 2px;
    height: 32px;
    position: relative;
    min-width: 100px;
}

.lc-wall-audio-player__wave {
    display: block;
    width: 3px;
    background: linear-gradient(180deg, #6366f1, #8b5cf6);
    border-radius: 2px;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave {
    animation: wave-pulse-audio 1.2s ease-in-out infinite;
}

@keyframes wave-pulse-audio {
    0%, 100% {
        opacity: 0.4;
        transform: scaleY(0.8);
    }
    50% {
        opacity: 0.8;
        transform: scaleY(1.2);
    }
}

.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave:nth-child(1) { animation-delay: 0s; }
.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave:nth-child(2) { animation-delay: 0.1s; }
.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave:nth-child(3) { animation-delay: 0.2s; }
.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave:nth-child(4) { animation-delay: 0.3s; }
.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave:nth-child(5) { animation-delay: 0.4s; }

.lc-wall-audio-player__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 0 0 18px 18px;
    overflow: hidden;
}

.lc-wall-audio-player__progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    transition: width 0.1s linear;
    border-radius: 0 0 18px 18px;
}

.lc-wall-audio-player__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    flex-shrink: 0;
    min-width: 60px;
}

.lc-wall-audio-player__duration {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
}

.lc-wall-audio-player__name {
    font-size: 11px;
    color: #64748b;
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Адаптация для мобильных устройств */
@media (max-width: 640px) {
    .lc-wall-audio-player {
        padding: 10px 12px;
        gap: 8px;
    }
    
    .lc-wall-audio-player__play {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
    .lc-wall-audio-player__icon {
        font-size: 20px;
    }
    
    .lc-wall-audio-player__waveform {
        height: 28px;
        min-width: 80px;
    }
    
    .lc-wall-audio-player__name {
        max-width: 80px;
    }
}

/* ========== АУДИО В ФОРМЕ ПУБЛИКАЦИИ ========== */
.lc-wall-attachment--audio {
    display: flex;
    flex-direction: column;
    min-height: 80px;
    position: relative;
    padding: 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(129, 140, 248, 0.03));
    border: 1px solid rgba(99, 102, 241, 0.15);
}

.lc-wall-attachment--audio:hover {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(129, 140, 248, 0.05));
    border-color: rgba(99, 102, 241, 0.25);
}

.lc-wall-attachment__audio-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-height: 56px;
}

.lc-wall-attachment__audio-icon {
    font-size: 32px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(129, 140, 248, 0.08));
    border-radius: 10px;
}

.lc-wall-attachment__audio-info-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.lc-wall-attachment__audio-name {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-height: 2.8em;
}

.lc-wall-attachment__audio-meta {
    font-size: 12px;
    color: #64748b;
    line-height: 1.3;
}

.lc-wall-attachment--audio .lc-wall-attachment__remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 6px;
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 68, 68, 0.2);
    transition: all 0.2s ease;
}

.lc-wall-attachment--audio .lc-wall-attachment__remove:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.3);
    transform: scale(1.1);
}

/* Адаптация для мобильных */
@media (max-width: 640px) {
    .lc-wall-attachment--audio {
        padding: 10px;
        min-height: 70px;
    }
    
    .lc-wall-attachment__audio-content {
        gap: 10px;
        min-height: 50px;
    }
    
    .lc-wall-attachment__audio-icon {
        font-size: 28px;
        width: 36px;
        height: 36px;
    }
    
    .lc-wall-attachment__audio-name {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
    
    .lc-wall-attachment__audio-meta {
        font-size: 11px;
    }
}
	
@media (max-width:400px){
    .lcab-input{
        width: 100%;
        min-width: 100%;
    }

    .lcab-color-picker-pop {
        width: 74%;
    }

    .lcab-color-trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

/* Редактор рисования */
.lc-drawing-editor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 10000;
    display: none;
    flex-direction: column;
}

.lc-drawing-editor.is-open {
    display: flex;
}

.lc-drawing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.lc-drawing-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.lc-drawing-close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.lc-drawing-close:hover {
    background: #e0e0e0;
}

.lc-drawing-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
}

.lc-drawing-tools,
.lc-drawing-shapes {
    display: flex;
    gap: 8px;
}

.lc-drawing-tool,
.lc-drawing-shape {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lc-drawing-tool:hover,
.lc-drawing-shape:hover {
    background: #f0f0f0;
    border-color: #999;
}

.lc-drawing-tool.is-active,
.lc-drawing-shape.is-active {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.lc-drawing-separator {
    width: 1px;
    height: 30px;
    background: #ddd;
    margin: 0 5px;
}

.lc-drawing-size {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lc-drawing-size label {
    font-size: 14px;
    color: #666;
}

.lc-drawing-size-input {
    width: 100px;
}

.lc-drawing-size-label {
    font-size: 14px;
    color: #666;
    min-width: 40px;
}

.lc-drawing-colors {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.lc-drawing-color {
    width: 32px;
    height: 32px;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
}

.lc-drawing-color:hover {
    transform: scale(1.1);
}

.lc-drawing-color.is-active {
    border-color: #007bff;
    transform: scale(1.15);
}

.lc-drawing-custom-color {
    width: 40px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
}

.lc-drawing-canvas-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8e8e8;
    overflow: auto;
    padding: 20px;
}

.lc-drawing-canvas {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    cursor: crosshair;
    touch-action: none;
}

.lc-drawing-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
}

.lc-drawing-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.lc-drawing-btn-secondary {
    background: #6c757d;
    color: #fff;
}

.lc-drawing-btn-secondary:hover {
    background: #5a6268;
}

.lc-drawing-btn-primary {
    background: #007bff;
    color: #fff;
}

.lc-drawing-btn-primary:hover {
    background: #0056b3;
}

@media (max-width: 768px) {
    .lc-drawing-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    
    .lc-drawing-tools,
    .lc-drawing-shapes {
        justify-content: center;
    }
    
    .lc-drawing-canvas {
        max-width: 100%;
        height: auto;
    }
}
 

/* Аудио плеер для постов стены (стиль голосовых сообщений) */
.lc-wall-audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(129, 140, 248, 0.06));
    border: 1px solid rgba(99, 102, 241, 0.15);
    width: 100%;
    position: relative;
    margin: 12px 0;
}

.lc-wall-audio-player__icon {
    font-size: 24px;
    flex-shrink: 0;
    opacity: 0.8;
}

.lc-wall-audio-player__play {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.lc-wall-audio-player__play:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4);
}

.lc-wall-audio-player__play.is-playing {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.lc-wall-audio-player__waveform {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 2px;
    height: 32px;
    position: relative;
}

.lc-wall-audio-player__wave {
    display: block;
    width: 3px;
    background: linear-gradient(180deg, #6366f1, #8b5cf6);
    border-radius: 2px;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave {
    animation: lc-wall-audio-wave-pulse 1.2s ease-in-out infinite;
}

@keyframes lc-wall-audio-wave-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scaleY(0.8);
    }
    50% {
        opacity: 0.8;
        transform: scaleY(1.2);
    }
}

.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave:nth-child(1) { animation-delay: 0s; }
.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave:nth-child(2) { animation-delay: 0.1s; }
.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave:nth-child(3) { animation-delay: 0.2s; }
.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave:nth-child(4) { animation-delay: 0.3s; }
.lc-wall-audio-player__play.is-playing ~ .lc-wall-audio-player__waveform .lc-wall-audio-player__wave:nth-child(5) { animation-delay: 0.4s; }

.lc-wall-audio-player__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.lc-wall-audio-player__progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    transition: width 0.1s linear;
}

.lc-wall-audio-player__duration {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    flex-shrink: 0;
    min-width: 38px;
    text-align: right;
}

.lc-wall-audio-player audio {
    display: none;
}

/* Контейнер для аудио в постах */
.lc-wall-card__audios {
    width: 100%;
    margin: 12px 0;
}

.lc-wall-card__audios .lc-wall-audio-player {
    width: 100%;
}

/* Latest comments switcher (Фильмы / Соц сеть) */
.lacorn-comments-switcher {
    margin: 0 0 12px;
}

.lacorn-comments-switcher__tabs {
    display: inline-flex;
    width: 100%;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    overflow: hidden;
    background: #f7f9fc;
}

.lacorn-comments-switcher__tab {
    flex: 1;
    border: 0;
    border-right: 1px solid #d8dee8;
    background: transparent;
    color: #4b5563;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 12px;
    cursor: pointer;
    transition: all .2s ease;
}

.lacorn-comments-switcher__tab:last-child {
    border-right: 0;
}

.lacorn-comments-switcher__tab.is-active {
    background: #2563eb;
    color: #fff;
}

.lacorn-comments-switcher__empty {
    margin-top: 10px;
    font-size: 13px;
    color: #6b7280;
}

/* Button: Add to folder */
button.lcab-btn-open,
.lcab-btn-open[data-lcab-open] {
    --lcab-btn-bg1: #ef476f;
    --lcab-btn-bg2: #f78c6b;
    --lcab-btn-shadow: rgba(239, 71, 111, 0.35);

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--lcab-btn-bg1), var(--lcab-btn-bg2));
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .2px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 8px 20px -10px var(--lcab-btn-shadow);
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
    -webkit-tap-highlight-color: transparent;
}

button.lcab-btn-open:hover,
.lcab-btn-open[data-lcab-open]:hover {
    transform: translateY(-1px);
    filter: saturate(1.05);
    box-shadow: 0 14px 26px -12px var(--lcab-btn-shadow);
}

button.lcab-btn-open:active,
.lcab-btn-open[data-lcab-open]:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px -10px var(--lcab-btn-shadow);
}

button.lcab-btn-open:focus-visible,
.lcab-btn-open[data-lcab-open]:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .85), 0 0 0 6px rgba(239, 71, 111, .5);
}

button.lcab-btn-open[disabled],
.lcab-btn-open[data-lcab-open][disabled] {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Sidebar latest comments as speech bubbles */
.widget_recent_comments .wp-block-latest-comments {
    display: grid;
    gap: 12px;
}

.widget_recent_comments .wp-block-latest-comments__comment {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.widget_recent_comments .wp-block-latest-comments__comment-avatar {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
}

.widget_recent_comments .wp-block-latest-comments__comment > article {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dce7f6;
    border-radius: 14px;
    padding: 10px 12px;
    box-shadow: 0 8px 18px -14px rgba(15, 23, 42, 0.45);
}

.widget_recent_comments .wp-block-latest-comments__comment > article::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 14px;
    width: 12px;
    height: 12px;
    background: #fdfefe;
    border-left: 1px solid #dce7f6;
    border-bottom: 1px solid #dce7f6;
    transform: rotate(45deg);
}

.widget_recent_comments .wp-block-latest-comments__comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
    margin-bottom: 6px;
    line-height: 1.25;
}

.widget_recent_comments .wp-block-latest-comments__comment-date {
    margin-left: auto;
    font-size: 11px;
    color: #7b8aa0;
}

.widget_recent_comments .wp-block-latest-comments__comment-excerpt {
    margin-top: 0;
}

.widget_recent_comments .wp-block-latest-comments__comment-excerpt p {
    margin: 0;
    color: #22324a;
    line-height: 1.4;
    word-break: break-word;
}

/* Center single video in feed card */
.lcab-wall-card .lc-wall-card__videos > .lc-wall-card__video:only-child {
    margin-left: auto;
    margin-right: auto;
}

/* Keep vertical videos centered and not stretched */
.lcab-wall-card .lc-wall-card__videos > .lc-wall-card__video:only-child .lc-wall-card__video-el {
    margin-left: auto;
    margin-right: auto;
}

/* Bubble alignment tweak: avatar to top */
.widget_recent_comments .wp-block-latest-comments__comment {
    align-items: flex-start;
}

.widget_recent_comments .wp-block-latest-comments__comment-avatar {
    align-self: flex-start;
    margin-top: 0 !important;
}

.widget_recent_comments .wp-block-latest-comments__comment > article::before {
    top: 10px;
}

/* Sidebar comments: let text flow under avatar (fix narrow column) */
.widget_recent_comments .wp-block-latest-comments__comment {
    display: flow-root;
    position: relative;
    margin: 0;
    padding: 0;
}

.widget_recent_comments .wp-block-latest-comments__comment-avatar {
    float: left;
    width: 44px;
    height: 44px;
    margin: 4px 10px 6px 0 !important;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
}

.widget_recent_comments .wp-block-latest-comments__comment > article {
    display: block;
    width: auto;
    min-height: 56px;
    padding: 10px 12px;
    border-radius: 14px;
}

.widget_recent_comments .wp-block-latest-comments__comment > article::before {
    top: 10px;
    left: -7px;
}

/* Folders: search by movie title */
.lcab-toolbar .lcab-folder-search {
    min-width: 220px;
}

.lcab-search-empty-global {
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px dashed #c7d2e4;
    border-radius: 10px;
    color: #617089;
    background: #f8fbff;
}

@media (max-width: 768px) {
    .lcab-toolbar .lcab-folder-search {
        min-width: 100%;
    }
}

/* Folders search row (below header, before cards) */
.lcab-folder-search-row {
    margin: 8px 0 12px;
}

.lcab-folder-search-row .lcab-folder-search {
    width: 100%;
    max-width: 420px;
}

/* Lacorn single dorama card redesign + Premium OST/novella buttons */
.single-post .article-card{max-width:880px;margin:0 auto 34px;padding:0;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border:1px solid rgba(148,163,184,.24);border-radius:28px;box-shadow:0 24px 70px rgba(15,23,42,.10)}
.single-post .article-post{padding:28px clamp(16px,4vw,42px) 34px}
.single-post .breadcrumb{margin:0 0 18px;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.single-post .breadcrumb a{color:#2563eb;text-decoration:none}
.single-post .entry-title{margin:0 0 22px;color:#0f172a;font-size:clamp(28px,4.2vw,46px);line-height:1.08;font-weight:950;letter-spacing:0}
.single-post .entry-image.post-card{position:relative;margin:0 0 14px;border-radius:26px;overflow:hidden;background:#e2e8f0;box-shadow:0 20px 48px rgba(15,23,42,.16)}
.single-post .entry-image.post-card img{display:block;width:100%;height:auto;min-height:260px;object-fit:cover;filter:saturate(1.05) contrast(1.02)}
.single-post .post-card__category{position:absolute;left:18px;bottom:18px;right:auto;top:auto;display:inline-flex;max-width:calc(100% - 36px);padding:9px 13px;border-radius:999px;background:rgba(15,23,42,.78);backdrop-filter:blur(12px);box-shadow:0 12px 30px rgba(15,23,42,.22)}
.single-post .post-card__category a{color:#fff!important;text-decoration:none;font-size:12px;font-weight:900}
.single-post .entry-image--standard-caption{margin:8px 0 18px!important;color:#64748b;font-size:13px;text-align:center}
.single-post .entry-meta{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px;padding:12px;border:1px solid rgba(203,213,225,.72);border-radius:18px;background:rgba(255,255,255,.78);box-shadow:0 12px 28px rgba(15,23,42,.05)}
.single-post .entry-meta>span{display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:14px;background:#f8fafc;color:#0f172a;font-size:13px;font-weight:850}
.single-post .entry-meta .entry-label{color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.single-post .entry-excerpt{margin:18px 0 14px;padding:16px 18px;border-left:4px solid #38bdf8;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#f0fdfa);color:#0f172a;font-size:17px;font-weight:800;line-height:1.55}
.single-post .lacorn-entry-actions{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 22px;padding:12px;border:1px solid rgba(191,219,254,.92);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(240,249,255,.88));box-shadow:0 18px 36px rgba(37,99,235,.08)}
.single-post .lcab-btn-open,.single-post .lacorn-entry-action{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:0;border-radius:16px;color:#fff!important;font-size:14px;font-weight:950;text-decoration:none;cursor:pointer;box-shadow:0 12px 24px rgba(15,23,42,.16);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.single-post .lcab-btn-open{background:linear-gradient(135deg,#ef4444,#f97316)}
.single-post .lacorn-entry-action--ost{background:linear-gradient(135deg,#2563eb,#06b6d4)}
.single-post .lacorn-entry-action--novella{background:linear-gradient(135deg,#7c3aed,#ec4899)}
.single-post .lcab-btn-open:hover,.single-post .lacorn-entry-action:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 18px 30px rgba(15,23,42,.20)}
.single-post .lacorn-entry-action small{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.24);font-size:12px}
.single-post .entry-content{color:#1e293b;font-size:16px;line-height:1.72}
.single-post .entry-content p{margin:0 0 16px}
.single-post .entry-content h2,.single-post .entry-content h3{margin:28px 0 14px;color:#0f172a;font-weight:950;letter-spacing:0;line-height:1.18}
.single-post .entry-content .table-responsive{border-radius:20px;border:1px solid rgba(203,213,225,.74);overflow:auto;box-shadow:0 16px 34px rgba(15,23,42,.06)}
.single-post .entry-content table{margin:0!important;border-collapse:separate;border-spacing:0;width:100%;background:#fff}
.single-post .entry-content table td{padding:13px 15px;border-bottom:1px solid #e2e8f0;color:#1e293b}
.single-post .entry-content table tr:last-child td{border-bottom:0}
.single-post .entry-content table td:first-child{width:34%;color:#475569;font-weight:900;background:#f8fafc}
.single-post .entry-tags{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}
.single-post .entry-tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eef2ff;color:#3730a3!important;font-size:12px;font-weight:950;text-decoration:none}
.single-post .entry-social,.single-post .comments-area{margin-top:24px;padding:18px;border:1px solid rgba(203,213,225,.7);border-radius:22px;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.06)}
.single-post .comment-reply-title,.single-post .entry-bottom__header{margin:0 0 14px;color:#0f172a;font-size:20px;font-weight:950}
.single-post .comment-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:18px;background:#f8fafc;padding:14px 16px;color:#0f172a;font-size:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.single-post .comment-form textarea:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 4px rgba(56,189,248,.16)}
.single-post .comment-form .submit{border:0;border-radius:16px;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;font-weight:950;padding:12px 18px;box-shadow:0 14px 26px rgba(37,99,235,.22);cursor:pointer}
.lacorn-premium-media-modal[hidden]{display:none!important}
.lacorn-premium-media-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:18px}
.lacorn-premium-media-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.66);backdrop-filter:blur(8px)}
.lacorn-premium-media-modal__dialog{position:relative;width:min(760px,100%);max-height:min(82vh,760px);overflow:auto;padding:22px;border-radius:26px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 30px 90px rgba(0,0,0,.34)}
.lacorn-premium-media-modal__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:14px;background:#0f172a;color:#fff;font-size:24px;line-height:1;cursor:pointer}
.lacorn-premium-media-modal__eyebrow{color:#2563eb;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.lacorn-premium-media-modal__title{padding-right:42px;margin-top:4px;color:#0f172a;font-size:24px;font-weight:950;line-height:1.2}
.lacorn-premium-media-modal__text{margin-top:9px;color:#475569;font-size:15px;line-height:1.55}
.lacorn-premium-media-buy{display:inline-flex;margin-top:14px;padding:12px 16px;border-radius:16px;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff!important;text-decoration:none;font-weight:950;box-shadow:0 14px 26px rgba(239,68,68,.22)}
.lacorn-premium-purchase{margin-top:16px;padding:14px;border:1px solid rgba(250,204,21,.55);border-radius:22px;background:linear-gradient(135deg,#fff7ed,#fff 56%,#eff6ff);box-shadow:0 18px 44px rgba(245,158,11,.12)}
.lacorn-premium-purchase__balance{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:12px 14px;border-radius:18px;background:#0f172a;color:#fff}
.lacorn-premium-purchase__balance span{color:#cbd5e1;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.lacorn-premium-purchase__balance strong{font-size:16px;font-weight:950}
.lacorn-premium-purchase__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}
.lacorn-premium-purchase__features span{display:flex;align-items:center;min-height:36px;padding:8px 10px;border-radius:14px;background:rgba(255,255,255,.84);border:1px solid rgba(226,232,240,.92);color:#334155;font-size:13px;font-weight:850}
.lacorn-premium-purchase__plans{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.lacorn-premium-purchase__plan{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:76px;padding:10px;border:1px solid rgba(191,219,254,.95);border-radius:18px;background:#fff;color:#0f172a;cursor:pointer;box-shadow:0 10px 22px rgba(15,23,42,.06);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.lacorn-premium-purchase__plan:hover,.lacorn-premium-purchase__plan.is-selected{transform:translateY(-2px);border-color:#f59e0b;box-shadow:0 16px 30px rgba(245,158,11,.16)}
.lacorn-premium-purchase__plan:disabled{opacity:.64;cursor:wait;transform:none}
.lacorn-premium-purchase__plan span{font-size:13px;font-weight:950}
.lacorn-premium-purchase__plan strong{color:#1d4ed8;font-size:14px;font-weight:950;white-space:nowrap}
.lacorn-premium-purchase__msg{min-height:20px;margin-top:12px;color:#475569;font-size:13px;font-weight:800;line-height:1.45}
.lacorn-premium-purchase__msg.is-error{color:#b91c1c}
.lacorn-premium-purchase__msg.is-ok{color:#047857}
.lacorn-premium-purchase__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:10px}
.lacorn-premium-purchase__topup,.lacorn-premium-purchase__retry,.lacorn-premium-purchase__login{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border:0;border-radius:15px;color:#fff!important;text-decoration:none;font-weight:950;cursor:pointer;box-shadow:0 12px 24px rgba(15,23,42,.14)}
.lacorn-premium-purchase__topup{background:linear-gradient(135deg,#22c55e,#06b6d4)}
.lacorn-premium-purchase__retry{background:linear-gradient(135deg,#f59e0b,#ef4444)}
.lacorn-premium-purchase__login{margin-top:10px;background:linear-gradient(135deg,#4f46e5,#8b5cf6)}
.lacorn-premium-media-tabs{display:flex;gap:9px;margin:18px 0 14px;padding:8px;border-radius:18px;background:#eaf2ff}
.lacorn-premium-media-tab{flex:1;border:0;border-radius:14px;background:transparent;color:#475569;padding:10px 12px;font-weight:950;cursor:pointer}
.lacorn-premium-media-tab.is-active{background:#fff;color:#0f172a;box-shadow:0 10px 22px rgba(15,23,42,.08)}
.lacorn-premium-media-tab span{display:inline-flex;margin-left:6px;padding:2px 7px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:12px}
.lacorn-premium-media-panel{display:none}
.lacorn-premium-media-panel.is-active{display:block}
.lacorn-premium-media-list{display:flex;flex-direction:column;gap:10px}
.lacorn-premium-media-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:13px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.lacorn-premium-media-item__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#fdf2f8);font-size:24px}
.lacorn-premium-media-item__title{color:#0f172a;font-weight:950}
.lacorn-premium-media-item__meta{margin-top:3px;color:#64748b;font-size:12px}
.lacorn-premium-media-audio{width:100%;margin-top:10px}
.lacorn-premium-media-open{display:inline-flex;margin-top:10px;padding:10px 13px;border-radius:13px;background:#0f172a;color:#fff!important;text-decoration:none;font-weight:900}
.lacorn-premium-media-locked{display:inline-flex;margin-top:10px;padding:8px 11px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:12px;font-weight:950}
@media(max-width:720px){
    .single-post .article-card{border-radius:0;border-left:0;border-right:0}
    .single-post .article-post{padding:18px 14px 26px}
    .single-post .entry-meta>span{flex:1 1 calc(50% - 8px);justify-content:center}
    .single-post .lacorn-entry-actions{display:grid;grid-template-columns:1fr}
    .single-post .lcab-btn-open,.single-post .lacorn-entry-action{width:100%}
    .single-post .entry-content table td{display:block;width:100%!important}
    .single-post .entry-content table td:first-child{border-bottom:0;padding-bottom:4px}
    .lacorn-premium-media-modal{padding:10px;align-items:flex-end}
    .lacorn-premium-media-modal__dialog{max-height:88vh;border-radius:24px 24px 0 0;padding:18px}
    .lacorn-premium-media-tabs{position:sticky;top:0;z-index:2}
    .lacorn-premium-purchase__features{grid-template-columns:1fr}
    .lacorn-premium-purchase__plans{grid-template-columns:repeat(2,minmax(0,1fr))}
    .lacorn-premium-purchase__balance{align-items:flex-start;flex-direction:column}
}

/* Lacorn single wide polish: wider content, modern meta cards */
.single-post .site-content.fixed{
    width:min(96vw,1420px);
    max-width:1420px;
    margin-left:auto;
    margin-right:auto;
}

.single-post .site-content-inner{
    display:grid;
    grid-template-columns:minmax(0,1060px) minmax(260px,320px);
    gap:30px;
    align-items:start;
}

.single-post .content-area,
.single-post .site-main,
.single-post .article-post,
.single-post .widget-area{
    min-width:0;
}

.single-post .article-card{
    width:100%;
    max-width:none;
    margin:0 0 38px;
    border-radius:34px;
    background:
        radial-gradient(circle at 10% 0%, rgba(56,189,248,.15), transparent 34%),
        radial-gradient(circle at 92% 4%, rgba(168,85,247,.11), transparent 30%),
        linear-gradient(180deg,#fff 0%,#f7fbff 100%);
    border:1px solid rgba(191,219,254,.74);
    box-shadow:0 28px 78px rgba(15,23,42,.12);
}

.single-post .article-post{
    padding:clamp(26px,3.2vw,48px);
}

.single-post .entry-title{
    max-width:960px;
    font-size:clamp(34px,4.4vw,58px);
    line-height:1.02;
}

.single-post .entry-image.post-card{
    border-radius:30px;
    box-shadow:0 24px 58px rgba(15,23,42,.18);
}

.single-post .entry-image.post-card img{
    width:100%;
    max-height:560px;
    object-fit:cover;
}

.single-post .entry-meta{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin:20px 0 22px;
    padding:14px;
    border-radius:26px;
    border:1px solid rgba(191,219,254,.88);
    background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(239,246,255,.82));
    box-shadow:0 18px 42px rgba(37,99,235,.08);
}

.single-post .entry-meta>span{
    position:relative;
    display:block;
    min-width:0;
    min-height:76px;
    padding:15px 16px 14px 58px;
    border-radius:20px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96));
    border:1px solid rgba(219,234,254,.98);
    color:#0f172a;
    font-size:17px;
    font-weight:950;
    line-height:1.18;
    letter-spacing:0;
    overflow:hidden;
    box-shadow:0 14px 28px rgba(15,23,42,.06);
}

.single-post .entry-meta>span::before{
    content:"";
    position:absolute;
    left:16px;
    top:50%;
    width:30px;
    height:30px;
    border-radius:12px;
    transform:translateY(-50%);
    background:linear-gradient(135deg,#4f46e5,#22d3ee);
    box-shadow:0 10px 22px rgba(79,70,229,.25);
}

.single-post .entry-meta>span::after{
    position:absolute;
    left:16px;
    top:50%;
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    transform:translateY(-50%);
    color:#fff;
    font-size:16px;
    font-weight:950;
    line-height:1;
}

.single-post .entry-time::after{content:"◷";}
.single-post .entry-views::after{content:"◉";}
.single-post .entry-date::after{content:"▣";}

.single-post .entry-meta .entry-label{
    display:block;
    margin:0 0 5px;
    color:#64748b;
    font-size:11px;
    font-weight:950;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:.04em;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.single-post .entry-meta time,
.single-post .entry-meta .js-views-count{
    color:#0f172a;
    font-size:17px;
    font-weight:950;
    white-space:nowrap;
}

.single-post .entry-excerpt{
    margin-top:20px;
    padding:18px 20px;
    border-left:0;
    border-radius:24px;
    background:
        linear-gradient(135deg,rgba(240,249,255,.98),rgba(236,253,245,.9));
    border:1px solid rgba(186,230,253,.88);
    box-shadow:0 16px 34px rgba(14,165,233,.08);
}

.single-post .lacorn-entry-actions{
    align-items:center;
    padding:14px;
    border-radius:26px;
}

.single-post .lcab-btn-open,
.single-post .lacorn-entry-action{
    min-height:50px;
    border-radius:18px;
    padding:13px 18px;
}

.single-post .entry-content{
    max-width:100%;
    font-size:17px;
}

.single-post .entry-content .wp-block-table{
    margin:22px 0;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(203,213,225,.78);
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.single-post .entry-content .wp-block-table table{
    margin:0!important;
}

.single-post .entry-content h2.wp-block-heading{
    padding:18px 20px;
    border-radius:24px;
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
    color:#fff;
    box-shadow:0 20px 42px rgba(30,58,138,.16);
}

.single-post .entry-social,
.single-post .comments-area{
    border-radius:26px;
    padding:22px;
}

@media (min-width:1500px){
    .single-post .site-content.fixed{
        width:min(94vw,1540px);
        max-width:1540px;
    }

    .single-post .site-content-inner{
        grid-template-columns:minmax(0,1140px) minmax(280px,340px);
        gap:34px;
    }
}

@media (max-width:1180px){
    .single-post .site-content.fixed{
        width:min(94vw,1040px);
        max-width:1040px;
    }

    .single-post .site-content-inner{
        display:block;
    }

    .single-post .widget-area{
        margin-top:28px;
    }
}

@media (max-width:860px){
    .single-post .entry-meta{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width:620px){
    .single-post .site-content.fixed{
        width:100%;
        max-width:none;
    }

    .single-post .article-card{
        border-radius:0;
        border-left:0;
        border-right:0;
    }

    .single-post .article-post{
        padding:20px 14px 28px;
    }

    .single-post .entry-title{
        font-size:clamp(30px,10vw,42px);
    }

    .single-post .entry-meta{
        grid-template-columns:1fr;
        gap:10px;
        padding:10px;
        border-radius:22px;
    }

    .single-post .entry-meta>span{
        min-height:68px;
        padding:13px 14px 12px 54px;
    }

    .single-post .entry-meta>span::before,
    .single-post .entry-meta>span::after{
        left:14px;
    }
}

/* Lacorn single maximum width pass: use the page, not a narrow center column */
body.single-post.sidebar-right .site-content.fixed,
body.single-post .site-content.fixed{
    width:min(98vw,1760px)!important;
    max-width:1760px!important;
    padding-left:clamp(14px,1.7vw,30px)!important;
    padding-right:clamp(14px,1.7vw,30px)!important;
}

body.single-post.sidebar-right .site-content-inner,
body.single-post .site-content-inner{
    width:100%!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:grid!important;
    grid-template-columns:minmax(860px,1fr) minmax(300px,340px)!important;
    gap:clamp(24px,2.4vw,42px)!important;
    align-items:start!important;
}

body.single-post.sidebar-right #primary.content-area,
body.single-post #primary.content-area{
    width:100%!important;
    max-width:none!important;
    flex:1 1 auto!important;
    padding:0!important;
    margin:0!important;
}

body.single-post.sidebar-right #secondary.widget-area,
body.single-post #secondary.widget-area{
    width:100%!important;
    max-width:340px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
}

body.single-post.sidebar-right .article-card,
body.single-post .article-card{
    width:100%!important;
    max-width:none!important;
}

body.single-post .article-post{
    padding:clamp(30px,3.4vw,56px)!important;
}

body.single-post .entry-title{
    max-width:1180px!important;
    font-size:clamp(42px,4.8vw,72px)!important;
}

body.single-post .entry-image.post-card img{
    max-height:680px;
}

body.single-post .entry-meta{
    gap:16px;
    padding:16px;
}

body.single-post .entry-meta>span{
    min-height:86px;
    padding:18px 18px 16px 64px;
    border-radius:22px;
    font-size:18px;
}

body.single-post .entry-meta>span::before,
body.single-post .entry-meta>span::after{
    left:18px;
    width:34px;
    height:34px;
}

body.single-post .entry-meta .entry-label{
    margin-bottom:7px;
    font-size:12px;
}

body.single-post .entry-meta time,
body.single-post .entry-meta .js-views-count{
    font-size:18px;
}

body.single-post #secondary.widget-area .widget,
body.single-post #secondary.widget-area .widget-area,
body.single-post #secondary.widget-area [class*="widget"]{
    max-width:100%;
}

@media (min-width:1900px){
    body.single-post.sidebar-right .site-content.fixed,
    body.single-post .site-content.fixed{
        width:min(98vw,1880px)!important;
        max-width:1880px!important;
    }

    body.single-post.sidebar-right .site-content-inner,
    body.single-post .site-content-inner{
        grid-template-columns:minmax(1120px,1fr) minmax(310px,360px)!important;
    }

    body.single-post.sidebar-right #secondary.widget-area,
    body.single-post #secondary.widget-area{
        max-width:360px!important;
    }
}

@media (max-width:1320px){
    body.single-post.sidebar-right .site-content-inner,
    body.single-post .site-content-inner{
        grid-template-columns:minmax(0,1fr)!important;
    }

    body.single-post.sidebar-right #secondary.widget-area,
    body.single-post #secondary.widget-area{
        max-width:720px!important;
        margin:28px auto 0!important;
    }
}

@media (max-width:760px){
    body.single-post.sidebar-right .site-content.fixed,
    body.single-post .site-content.fixed{
        width:100%!important;
        padding-left:0!important;
        padding-right:0!important;
    }

    body.single-post .article-post{
        padding:20px 14px 28px!important;
    }

    body.single-post .entry-title{
        font-size:clamp(31px,10vw,44px)!important;
    }

    body.single-post .entry-meta>span{
        width:100%!important;
        max-width:none!important;
        min-height:68px;
        padding:13px 14px 12px 54px;
        font-size:16px;
    }

    body.single-post .entry-meta>span::before,
    body.single-post .entry-meta>span::after{
        left:14px;
        width:30px;
        height:30px;
    }
}

/* Single post: modern rating buttons and cast cards */
body.single-post .expert-review-likes{
    width:100%;
    margin:30px 0 26px!important;
    padding:14px!important;
    display:flex!important;
    justify-content:center!important;
    gap:14px!important;
    border:1px solid rgba(191,219,254,.88)!important;
    border-radius:28px!important;
    background:
        radial-gradient(circle at 0 0, rgba(248,113,113,.14), transparent 32%),
        radial-gradient(circle at 100% 0, rgba(56,189,248,.16), transparent 34%),
        linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,250,252,.95))!important;
    box-shadow:0 20px 48px rgba(15,23,42,.08)!important;
}

body.single-post .expert-review-likes::before{
    content:"Оцените материал";
    display:flex;
    align-items:center;
    padding:0 10px 0 4px;
    color:#475569;
    font-size:13px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.05em;
}

body.single-post .expert-review-likes__button{
    position:relative!important;
    min-width:190px!important;
    min-height:58px!important;
    margin:0!important;
    padding:10px 16px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    border:1px solid rgba(226,232,240,.95)!important;
    border-radius:20px!important;
    background:#fff!important;
    color:#0f172a!important;
    box-shadow:0 14px 30px rgba(15,23,42,.08)!important;
    transform:none!important;
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}

body.single-post .expert-review-likes__button:hover{
    transform:translateY(-2px)!important;
    border-color:rgba(59,130,246,.55)!important;
    box-shadow:0 20px 38px rgba(37,99,235,.14)!important;
}

body.single-post .expert-review-likes__button--like:hover{
    border-color:rgba(244,63,94,.45)!important;
    box-shadow:0 20px 38px rgba(244,63,94,.14)!important;
}

body.single-post .expert-review-likes__button--dislike:hover{
    border-color:rgba(59,130,246,.45)!important;
}

body.single-post .expert-review-likes__icon{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:15px!important;
    color:#fff!important;
    background:linear-gradient(135deg,#f43f5e,#f97316)!important;
    box-shadow:0 12px 22px rgba(244,63,94,.22)!important;
}

body.single-post .expert-review-likes__button--dislike .expert-review-likes__icon{
    background:linear-gradient(135deg,#2563eb,#06b6d4)!important;
    box-shadow:0 12px 22px rgba(37,99,235,.22)!important;
}

body.single-post .expert-review-likes__icon svg{
    width:18px!important;
    height:18px!important;
}

body.single-post .expert-review-likes__label{
    display:inline-flex!important;
    color:#0f172a!important;
    font-size:14px!important;
    font-weight:950!important;
    line-height:1!important;
    white-space:nowrap!important;
}

body.single-post .expert-review-likes__count{
    min-width:28px!important;
    height:28px!important;
    padding:0 8px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    background:#f1f5f9!important;
    color:#0f172a!important;
    font-size:13px!important;
    font-weight:950!important;
}

body.single-post .lcab-post-cast{
    margin:30px 0!important;
    padding:0!important;
    border:1px solid rgba(191,219,254,.9)!important;
    border-radius:30px!important;
    background:
        radial-gradient(circle at 0 0, rgba(34,211,238,.14), transparent 32%),
        linear-gradient(180deg,#fff,#f8fbff)!important;
    box-shadow:0 22px 54px rgba(15,23,42,.09)!important;
    overflow:hidden!important;
}

body.single-post .lcab-post-cast__body{
    padding:22px!important;
}

body.single-post .lcab-post-cast__section{
    margin:0!important;
}

body.single-post .lcab-post-cast__title{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    margin:0 0 16px!important;
    color:#0f172a!important;
    font-size:20px!important;
    font-weight:950!important;
    line-height:1.2!important;
    text-transform:none!important;
    letter-spacing:0!important;
}

body.single-post .lcab-post-cast__title-icon{
    width:38px!important;
    height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:15px!important;
    background:linear-gradient(135deg,#4f46e5,#22d3ee)!important;
    color:#fff!important;
    font-size:18px!important;
    box-shadow:0 12px 24px rgba(79,70,229,.2)!important;
}

body.single-post .lcab-post-cast__list,
body.single-post .lcab-post-cast__list--with-photos{
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
    gap:12px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}

body.single-post .lcab-post-cast__item{
    min-width:0!important;
    margin:0!important;
}

body.single-post .lcab-post-cast__item-link{
    position:relative!important;
    width:100%!important;
    min-height:88px!important;
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
    padding:12px!important;
    border:1px solid rgba(226,232,240,.95)!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.92)!important;
    color:#0f172a!important;
    text-decoration:none!important;
    box-shadow:0 12px 26px rgba(15,23,42,.055)!important;
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}

body.single-post .lcab-post-cast__item-link:hover{
    transform:translateY(-3px)!important;
    border-color:rgba(59,130,246,.55)!important;
    background:#fff!important;
    box-shadow:0 20px 40px rgba(37,99,235,.13)!important;
}

body.single-post .lcab-post-cast__item-photo{
    width:64px!important;
    height:64px!important;
    border-radius:20px!important;
    overflow:hidden!important;
    background:linear-gradient(135deg,#e0f2fe,#f5f3ff)!important;
    box-shadow:0 12px 24px rgba(15,23,42,.12)!important;
}

body.single-post .lcab-post-cast__item-img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    display:block!important;
    transform:scale(1.01)!important;
    transition:transform .22s ease!important;
}

body.single-post .lcab-post-cast__item-link:hover .lcab-post-cast__item-img{
    transform:scale(1.08)!important;
}

body.single-post .lcab-post-cast__item-text{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:5px!important;
    font-size:14px!important;
    line-height:1.25!important;
}

body.single-post .lcab-post-cast__link{
    color:#0f172a!important;
    font-size:15px!important;
    font-weight:950!important;
    text-decoration:none!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}

body.single-post .lcab-post-cast__role{
    color:#64748b!important;
    font-size:13px!important;
    font-weight:800!important;
}

.lacorn-premium-media-download,
.lacorn-premium-media-note{
    display:inline-flex;
    margin-top:10px;
    margin-left:8px;
    color:#64748b!important;
    font-size:12px;
    font-weight:900;
    text-decoration:none!important;
}

.lacorn-premium-media-open--reader{
    border:0;
    cursor:pointer;
}

html.lacorn-reader-opened,
html.lacorn-reader-opened body{
    overflow:hidden!important;
}

.lacorn-reader[hidden]{
    display:none!important;
}

.lacorn-reader{
    position:fixed;
    inset:0;
    z-index:1000000;
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    background:#0b1120;
    color:#e5eefc;
}

.lacorn-reader__top{
    min-height:74px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    gap:16px;
    align-items:center;
    padding:12px clamp(14px,2vw,26px);
    border-bottom:1px solid rgba(148,163,184,.18);
    background:linear-gradient(180deg,rgba(15,23,42,.98),rgba(15,23,42,.9));
    box-shadow:0 16px 40px rgba(0,0,0,.24);
}

.lacorn-reader__eyebrow{
    color:#38bdf8;
    font-size:11px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.lacorn-reader__title{
    margin-top:3px;
    color:#fff;
    font-size:18px;
    font-weight:950;
    line-height:1.2;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.lacorn-reader__progress{
    min-width:74px;
    padding:9px 12px;
    border-radius:999px;
    background:rgba(56,189,248,.13);
    color:#bae6fd;
    font-size:13px;
    font-weight:950;
    text-align:center;
}

.lacorn-reader__actions,
.lacorn-reader__bottom{
    display:flex;
    align-items:center;
    gap:9px;
}

.lacorn-reader button{
    min-height:40px;
    border:1px solid rgba(148,163,184,.26);
    border-radius:14px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-weight:950;
    cursor:pointer;
}

.lacorn-reader button:hover{
    background:rgba(56,189,248,.18);
}

.lacorn-reader [data-reader-close]{
    width:42px;
    min-width:42px;
    padding:0;
    background:linear-gradient(135deg,#ef4444,#f97316);
    border:0;
    font-size:26px;
    line-height:1;
}

.lacorn-reader__stage{
    min-height:0;
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 0 0, rgba(56,189,248,.12), transparent 30%),
        radial-gradient(circle at 100% 0, rgba(168,85,247,.11), transparent 32%),
        #111827;
}

.lacorn-reader__epub,
.lacorn-reader__pdf,
.lacorn-reader__text{
    width:100%;
    height:100%;
}

.lacorn-reader__pdf{
    border:0;
    background:#fff;
}

.lacorn-reader__text{
    overflow:auto;
    max-width:980px;
    margin:0 auto;
    padding:clamp(22px,4vw,58px);
    background:#f8fafc;
    color:#111827;
    font-size:clamp(17px,1.35vw,22px);
    line-height:1.78;
    white-space:pre-wrap;
    box-shadow:0 0 0 1px rgba(15,23,42,.08),0 30px 90px rgba(0,0,0,.26);
}

.lacorn-reader__loading,
.lacorn-reader__error{
    position:absolute;
    inset:auto;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:18px 22px;
    border-radius:18px;
    background:rgba(15,23,42,.92);
    color:#fff;
    font-weight:950;
}

.lacorn-reader__bottom{
    padding:12px clamp(14px,2vw,26px);
    border-top:1px solid rgba(148,163,184,.18);
    background:rgba(15,23,42,.96);
}

.lacorn-reader__bottom button{
    min-width:120px;
    padding:0 14px;
}

.lacorn-reader__bottom input[type="range"]{
    flex:1;
    accent-color:#38bdf8;
}

.lacorn-reader__toast{
    position:fixed;
    left:50%;
    bottom:78px;
    transform:translateX(-50%) translateY(18px);
    opacity:0;
    pointer-events:none;
    padding:12px 16px;
    border-radius:999px;
    background:rgba(15,23,42,.94);
    color:#fff;
    font-weight:950;
    box-shadow:0 18px 44px rgba(0,0,0,.26);
    transition:opacity .2s ease,transform .2s ease;
}

.lacorn-reader__toast.is-visible{
    opacity:1;
    transform:translateX(-50%) translateY(0);
}

.lacorn-reader-settings{
    border-color:rgba(14,165,233,.28)!important;
    background:linear-gradient(135deg,#f0f9ff,#fff)!important;
}

.lacorn-reader-settings__toggle{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    border:1px solid #bae6fd;
    border-radius:16px;
    background:#fff;
    color:#0f172a;
    font-weight:900;
    cursor:pointer;
}

.lacorn-reader-settings__toggle input{
    width:20px;
    height:20px;
    accent-color:#0ea5e9;
}

.lacorn-reader-settings__msg{
    min-height:18px;
    color:#64748b;
    font-size:13px;
    font-weight:800;
}

@media (max-width:760px){
    body.single-post .expert-review-likes{
        align-items:stretch!important;
        flex-direction:column!important;
        padding:12px!important;
    }

    body.single-post .expert-review-likes::before{
        justify-content:center!important;
        padding:2px 0 4px!important;
    }

    body.single-post .expert-review-likes__button{
        width:100%!important;
        min-width:0!important;
    }

    body.single-post .lcab-post-cast__body{
        padding:14px!important;
    }

    body.single-post .lcab-post-cast__list,
    body.single-post .lcab-post-cast__list--with-photos{
        grid-template-columns:1fr!important;
    }

    .lacorn-reader__top{
        grid-template-columns:minmax(0,1fr) auto;
        gap:10px;
    }

    .lacorn-reader__progress{
        display:none;
    }

    .lacorn-reader__actions button:not([data-reader-close]){
        display:none;
    }

    .lacorn-reader__bottom{
        gap:8px;
    }

    .lacorn-reader__bottom button{
        min-width:82px;
        padding:0 10px;
        font-size:13px;
    }

    .lacorn-reader__text{
        padding:22px 16px 80px;
        font-size:17px;
    }
}

/* Lacorn single comments final social layout */
body.single-post #comments.comments-area{
    margin-top:34px!important;
    padding:clamp(18px,2.4vw,30px)!important;
    border:1px solid rgba(191,219,254,.9)!important;
    border-radius:30px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.94))!important;
    box-shadow:0 26px 70px rgba(15,23,42,.10)!important;
}
body.single-post .comment-list,
body.single-post .comment-list ol{
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}
body.single-post .comment-list{
    display:flex!important;
    flex-direction:column!important;
    gap:16px!important;
}
body.single-post .comment-list .comment{
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}
body.single-post .comment-list .comment-body{
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr)!important;
    grid-template-areas:
        "avatar meta"
        "avatar content"
        "avatar actions"!important;
    gap:8px 14px!important;
    min-height:0!important;
    padding:18px!important;
    border:1px solid rgba(203,213,225,.8)!important;
    border-radius:22px!important;
    background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;
    box-shadow:0 14px 36px rgba(15,23,42,.075)!important;
    overflow:visible!important;
}
body.single-post .comment-list .comment-body:hover{
    border-color:rgba(96,165,250,.72)!important;
    box-shadow:0 20px 44px rgba(37,99,235,.11)!important;
}
body.single-post .comment-avatar{
    grid-area:avatar!important;
    align-self:start!important;
    width:54px!important;
    min-width:54px!important;
}
body.single-post .comment-avatar img{
    display:block!important;
    width:54px!important;
    height:54px!important;
    border-radius:18px!important;
    object-fit:cover!important;
    border:3px solid #fff!important;
    background:#e5e7eb!important;
    box-shadow:0 12px 26px rgba(15,23,42,.18)!important;
}
body.single-post .comment-meta{
    grid-area:meta!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:7px 10px!important;
    min-width:0!important;
    margin:0!important;
    padding-top:2px!important;
}
body.single-post .comment-author,
body.single-post .comment-author a,
body.single-post .comment-author-link{
    color:#0f172a!important;
    font-size:16px!important;
    font-weight:950!important;
    line-height:1.2!important;
    text-decoration:none!important;
    letter-spacing:0!important;
}
body.single-post .comment-time{
    display:inline-flex!important;
    align-items:center!important;
    min-height:24px!important;
    padding:0 9px!important;
    border-radius:999px!important;
    background:#eef6ff!important;
    color:#64748b!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
}
body.single-post .comment-content{
    grid-area:content!important;
    min-width:0!important;
    color:#1f2937!important;
    font-size:16px!important;
    line-height:1.62!important;
}
body.single-post .comment-content p{
    margin:0 0 12px!important;
}
body.single-post .comment-content p:last-child{
    margin-bottom:0!important;
}
body.single-post .comment-content .expert-review-likes--size-s{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-direction:row!important;
    width:auto!important;
    max-width:none!important;
    gap:7px!important;
    margin:12px 0 0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
body.single-post .comment-content .expert-review-likes--size-s::before,
body.single-post .comment-content .expert-review-likes--size-s::after{
    display:none!important;
    content:none!important;
}
body.single-post .comment-content .expert-review-likes--size-s .expert-review-likes__button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:44px!important;
    height:28px!important;
    min-height:28px!important;
    padding:0 9px!important;
    border:1px solid rgba(203,213,225,.95)!important;
    border-radius:999px!important;
    background:#fff!important;
    box-shadow:0 8px 18px rgba(15,23,42,.06)!important;
    gap:5px!important;
}
body.single-post .comment-content .expert-review-likes--size-s .expert-review-likes__icon{
    width:15px!important;
    height:15px!important;
    min-width:15px!important;
    margin:0!important;
}
body.single-post .comment-content .expert-review-likes--size-s .expert-review-likes__icon svg{
    width:11px!important;
    height:11px!important;
}
body.single-post .comment-content .expert-review-likes--size-s .expert-review-likes__count{
    color:#0f172a!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1!important;
}
body.single-post .reply{
    grid-area:actions!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    margin:2px 0 0!important;
}
body.single-post .comment-reply-link,
body.single-post .comment-reply-login{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-height:32px!important;
    padding:0 14px!important;
    border:1px solid rgba(147,197,253,.9)!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#eff6ff,#e0f2fe)!important;
    color:#2563eb!important;
    font-size:13px!important;
    font-weight:900!important;
    text-decoration:none!important;
    cursor:pointer!important;
    box-shadow:0 10px 18px rgba(37,99,235,.08)!important;
}
body.single-post .comment-list .children{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
    margin:14px 0 0 68px!important;
    padding:0 0 0 18px!important;
    border-left:2px solid rgba(96,165,250,.28)!important;
}
body.single-post .comment-list .children .comment-body{
    background:linear-gradient(135deg,#ffffff,#fbfdff)!important;
    border-radius:20px!important;
}
@media (max-width:760px){
    body.single-post #comments.comments-area{
        padding:14px!important;
        border-radius:22px!important;
    }
    body.single-post .comment-list .comment-body{
        grid-template-columns:44px minmax(0,1fr)!important;
        gap:7px 10px!important;
        padding:13px!important;
        border-radius:18px!important;
    }
    body.single-post .comment-avatar,
    body.single-post .comment-avatar img{
        width:44px!important;
        height:44px!important;
        min-width:44px!important;
        border-radius:15px!important;
    }
    body.single-post .comment-author,
    body.single-post .comment-author a,
    body.single-post .comment-author-link{
        font-size:14px!important;
    }
    body.single-post .comment-content{
        font-size:15px!important;
    }
    body.single-post .comment-list .children{
        margin-left:20px!important;
        padding-left:12px!important;
    }
}

/* Lacorn EPUB text fallback reader */
.lacorn-reader__text--epub{
    max-width:980px!important;
    margin:0 auto!important;
    padding:clamp(26px,4vw,58px)!important;
    font-size:clamp(17px,1.45vw,21px)!important;
    line-height:1.82!important;
    overflow:auto!important;
}
.lacorn-reader__chapter{
    max-width:820px;
    margin:0 auto 44px;
}
.lacorn-reader__chapter p{
    margin:0 0 1.05em!important;
    text-indent:1.35em;
}
.lacorn-reader__chapter h1,
.lacorn-reader__chapter h2,
.lacorn-reader__chapter h3{
    margin:1.4em 0 .75em!important;
    color:inherit!important;
    line-height:1.18!important;
    text-indent:0!important;
}
.lacorn-reader__chapter img,
.lacorn-reader__chapter svg,
.lacorn-reader__chapter iframe{
    max-width:100%!important;
    height:auto!important;
}
.lacorn-reader[data-reader-theme="dark"] .lacorn-reader__chapter a{color:#93c5fd!important}
.lacorn-reader[data-reader-theme="book"] .lacorn-reader__text--epub{
    background:#fff8e7!important;
    color:#302416!important;
}
@media (max-width:760px){
    .lacorn-reader__text--epub{
        padding:20px 16px 96px!important;
        font-size:17px!important;
        line-height:1.72!important;
    }
    .lacorn-reader__chapter p{
        text-indent:1em;
    }
}
