/* Sofiya comments CSS. */
.comment-form input[type=submit],.drawer-menu__close,.header-icon,.play-online,.quality-links a,.search-modal__close,.single-actions a {
    border: 0;
    border-radius: var(--radius-xs);
    cursor: pointer
}

.comments-box,.content-box,.download-box {
    border-radius: 10px;
    padding: 18px;
    box-shadow: var(--shadow)
}

.comment-content,.download-group,.empty-download,.entry-content,.entry-content p,.episode-row {
    line-height: 2.1;
    font-size: .86rem
}

.comments-box .comment-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.comments-box .comment-body {
    background: #ffffff08;
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 16px;
    margin-bottom: 14px
}

.comments-box .comment-awaiting-moderation,.comments-box .comment-metadata,.comments-box .comment-notes,.comments-box .logged-in-as {
    color: var(--muted)
}

.comments-box .comment-form-author input,.comments-box .comment-form-comment textarea,.comments-box .comment-form-email input,.comments-box .comment-form-url input {
    width: 100%;
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: #ffffff08;
    color: #fff;
    padding: 14px
}

.comments-box .comment-form-comment textarea {
    min-height: 160px
}

.comments-box .comment-reply-link {
    color: var(--green)
}

@media (max-width: 640px) {
.comments-box,.content-box,.download-box {
        padding: 14px;
        border-radius: var(--radius-lg)
    }
}

.comment-form input[type=submit],.drawer-menu__close,.play-online,.quality-links a,.search-modal__close,.single-actions a,.sofiya-vote-btn {
    background: #ffffff12;
    color: #fff;
    backdrop-filter: blur(var(--blur-lg))
}

.details-grid span,.details-grid strong,.hero-kicker,.ig-comment__author,.ig-comment__date,.person-card__name,.person-card__role,.section-title,.single-actions a,.single-hero__chips span,.single-hero__notice,.single-hero__persian,.single-hero__title {
    text-shadow: 0 1px 16px #000000bd
}

.comment-vote-btn,.sofiya-vote-btn {
    cursor: pointer;
    transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease
}

.sofiya-comments-area {
    padding: 0;
    background: 0 0;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none
}

.comments-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px
}

.comments-toolbar__count {
    color: #fff;
    font-weight: 700
}

.comments-sort select {
    appearance: none;
    border: 1px solid #ffffff1a;
    background: #ffffff0f;
    color: #fff;
    border-radius: var(--radius-pill);
    padding: 12px 16px;
    min-width: 150px
}

.instagram-comments {
    display: grid;
    gap: 14px
}

.ig-comment__date,.ig-comment__pending,.ig-comment__replyto {
    font-size: .84rem;
    color: #ffffff9e
}

.ig-comment__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px
}

.comment-vote-btn svg {
    width: 18px;
    height: 18px
}

.sofiya-comment-form .comment-reply-title {
    margin: 0 0 4px;
    font-size: 1.08rem
}

.sofiya-comment-form .comment-form-author,.sofiya-comment-form .comment-form-comment,.sofiya-comment-form .comment-form-email {
    margin: 0
}

.sofiya-comment-form label {
    color: #ffffffd1
}

.sofiya-comment-form textarea {
    min-height: 150px;
    resize: vertical
}

.sofiya-comment-form input:focus,.sofiya-comment-form textarea:focus {
    border-color: #96f20747;
    box-shadow: 0 0 0 4px #96f20714
}

.sofiya-comment-form .submit {
    justify-self: flex-start;
    border: 1px solid #ffffff1a;
    border-radius: var(--radius-pill);
    padding: 14px 20px;
    background: #ffffff14;
    color: #fff
}

@media (max-width: 767px) {
.comments-toolbar,.ig-comment__topline {
        flex-direction:column;
        align-items: flex-start
    }

.ig-comment {
        grid-template-columns: 44px minmax(0,1fr);
        gap: 12px;
        padding: 14px
    }

.ig-comment__avatar {
        width: 44px;
        height: 44px;
        font-size: .9rem
    }
}

.comment-vote-btn svg,.comments-sort__trigger svg,.section-title--with-icon svg,.single-actions--compact a svg,.single-hero__notice svg,.sofiya-comment-submit svg,.sofiya-vote-btn svg {
    display: block;
    width: 24px;
    flex: 0 0 24px;
    aspect-ratio: 1/1;
    height: 24px;
}

.comments-box .section-title {
    margin-bottom: 18px
}

.sofiya-comments-layout {
    display: grid;
    gap: 22px
}

.sofiya-comment-form .comment-reply-title {
    grid-column: 1/-1;
    margin: 0 0 2px
}

.sofiya-comment-field-wrap,.sofiya-comment-sidebar p {
    margin: 0
}

.sofiya-comment-field-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.sofiya-comment-field-wrap textarea {
    min-height: 188px;
    height: 100%
}

.sofiya-comment-spoiler label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #fffc
}

.comments-sort__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    color: #fff
}

.comments-sort__item:hover {
    background: #ffffff0f
}

.ig-comment__topline {
    align-items: flex-start
}

.ig-comment__author {
    display: block
}

.ig-comment__replyto {
    margin-top: 4px
}

.ig-comment__full {
    display: block
}

.ig-comment__excerpt {
    display: none
}

.ig-comment__text.is-collapsed .ig-comment__excerpt {
    display: block
}

.ig-comment__text.is-collapsed .ig-comment__full {
    display: none
}

.ig-comment__text.is-spoiler .ig-comment__text-inner {
    filter: blur(7px);
    user-select: none
}

.ig-comment__text.is-spoiler.is-revealed .ig-comment__text-inner {
    filter: none
}

.ig-comment__more-btn {
    color: #fff
}

.ig-comment__actions {
    justify-content: space-between;
    gap: 12px
}

.ig-comment__vote-group {
    display: flex;
    align-items: center;
    gap: 8px
}

.ig-comment__meta-date {
    font-size: .70rem;
    color: #ffffff9e
}

@media (max-width: 991px) {
.sofiya-comment-form {
        grid-template-columns: 1fr
    }

.sofiya-comment-sidebar {
        align-items: center
    }

.sofiya-comment-sidebar p {
        width: 100%
    }

.sofiya-comment-submit-wrap {
        justify-content: space-between
    }

.comments-toolbar {
        align-items: stretch;
        flex-direction: column
    }

.comments-sort {
        align-self: flex-start
    }
}

@media (max-width: 640px) {
.ig-comment {
        grid-template-columns:44px minmax(0,1fr);
        gap: 12px;
        padding: 14px
    }

.ig-comment__avatar {
        width: 44px;
        height: 44px
    }

.sofiya-comment-submit {
        width: 50px;
        height: 50px
    }
}

.sofiya-comment-form-wrap,.sofiya-comments-list-wrap {
    border-radius: var(--radius-xl);
    background: 0 0;
    border: 0
}

.sofiya-comment-form {
    margin-top: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    display: grid;
    grid-template-columns: 260px minmax(0,1fr);
    gap: 8px;
    align-items: end
}

.comment-respond h3 {
    display: none
}

.sofiya-comment-form .comment-reply-title {
    grid-column: 1/-1;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.sofiya-comment-cancel-reply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: var(--radius-pill);
    border: 1px solid #ffffff1f;
    background: #ffffff0f;
    color: #fff;
    cursor: pointer
}

.sofiya-comment-main {
    min-width: 0
}

.sofiya-comment-field-wrap,.sofiya-comment-sidebar p {
    margin: 0;
    width: 100%
}

.sofiya-comment-form input[type=email],.sofiya-comment-form input[type=text],.sofiya-comment-form textarea {
    width: 100%;
    border: 1px solid #ffffff14;
    background: #ffffff1a;
    color: #fff;
    border-radius: 15px;
    padding: 12px 16px;
    outline: 0;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
    font-size: 0.6rem;
}

.sofiya-comment-form input::placeholder,.sofiya-comment-form textarea::placeholder {
    color: #a9a9a9;
    font-size: .8rem
}

.sofiya-comment-form label {
    margin: 0
}

.sofiya-comment-form label:not(.sofiya-comment-toggle) {
    display: none
}

.sofiya-comment-field-wrap textarea {
    min-height: 150px;
    resize: vertical
}

.sofiya-comment-submit-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px
}

.sofiya-comment-submit svg,.sofiya-comment-submit--inline svg {
    color: currentColor
}

.sofiya-comment-form .form-submit {
    display: none
}

.sofiya-comment-form.is-submitting .sofiya-comment-submit--inline {
    opacity: .6;
    pointer-events: none
}

.sofiya-comment-spoiler {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    flex-direction: column-reverse
}

.sofiya-comment-spoiler__box::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    transition: .22s ease
}

.sofiya-comment-spoiler input:checked+.sofiya-comment-spoiler__box {
    background: #55be9552;
    border-color: #55be9580
}

.sofiya-comment-spoiler input:checked+.sofiya-comment-spoiler__box::after {
    transform: translateX(0);
    background: #55be95
}

.sofiya-comment-spoiler__label {
    font-size: .92rem;
    color: #ffffffd1
}

.comments-toolbar {
    margin-bottom: 14px
}

.comments-sort__trigger.is-open svg {
    transform: rotate(180deg)
}

.comments-sort__trigger svg {
    width: 18px;
    height: 18px
}

.comments-sort__menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 8;
    min-width: 140px;
    padding: 4px;
    border-radius: 15px;
    background: var(--bgdark);
    border: 1px solid #ffffff14;
    box-shadow: 0 24px 44px #00000047;
}

.comments-sort__item {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    color: #fff;
    font-size: .7rem;
    cursor: pointer
}

.comments-sort__item input {
    display: none
}

.comments-sort__item:has(input:checked),.comments-sort__item:hover {
    background: #ffffff0f
}

.instagram-comments {
    display: grid;
    gap: 16px
}

.sofiya-comments-empty {
    padding: 18px;
    border-radius: 15px;
    background: #ffffff0a;
    border: 1px dashed #ffffff1f;
    color: #ffffffad;
    text-align: center
}

.ig-comment {
    display: grid;
    grid-template-columns: 56px minmax(0,1fr);
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: var(--radius-2xl);
    background: #ffffff0d;
    border: 1px solid #ffffff14
}

.ig-comment__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--avatar-color,#17335b);
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: .04em
}

.ig-comment__body {
    min-width: 0
}

.ig-comment__topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px
}

.ig-comment__author {
    display: block;
    font-size: .7rem
}

.ig-comment__date,.ig-comment__pending,.ig-comment__replyto {
    font-size: .6rem;
    color: #ffffff9e
}

.ig-comment__pending {
    display: inline-flex;
    margin-top: 8px;
    padding: 6px 10px;
    border-radius: var(--radius-pill);
    background: #ffc1071f;
    border: 1px solid #ffc1072e;
    color: #ffe49b
}

.ig-comment__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px
}

.ig-comment__vote-group {
    display: flex;
    align-items: center;
    gap: 4px;
    transform: scale(.7);
    transform-origin: right
}

.comment-vote-btn,.ig-comment__reply-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    border-radius: var(--radius-pill);
    border: 0;
    background: 0 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.comment-vote-btn svg {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px
}

.ig-comment__reply-btn {
    font-size: .7rem
}

.comment-vote-btn.is-active,.sofiya-vote-btn.is-active {
    color: #000;
    background: #00da95;
    border-color: #00da95
}

@media (max-width: 991px) {
.sofiya-comment-form {
        grid-template-columns:1fr
    }

.sofiya-comment-sidebar {
        align-items: center
    }

.sofiya-comment-sidebar p {
        width: 100%
    }

.comments-toolbar {
        align-items: stretch;
        flex-direction: column
    }

.comments-sort {
        align-self: flex-start
    }
}

@media (max-width: 640px) {
.ig-comment {
        grid-template-columns:44px minmax(0,1fr);
        gap: 12px;
        padding: 14px
    }

.ig-comment--child {
        margin-right: 16px
    }

.ig-comment__avatar {
        width: 44px;
        height: 44px
    }

.sofiya-comment-submit,.sofiya-comment-submit--inline {
        width: 50px;
        height: 50px;
        flex-basis: 50px
    }

.sofiya-comment-submit-wrap {
        justify-content: space-between
    }
}

.sofiya-comment-form .comment-reply-title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.sofiya-comment-cancel-reply[hidden],.sofiya-comment-submit--native,[data-comment-submit][hidden] {
    display: none!important
}

.sofiya-comment-cancel-reply {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: var(--radius-pill);
    border: 1px solid #ffffff1f;
    background: #ffffff0f;
    color: #fff;
    cursor: pointer
}

.sofiya-comment-sidebar__fields {
    flex-direction: column
}

.sofiya-comment-field-wrap,.sofiya-comment-sidebar p {
    order: 1;
    display: flex;
    align-items: center;
    gap: 14px
}

.sofiya-comment-avatar-preview {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--avatar-color,#17335b);
    font-size: 1.6rem;
    font-weight: 800;
    box-shadow: 0 18px 30px #0000003d;
    flex: 0 0 88px;
    border: 4px solid #55be95
}

.sofiya-comment-main {
    order: 2;
    min-width: 0;
    display: flex
}

.sofiya-comment-field-wrap {
    order: 2;
    min-width: 0;
    display: flex;
    flex-direction: row
}

.sofiya-comment-field-wrap textarea {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    font-size: 1rem;
}

.sofiya-comment-submit-wrap {
    height: 100px
}

.sofiya-comment-submit,.sofiya-comment-submit--inline {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #00da95;
    border: 1px solid #ffffff24;
    color: #000;
    padding: 0;
    flex: 0 0 56px;
    box-shadow: 0 0 20px #00da9566;
    cursor: pointer
}

.sofiya-comment-submit--inline:hover,.sofiya-comment-submit:hover {
    background: var(--greenhov)
}

.sofiya-comment-submit svg,.sofiya-comment-submit--inline svg {
    pointer-events: none
}

.sofiya-comment-spoiler input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.sofiya-comment-spoiler__box {
    width: 42px;
    height: 22px;
    border-radius: var(--radius-xl);
    border: 1px solid #ffffff2e;
    background: #ffffff0f;
    display: inline-block;
    position: relative
}

.sofiya-comment-spoiler input:checked+.sofiya-comment-spoiler__box::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 25px;
    background: var(--green)
}

.sofiya-comment-spoiler__label {
    font-size: .7rem;
    text-align: center
}

.comments-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px
}

.comments-sort {
    position: relative
}

.comments-sort__item input {
    display: none!important
}

.comment-vote-btn svg {
    width: 24px!important;
    height: 24px!important;
    flex: 0 0 24px!important
}

.ig-comment__date+.ig-comment__date {
    display: none!important
}

@media (max-width: 991px) {
.sofiya-comment-sidebar {
        align-items:flex-start
    }

.sofiya-comment-sidebar__fields {
        grid-template-columns: 1fr
    }

.comments-toolbar {
        align-items: stretch;
        flex-direction: column
    }

.comments-sort {
        align-self: flex-start
    }
}

@media (max-width: 640px) {
.sofiya-comment-avatar-preview {
        width:72px;
        height: 72px;
        flex-basis: 72px
    }

.sofiya-comment-submit,.sofiya-comment-submit--inline {
        width: 50px;
        height: 50px;
        flex-basis: 50px
    }

.sofiya-comment-submit-wrap {
        justify-content: space-between
    }
}

.sofiya-comment-main {
    order: 2!important;
    display: block!important;
    flex-basis: auto!important
}

.sofiya-comment-field-wrap,.sofiya-comment-sidebar__fields {
    display: flex;
    gap: 8px;
    width: 100%
}

.sofiya-comment-field-wrap,.sofiya-comment-sidebar p {
    margin: 0!important;
    width: 100%!important
}

.sofiya-comment-avatar-preview {
    overflow: hidden
}

.sofiya-comment-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit
}

.sofiya-comment-sidebar--logged .sofiya-comment-sidebar__fields {
    gap: 8px
}

.sofiya-comment-sidebar--logged .sofiya-comment-sidebar__fields strong {
    width: 100%;
    border: 1px solid #ffffff14;
    background: #ffffff1a;
    color: #55be95;
    border-radius: var(--radius-4xl);
    padding: 12px 16px;
    outline: 0;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
    font-weight: 400;
    font-size: .8rem
}

.sofiya-comment-sidebar--logged .sofiya-comment-sidebar__fields small {
    font-size: .7rem;
    word-break: break-word;
    width: 100%;
    border: 1px solid #ffffff14;
    background: #ffffff1a;
    color: #55be95;
    border-radius: var(--radius-4xl);
    padding: 12px 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    direction: ltr
}

.sofiya-comment-submit {
    position: relative
}

.sofiya-comment-submit__icon,.sofiya-comment-submit__loader {
    grid-area: 1/1;
    display: flex;
}

.sofiya-comment-submit__loader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ffffff38;
    border-top-color: #fff;
    display: none;
    animation: sofiyaCommentSpin .8s linear infinite
}

.sofiya-comment-form.is-submitting .sofiya-comment-submit__icon {
    opacity: 0
}

.sofiya-comment-form.is-submitting .sofiya-comment-submit__loader {
    display: block
}

.sofiya-comment-form.is-submitting button,.sofiya-comment-form.is-submitting input,.sofiya-comment-form.is-submitting textarea {
    pointer-events: none
}

.sofiya-comment-children {
    display: grid;
    gap: 12px;
    margin-right: 28px;
    padding-right: 18px;
    border-right: 1px solid #ffffff14
}

.ig-comment--child {
    margin-right: 0!important
}

@media (max-width: 991px) {
.sofiya-comment-form {
        grid-template-columns:1fr!important
    }

.sofiya-comment-children {
        margin-right: 14px;
        padding-right: 12px
    }
}

@media (max-width: 640px) {
.sofiya-comment-children {
        margin-right:10px;
        padding-right: 10px
    }
}

.ig-comment__avatar--has-image,.sofiya-comment-avatar-preview--has-image {
    background: 0 0;
    border: 0;
    overflow: hidden
}

.ig-comment__avatar--has-image img,.sofiya-comment-avatar-preview--has-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit
}

.ig-comment__rank-icon,.sofiya-comment-rank__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #ffef01;
}

.ig-comment__author-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.ig-comment__avatar {
    overflow: hidden
}

.ig-comment__avatar-text {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%
}

.sofiya-comment-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    flex-direction: row-reverse
}

.sofiya-comment-toggle input {
    margin: 0
}

.sofiya-comment-toggle__track {
    border: 1px solid #ffffff24;
    transition: .24s ease;
    box-shadow: inset 0 2px 10px #00000029
}

.sofiya-comment-toggle__thumb {
    position: absolute;
    top: 1px;
    right: 1px;
    box-shadow: 0 8px 18px #0000002e;
}

.sofiya-comment-toggle__option {
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    font-size: .5rem;
    font-weight: 400;
    pointer-events: none;
    transition: opacity .24s ease;
    color: #cfe3f7
}

.sofiya-comment-toggle__option--right {
    right: 4px;
    opacity: 0
}

.sofiya-comment-toggle__option--left {
    left: 4px;
    opacity: 1
}

.sofiya-comment-toggle__label {
    font-size: .6rem;
    color: #ffffffe6
}

.sofiya-comment-toggle input:checked+.sofiya-comment-toggle__track {
    background: #55be9538;
    border-color: #55be9566
}

.sofiya-comment-toggle input:checked+.sofiya-comment-toggle__track .sofiya-comment-toggle__thumb {
    transform: translateX(-28px);
    background: #55be95
}

.sofiya-comment-toggle input:checked+.sofiya-comment-toggle__track .sofiya-comment-toggle__option--right {
    opacity: 1
}

.sofiya-comment-toggle input:checked+.sofiya-comment-toggle__track .sofiya-comment-toggle__option--left {
    opacity: 0
}

@media (max-width: 640px) {
.sofiya-comment-toggle {
        gap:10px
    }

.sofiya-comment-toggle__track {
        width: 72px;
        height: 34px
    }

.sofiya-comment-toggle__thumb {
        width: 26px;
        height: 26px
    }

.sofiya-comment-toggle input:checked+.sofiya-comment-toggle__track .sofiya-comment-toggle__thumb {
        transform: translateX(-24px)
    }
}

.sofiya-comments-area {
    margin-top: 28px
}

.sofiya-comments-layout {
    gap: 18px
}

.sofiya-comment-form-wrap,.sofiya-comments-list-wrap {
    position: relative;
    border-radius: var(--radius-4xl);
    background: linear-gradient(135deg,#ffffff12,#ffffff08);
    border: 1px solid #ffffff18;
    box-shadow: 0 18px 60px #00000038;
    backdrop-filter: blur(var(--blur-3xl)) saturate(160%);
    -webkit-backdrop-filter: blur(var(--blur-3xl)) saturate(160%);
    padding: 16px
}

.sofiya-comment-form {
    display: grid;
    gap: 12px;
    margin: 0
}

.sofiya-comment-form .comment-reply-title {
    font-size: .86rem;
    font-weight: 900;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.sofiya-comment-cancel-reply {
    display: inline-flex!important;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ffffff1f;
    border-radius: var(--radius-pill);
    background: #ffffff10;
    color: #fff;
    font-size: .72rem;
    cursor: pointer;
    transition: .2s ease
}

.sofiya-comment-cancel-reply[aria-hidden="true"],.sofiya-comment-cancel-reply[style*="display:none"] {
    display: none!important
}

.sofiya-comment-cancel-reply:hover {
    background: #ff5b6f22;
    border-color: #ff5b6f55;
    color: #ffd7dd
}

.sofiya-comment-cancel-reply__icon svg {
    width: 14px;
    height: 14px;
    display: block
}

.sofiya-comment-main {
    min-width: 0
}

.sofiya-comment-field-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: end;
    border-radius: var(--radius-xl);
    background: #05070bcc;
    border: 1px solid #ffffff18;
    padding: 10px;
    box-shadow: inset 0 1px 0 #ffffff0e
}

.sofiya-comment-field-wrap textarea {
    grid-column: 1/-1;
    width: 100%;
    min-height: 54px;
    max-height: 160px;
    resize: vertical;
    border: 0!important;
    outline: 0!important;
    background: transparent!important;
    color: #fff!important;
    padding: 4px 4px 0!important;
    box-shadow: none!important;
    line-height: 1.9;
    font-size: .86rem
}

.sofiya-comment-field-wrap textarea::placeholder {
    color: #ffffff73
}

.sofiya-comment-submit-wrap {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 2px
}

.sofiya-comment-submit.sofiya-comment-submit--inline {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: var(--radius-md);
    border: 0;
    background: linear-gradient(135deg,#55be95,#7ff0be);
    color: #06120e;
    box-shadow: 0 10px 26px #55be9540;
    cursor: pointer;
    transition: transform .18s ease,filter .18s ease
}

.sofiya-comment-submit.sofiya-comment-submit--inline:hover {
    transform: translateY(-1px);
    filter: saturate(1.1)
}

.sofiya-comment-submit__icon svg {
    width: 24px;
    height: 24px;
    display: block
}

.sofiya-comment-toggle--spoiler {
    height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    border-radius: var(--radius-pill);
    background: #ffffff0a;
    border: 1px solid #ffffff14;
    color: #ffffffc9;
    font-size: .72rem;
    white-space: nowrap
}

.sofiya-comment-toggle--spoiler input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.sofiya-comment-toggle__track {
    width: 34px;
    height: 20px;
    border-radius: var(--radius-pill);
    background: #ffffff18;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 2px;
    overflow: hidden
}

.sofiya-comment-toggle__thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffffb8;
    transition: .2s ease;
    display: block
}

.sofiya-comment-toggle--spoiler input:checked+.sofiya-comment-toggle__track {
    background: #ffb54755
}

.sofiya-comment-toggle--spoiler input:checked+.sofiya-comment-toggle__track .sofiya-comment-toggle__thumb {
    transform: translateX(-14px);
    background: #ffcf7a
}

.sofiya-comment-toggle__option {
    display: none!important
}

.sofiya-comment-reply-indicator {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 4px;
    padding: 8px 10px;
    border-radius: var(--radius-md);
    background: #55be9517;
    border: 1px solid #55be9533;
    color: #d9ffef;
    font-size: .70rem;
    line-height: 1.6
}

.sofiya-comment-avatar-preview {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-md);
    display: grid;
    place-items: center;
    background: var(--avatar-color,#17335b);
    overflow: hidden;
    color: #fff;
    font-weight: 900
}

.sofiya-comment-avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.sofiya-comment-sidebar__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-width: 0
}

.sofiya-comment-sidebar__fields--logged {
    display: block;
    color: #fff
}

.sofiya-comment-sidebar__fields--logged small {
    display: block;
    color: #ffffff8f;
    font-size: .72rem;
    margin-top: 2px
}

.sofiya-comment-sidebar input {
    width: 100%;
    height: 42px;
    border-radius: var(--radius-base)!important;
    border: 1px solid #ffffff16!important;
    background: #0000002e!important;
    color: #fff!important;
    padding: 0 12px!important;
    outline: 0!important
}

.comments-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px
}

.comments-toolbar__count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 12px;
    border-radius: var(--radius-pill);
    background: #ffffff0d;
    border: 1px solid #ffffff16;
    color: #fff;
    font-weight: 900;
    font-size: .8rem
}

.comments-sort {
    position: relative
}

.comments-sort__trigger {
    border-radius: var(--radius-pill);
    border: 1px solid #ffffff16;
    background: #ffffff0d;
    color: #fff;
    cursor: pointer;
}

.comments-sort__trigger svg {
    color: #fff;
    cursor: pointer;
    transform: scale(0.7);
}

.comments-sort__menu {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    min-width: 170px;
    padding: 8px;
    border-radius: 15px;
    background: #10141be8;
    border: 1px solid #ffffff18;
    box-shadow: 0 18px 45px #00000066;
    z-index: 8;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px)
}

.comments-sort__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 13px;
    color: #fff;
    font-size: .72rem;
    cursor: pointer
}

.comments-sort__item:hover {
    background: #ffffff0d
}

.comments-sort__item input {
    accent-color: #55be95
}

.instagram-comments {
    display: grid;
    gap: 12px
}

.ig-comment {
    display: grid!important;
    grid-template-columns: 44px minmax(0,1fr)!important;
    gap: 10px!important;
    align-items: flex-start!important;
    padding: 0!important;
    border: 0!important;
    background: transparent!important
}

.ig-comment--child {
    margin-right: 42px!important;
    position: relative
}

.ig-comment--child:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 15px;
    height: 31px;
    border-right: 1px solid #ffffff18;
    border-bottom: 1px solid #ffffff18;
    border-radius: 0 0 12px 0
}

.ig-comment__avatar {
    width: 44px!important;
    height: 44px!important;
    border-radius: var(--radius-base)!important;
    background: var(--avatar-color,#17335b);
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 24px #00000026;
    border: 1px solid #ffffff14;
    transition: .18s ease
}

.ig-comment__avatar:hover {
    transform: translateY(-1px);
    border-color: #55be9570
}

.ig-comment__avatar-text {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%
}

.ig-comment__body {
    min-width: 0;
    display: grid;
    gap: 5px
}

.ig-comment__bubble {
    position: relative;
    border-radius: 30px 8px 30px 30px;
    background: linear-gradient(135deg,#ffffff12,#ffffff08);
    border: 1px solid #ffffff16;
    padding: 12px 16px 12px;
    box-shadow: 0 12px 34px #00000026;
    backdrop-filter: blur(var(--blur-xl)) saturate(150%);
    -webkit-backdrop-filter: blur(var(--blur-xl)) saturate(150%)
}

.ig-comment__topline {
    display: flex!important;
    align-items: flex-start!important;
    justify-content: space-between!important;
    gap: 10px!important
}

.ig-comment__author-wrap {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0
}

.ig-comment__author-line {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    min-width: 0
}

.ig-comment__author {
    font-size: .78rem!important;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    text-shadow: none!important
}

.ig-comment__author:hover {
    color: #9fffc7
}

.ig-comment__rank {
    display: inline-flex!important;
    align-items: center;
    gap: 4px;
    margin: 0!important;
    border-radius: var(--radius-pill);
    color: #ffe300;
    font-size: .62rem!important;
    line-height: 1.5;
    white-space: nowrap
}

.ig-comment__rank-icon svg {
    width: 15px !important;
    height: 15px !important;
    display: block
}

.ig-comment__date {
    font-size: .62rem!important;
    color: #ffffff7a!important;
    white-space: nowrap;
    text-shadow: none!important
}

.ig-comment__replyto {
    font-size: .66rem!important;
    color: #9fffc7!important;
    text-shadow: none!important
}

.ig-comment__pending {
    display: inline-flex;
    margin-top: 8px;
    padding: 5px 9px;
    border-radius: var(--radius-pill);
    background: #ffc1071f;
    border: 1px solid #ffc1072e;
    color: #ffe49b;
    font-size: .66rem
}

.ig-comment__text {
    margin-top: 8px!important;
    padding: 0!important;
    border: 0!important;
    background: transparent!important;
    line-height: 2!important;
    font-size: .8rem !important;
    color: #ffffffe8;
}

.ig-comment__full {
    display: block
}

.ig-comment__excerpt {
    display: none
}

.ig-comment__text.is-collapsed .ig-comment__excerpt {
    display: block
}

.ig-comment__text.is-collapsed .ig-comment__full {
    display: none
}

.ig-comment__text.is-spoiler .ig-comment__text-inner {
    filter: blur(7px);
    user-select: none
}

.ig-comment__text.is-spoiler.is-revealed .ig-comment__text-inner {
    filter: none
}

.ig-comment__more-btn,.ig-comment__spoiler-btn {
    margin-top: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ddd;
    cursor: pointer;
    font: inherit;
    font-size: .64rem;
}

.ig-comment__actions {
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    gap: 8px!important;
    margin-top: 0!important;
    padding: 0 4px!important
}

.ig-comment__vote-group {
    display: flex!important;
    align-items: center!important;
    gap: 3px!important;
    transform: scale(0.8);
}

.comment-vote-btn,.ig-comment__reply-btn {
    height: 24px;
    min-width: 24px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 8px!important;
    border-radius: var(--radius-pill)!important;
    border: 0!important;
    background: transparent!important;
    color: #ffffff9f!important;
    cursor: pointer;
    text-decoration: none;
    transition: .18s ease;
    font-size: .72rem!important
}

.comment-vote-btn svg,.ig-comment__reply-btn svg {
    width: 16px;
    height: 16px;
    display: block
}

.comment-vote-btn:hover,.ig-comment__reply-btn:hover {

    color: #fff!important
}

.comment-vote-btn.is-active {
    color: #9fffc7!important;
    background: #55be9518!important
}

.comment-vote-btn:disabled {
    opacity: .72;
    cursor: default
}

.ig-comment__reply-btn {
    padding: 0!important;
    width: 32px
}

.ig-comment__reply-btn.is-active {
    background: #55be9520!important;
    color: #9fffc7!important
}

.sofiya-comments-empty {
    padding: 18px;
    border-radius: var(--radius-xl);
    background: #ffffff0a;
    border: 1px dashed #ffffff22;
    color: #ffffffad;
    text-align: center
}

@media (max-width: 740px) {
.sofiya-comment-form-wrap,.sofiya-comments-list-wrap {
        border-radius:var(--radius-3xl);
        padding: 12px;
        margin-inline:-2px}

.sofiya-comment-sidebar {
        grid-template-columns: 38px minmax(0,1fr);
        padding: 8px;
        border-radius: var(--radius-lg)
    }

.sofiya-comment-avatar-preview {
        width: 38px;
        height: 38px;
        border-radius: var(--radius-md)
    }

.sofiya-comment-sidebar__fields {
        grid-template-columns: 1fr;
        gap: 7px
    }

.sofiya-comment-sidebar input {
        height: 40px
    }

.sofiya-comment-field-wrap {
        border-radius: var(--radius-2xl);
        padding: 9px
    }

.sofiya-comment-field-wrap textarea {
        min-height: 48px;
        font-size: .82rem
    }

.sofiya-comment-toggle--spoiler {
        height: 32px;
        font-size: .68rem;
        padding: 0 8px
    }

.sofiya-comment-submit.sofiya-comment-submit--inline {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: var(--radius-md)
    }

.comments-toolbar {
        align-items: stretch;
        flex-direction: row
    }

.comments-sort__trigger,.comments-toolbar__count {
        height: 32px;
        font-size: .72rem;
        padding: 0 10px
    }

.comments-sort__menu {
        left: 0;
        right: auto
    }

.instagram-comments {
        gap: 11px
    }

.ig-comment {
        grid-template-columns: 38px minmax(0,1fr)!important;
        gap: 8px!important
    }

.ig-comment__avatar {
        width: 38px!important;
        height: 38px!important;
        border-radius: var(--radius-md)!important
    }

.ig-comment__bubble {
        border-radius: var(--radius-xl) 7px 20px 20px;
        padding: 10px
    }

.ig-comment__topline {
        gap: 8px!important
    }

.ig-comment__author {
        font-size: .74rem!important
    }

.ig-comment__rank {
        font-size: .58rem!important;
        padding: 1px 6px!important
    }

.ig-comment__date {
        font-size: .56rem!important
    }

.ig-comment__text {
        font-size: .78rem!important;
        line-height: 1.9!important
    }

.ig-comment--child {
        margin-right: 25px!important
    }

.ig-comment--child:before {
        right: -17px;
        width: 10px
    }

.comment-vote-btn,.ig-comment__reply-btn {
        height: 28px;
        min-width: 28px
    }

.comment-vote-btn svg,.ig-comment__reply-btn svg {
        width: 15px;
        height: 15px
    }
}

.sofiya-comment-form-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    background: radial-gradient(circle at 18% 0%,rgba(85,190,149,.14),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
    box-shadow: 0 24px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.07);
    padding: 18px;
    border-radius: var(--radius-4xl)
}

.sofiya-comment-form-wrap:before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 27px;
    background: linear-gradient(90deg,transparent,rgba(85,190,149,.10),transparent);
    pointer-events: none
}

.sofiya-comment-form {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(150px,210px) minmax(0,1fr)!important;
    align-items: stretch!important;
    gap: 14px!important
}

.sofiya-comment-form .comment-reply-title {
    display: none!important
}

.sofiya-comment-sidebar {
    align-self: stretch!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: flex-start!important;
    gap: 14px !important;
    order: 1!important;
    padding: 14px 12px!important;
    border-radius: var(--radius-3xl)!important;
    background: rgba(255,255,255,.055)!important;
    border: 1px solid rgba(255,255,255,.09)!important;
    min-width: 0
}

.sofiya-comment-main {
    order: 2!important;
    display: block!important;
    width: 100%!important
}

.sofiya-comment-avatar-preview {
    width: 82px!important;
    height: 82px!important;
    flex: 0 0 82px!important;
    border-radius: 30px!important;
    border: 3px solid rgba(85,190,149,.65)!important;
    box-shadow: 0 14px 34px rgba(0,0,0,.38),0 0 0 7px rgba(85,190,149,.08)!important;
    overflow: hidden
}

.sofiya-comment-avatar-preview img,.sofiya-comment-avatar-image {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    border-radius: inherit!important
}

.sofiya-comment-sidebar__fields {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    gap: 7px!important;
    width: 100%;
    min-width: 0
}

.sofiya-comment-sidebar__fields strong {
    max-width: 100%;
    font-size: .9rem;
    font-weight: 900;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sofiya-comment-sidebar__fields small {
    max-width: 100%;
    font-size: .7rem;
    color: rgba(255,255,255,.62);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr
}

.sofiya-comment-sidebar__fields p {
    width: 100%!important;
    display: block!important;
    margin: 0!important
}

.sofiya-comment-form input[type=text],.sofiya-comment-form input[type=email] {
    height: 42px!important;
    padding: 0 13px!important;
    border-radius: 15px!important;
    font-size: .78rem!important;
    text-align: center;
    background: rgba(0, 0, 0, 0.58) !important;
    border-color: rgba(85,190,149,.20)!important
}

.sofiya-comment-field-wrap {
    position: relative;
    display: flex!important;
    flex-direction: column!important;
    gap: 12px!important;
    width: 100%!important
}

.sofiya-comment-field-wrap textarea {
    min-height: 150px!important;
    height: 150px!important;
    width: 100%!important;
    border-radius: var(--radius-3xl)!important;
    background: rgba(0, 0, 0, 0.22) !important;
    padding: 20px 20px 68px!important;
    font-size: .98rem!important;
    line-height: 2!important;
}

.sofiya-comment-field-wrap textarea:focus {
    border-color: rgba(85,190,149,.55)!important;
    box-shadow: 0 0 0 4px rgba(85,190,149,.10),inset 0 1px 0 rgba(255,255,255,.07)!important
}

.sofiya-comment-form textarea::placeholder {
    color: rgba(255,255,255,.45)!important;
    font-size: .82rem!important
}

.sofiya-comment-submit-wrap {
    position: absolute!important;
    left: 14px!important;
    right: 14px!important;
    bottom: 14px!important;
    height: auto!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    gap: 12px!important;
    pointer-events: none
}

.sofiya-comment-submit-wrap>* {
    pointer-events: auto
}

.sofiya-comment-submit,.sofiya-comment-submit--inline {
    width: 52px!important;
    height: 52px!important;
    flex: 0 0 52px!important;
    border-radius: 19px!important;
    background: linear-gradient(145deg,#74f2b7,#25c987)!important;
    color: #06120d!important;
    border: 1px solid rgba(255,255,255,.24)!important;
    box-shadow: 0 16px 32px rgba(37,201,135,.24),inset 0 1px 0 rgba(255,255,255,.35)!important;
    transition: transform .18s ease,box-shadow .18s ease,filter .18s ease
}

.sofiya-comment-submit:hover,.sofiya-comment-submit--inline:hover {
    transform: translateY(-2px) scale(1.03);
    filter: saturate(1.08);
    box-shadow: 0 20px 38px rgba(37,201,135,.34),inset 0 1px 0 rgba(255,255,255,.38)!important
}

.sofiya-comment-submit:active,.sofiya-comment-submit--inline:active {
    transform: translateY(0) scale(.98)
}

.sofiya-comment-reply-indicator {
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    gap: 10px!important;
    min-height: 36px;
    padding: 7px 8px 7px 12px;
    border-radius: var(--radius-pill);
    background: rgba(85,190,149,.12);
    border: 1px solid rgba(85,190,149,.27);
    color: #dfffee;
    font-size: .78rem
}

.sofiya-comment-reply-cancel {
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.12);
    color: #fff;
    cursor: pointer;
    padding: 0
}

.sofiya-comment-reply-cancel svg {
    width: 16px;
    height: 16px;
    display: block
}

.sofiya-comment-toggle--spoiler {
    border-radius: var(--radius-pill)!important;
    background: rgba(255,255,255,.07)!important;
    border: 1px solid rgba(255,255,255,.10)!important;
    padding: 7px 10px!important;
    flex-direction: row!important
}

.comments-sort__trigger {
    min-width: 140px !important;
    height: 32px !important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 4px !important;
    white-space: nowrap!important;
}

.comments-sort__trigger span {
    white-space: nowrap!important;
    line-height: 1!important;
    font-size: .7rem !important;
}

.comments-sort__menu {
    min-width: 170px!important
}

.ig-comment {
    grid-template-columns: 50px minmax(0,1fr) !important;
    gap: 11px!important
}

.ig-comment__avatar {
    width: 56px !important;
    height: 56px !important;
    border-radius: var(--radius-lg)!important;
    font-size: 1rem!important;
    box-shadow: 0 10px 22px rgba(0,0,0,.32)!important
}

.ig-comment__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.ig-comment__topline {
    gap: 10px!important
}

.ig-comment__author-line {
    gap: 7px!important
}

.ig-comment__author {
    font-size: .86rem!important
}

.ig-comment__rank {
    font-size: .63rem !important;
    padding: 3px 8px!important
}

.ig-comment__reply-btn {
    width: 24px !important;
    height: 24px !important;
    border-radius: var(--radius-sm)!important;
    display: flex;
    place-items: center!important;
}

.ig-comment__reply-btn svg {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
}

@media (max-width: 780px) {
.sofiya-comment-form-wrap {
        padding:14px;
        border-radius: var(--radius-3xl)
    }

.sofiya-comment-form {
        grid-template-columns: 1fr!important;
        gap: 12px!important
    }

.sofiya-comment-sidebar {
        flex-direction: row!important;
        align-items: center!important;
        justify-content: flex-start!important;
        padding: 10px 12px!important;
        border-radius: var(--radius-xl)!important
    }

.sofiya-comment-avatar-preview {
        width: 58px!important;
        height: 58px!important;
        flex-basis: 58px!important;
        border-radius: var(--radius-2xl)!important
    }

.sofiya-comment-sidebar__fields {
        align-items: flex-start!important;
        gap: 6px!important
    }

.sofiya-comment-sidebar__fields strong {
        text-align: right
    }

.sofiya-comment-sidebar__fields small {
        display: none!important
    }

.sofiya-comment-form input[type=text],.sofiya-comment-form input[type=email] {
        text-align: right!important;
        height: 40px!important
    }

.sofiya-comment-field-wrap textarea {
        min-height: 132px!important;
        height: 132px!important;
        padding: 16px 16px 64px!important;
        border-radius: 21px!important
    }

.sofiya-comment-submit,.sofiya-comment-submit--inline {
        width: 48px!important;
        height: 48px!important;
        flex-basis: 48px!important;
        border-radius: var(--radius-lg)!important
    }

.comments-toolbar {
        align-items: center!important
    }

.comments-sort__trigger {
        min-width: 126px!important;
        width: auto!important
    }

.ig-comment {
        grid-template-columns: 42px minmax(0,1fr)!important
    }

.ig-comment__avatar {
        width: 42px!important;
        height: 42px!important;
        border-radius: var(--radius-base)!important
    }

.ig-comment__bubble {
        padding: 12px 13px!important;
        border-radius: var(--radius-lg)!important
    }

.ig-comment__date {
        font-size: .62rem!important
    }

.ig-comment__actions {
        padding-inline-start:2px!important}
}

.sofiya-comment-form input[type=email], .sofiya-comment-form input[type=text], .sofiya-comment-form textarea {
    font-size: 16px!important;
    line-height: 1.75
}

.sofiya-comment-reply-indicator {
    width: 100%;
    min-height: 36px;
    margin-bottom: 10px;
    padding: 7px 10px 7px 7px;
    border: 1px solid #55be9540;
    background: linear-gradient(135deg,#55be951f,#ffffff08);
    border-radius: var(--radius-pill);
    color: #dfffee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 10px 22px #0000002b
}

.sofiya-comment-reply-indicator[hidden] {
    display: none!important
}

.sofiya-comment-reply-indicator span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .74rem;
    font-weight: 700
}

.sofiya-comment-reply-cancel {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 1px solid #ffffff1f;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ffffff10;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease,color .2s ease,transform .2s ease
}

.sofiya-comment-reply-cancel:hover {
    background: #ff5f5f22;
    color: #ffd4d4;
    transform: scale(1.04)
}

.sofiya-comment-reply-cancel svg {
    width: 18px;
    height: 18px;
    display: block
}

.sofiya-comment-sidebar--logged {
    align-items: center!important;
    flex-direction: column!important;
    gap: 10px !important;
}

.sofiya-comment-sidebar--logged .sofiya-comment-sidebar__fields--logged {
    display: block!important;
    width: auto!important;
    text-align: center!important
}

.sofiya-comment-sidebar--logged .sofiya-comment-sidebar__fields--logged strong {
    display: inline-flex!important;
    width: auto!important;
    max-width: 120px!important;
    padding: 5px 12px!important;
    border-radius: var(--radius-pill)!important;
    background: #55be9517!important;
    border: 1px solid #55be9535!important;
    color: #dfffee!important;
    font-size: .72rem!important;
    line-height: 1.6!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important
}

.sofiya-comment-sidebar--logged .sofiya-comment-sidebar__fields--logged small {
    display: none!important
}

.sofiya-comment-email-note {
    display: block;
    margin-top: 5px;
    padding-right: 10px;
    color: #ffffff83;
    font-size: .62rem;
    line-height: 1.5;
    text-align: right
}

.comments-sort__trigger {
    line-height: 1.4;
    padding: 7px 14px!important;
    font-size: .7rem !important;
}

.sofiya-comment-submit,.sofiya-comment-submit--inline {
    background: linear-gradient(135deg,#69f5b0,#21d490)!important;
    box-shadow: 0 14px 34px #00da9540, inset 0 1px 0 #ffffff7a!important
}

.sofiya-comment-submit:hover,.sofiya-comment-submit--inline:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px #00da9558, inset 0 1px 0 #ffffff9a!important
}

@media (max-width: 640px) {
.sofiya-comment-form input[type=email], .sofiya-comment-form input[type=text], .sofiya-comment-form textarea {
        font-size:16px!important
    }

.sofiya-comment-sidebar:not(.sofiya-comment-sidebar--logged) {
        align-items: flex-start!important
    }

.sofiya-comment-email-note {
        font-size: .58rem;
        margin-top: 4px
    }

.sofiya-comment-reply-indicator {
        border-radius: 15px;
        padding: 8px 9px;
        margin-bottom: 8px
    }

.sofiya-comment-reply-indicator span {
        font-size: .68rem
    }
}

.sofiya-guest-nudge__close,.search-modal__close,.sofiya-comment-reply-cancel,.sofiya-referral-modal__close,.sofiya-modal__close,.sofiya-info-modal__close,.sofiya-player-modal__close,.sofiya-global-notice__close{-webkit-appearance:none!important;appearance:none!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation;color:#fff!important;text-decoration:none!important;line-height:1!important;font-family:inherit!important}

.sofiya-guest-nudge__close svg,.search-modal__close svg,.sofiya-comment-reply-cancel svg,.sofiya-referral-modal__close svg,.sofiya-modal__close svg,.sofiya-info-modal__close svg,.sofiya-player-modal__close svg{display:block!important;margin:auto!important;color:currentColor!important;stroke:currentColor!important;fill:none;pointer-events:none}

.sofiya-comment-reply-cancel{color:#fff!important;background:#ffffff1a!important;border:1px solid #ffffff29!important;display:grid!important;place-items:center!important;padding:0!important}

.sofiya-comment-reply-cancel svg{width:14px!important;height:14px!important}

@media (max-width:700px) {
.sofiya-comment-reply-cancel{width:26px!important;height:26px!important;flex-basis:26px!important}
}

@media (max-width: 820px) {
input,select,textarea,.sofiya-auth-form input,.sofiya-auth-form select,.sofiya-auth-form textarea,.sofiya-account-card input,.sofiya-account-card select,.sofiya-account-card textarea,.sofiya-modal__form input,.sofiya-modal__form textarea,.sofiya-ticket-filters input,.sofiya-ticket-filters select,.sofiya-ticket-compose-form input,.sofiya-ticket-compose-form textarea,.sofiya-ticket-reply-form textarea,.sofiya-ios-field-list input,.sofiya-ios-birth-grid input,.sofiya-ios-select,.search-modal__form input,.comments-box input,.comments-box textarea,.sofiya-comment-form input,.sofiya-comment-form textarea{font-size:16px!important;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important}
}

.instagram-comments.is-comments-placeholder {
    min-height: 132px;
}

.sofiya-comments-skeleton {
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: var(--radius-xl);
    background: #ffffff0a;
    border: 1px solid #ffffff14;
    overflow: hidden;
}

.sofiya-comments-skeleton span {
    display: block;
    height: 14px;
    border-radius: var(--radius-pill);
    background: linear-gradient(90deg, #ffffff0a, #ffffff20, #ffffff0a);
    background-size: 220% 100%;
    animation: sofiyaSkeletonPulse 1.15s ease-in-out infinite;
}

.sofiya-comments-skeleton span:nth-child(1) { width: 42%; }

.sofiya-comments-skeleton span:nth-child(2) { width: 76%; }

.sofiya-comments-skeleton span:nth-child(3) { width: 58%; }

@media (prefers-reduced-motion: reduce) {
.sofiya-comments-skeleton span { animation: none; }
}
