:root {
    --white: #fff;
    --txt: rgba(255, 255, 255, 0.74);
    --white: rgba(255, 255, 255, 1);
    --light-bg: rgba(255, 255, 255, 0.1);
    --black-bg: linear-gradient(90deg, #0A0A0A 0%, #171502 100%);
    --accent: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    --blur: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    --font-main: 'Saira', sans-serif;
    --font-title: 'Space Grotesk', sans-serif;
    --black-240: rgba(0, 0, 0, 0.24);
    --txt-740: rgba(255, 255, 255, 0.74);
    --white-100: rgba(255, 255, 255, 0.1);
}

h1 {
    margin: 0 0 40px 0;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

.blog-banner {
    margin-bottom: 40px;
    display: flex;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.blog-banner-img {
    border-radius: 24px;
    width: 100%;
    height: auto;
    max-width: 1200px;
}

.blog-header {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    gap: 20px;
}

.blog-header__left {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    width: 100%;
    gap: 20px;
    max-width: 100%;
}

.blog-dates {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    flex: 0 0 auto;
    gap: 20px;
}

.blog-stats {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 10px;
    font-size: 0.95rem;
    color: #555;
}

.blog-stats div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 10px;
    border-radius: 50px;
    gap: 5px;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    z-index: 0;
}

.blog-stats div>* {
    position: relative;
    z-index: 2;
}

.blog-stats div::before {
    border-radius: 50px;
}

.post-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: max-content;
    height: 70px;
    padding: 0 20px 0 5px;
    border-radius: 35px;
    margin-left: auto;
    flex: 0 0 auto;
}

.post-author::before {
    border-radius: 35px;
}

.author-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.author-initials {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #FFFFFF;
}

.author-initials:hover {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

span.post-update,
.post-public {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: rgba(255, 255, 255, 0.74);
}

.read-duration {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 5px;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: rgba(255, 255, 255, 0.74);
}

.read-duration span {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.blog-post-content {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 40px;
}

.blog-content__item,
.blog-navigation {
    width: 100%;
    max-width: 900px;
    padding-left: 50px;
}

.blog-navigation {
    padding: 20px 50px;
    margin-bottom: 40px;
}

.blog-navigation>* {
    position: relative;
    z-index: 3;
}

.nav-list,
.mian ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav-list>li,
.mian ul>li {
    padding-left: 16px;
    position: relative;
    z-index: 2;
}

.nav-list>li::before,
.mian ul>li::before {
    position: absolute;
    left: 0;
    top: 13px;
    content: '';
    width: 6px;
    height: 6px;
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    border-radius: 50%;
}

.nav-list>li a,
.mian ul>li a {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mian ul>li {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.74);
}

.nav-list>li:hover a,
.mian ul>li:hover a {
    background: linear-gradient(90deg, #FFEF68 0%, #FF8000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.blog-wrapper-section {
    width: 100%;
    flex: 0 0 100%;
}

.blog-content {
    margin-bottom: 70px;
}

.blog-content__item {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.blog-content__item h2 {
    font-family: var(--font-title);
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.74);
    margin: 0;
}

.blog-content__item img {
    width: auto;
    max-width: 100%;
    border-radius: 24px;
}

.blog-content__item p,
.blog-content__item .text {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.74);
}

.seo_image-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.seo_image-container img{
    width: 100%;
    max-width: 800px;
    height: auto;
}


/* Custom ordered list styles for blog-content__item */
.blog-content__item ol {
    counter-reset: custom-ol-counter;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.blog-content__item ol li {
    counter-increment: custom-ol-counter;
    position: relative;
    padding-left: 45px;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.74);
}

.blog-content__item ol li::before {
    content: counter(custom-ol-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    min-width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    color: #FFFFFF;
    padding: 3px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}
.entry a{
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    cursor: pointer;
}
.yt-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

/* чорний оверлей (на старті) */
.yt-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    transition: opacity .3s;
}

/* кнопки */
.yt-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity .3s;
}

.yt-button img {
    width: 40px;
    height: 40px;
}

.yt-button.hidden {
    opacity: 0;
    pointer-events: none;
}

.yt-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    inset: 0;
}

h2.page-title{
    margin: 0;
}
.comments-section {
    width: 100%;
    border-radius: 24px;
    padding: 30px;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: var(--black-240);
    margin-bottom: 70px;
}

.comments {
    border-radius: 24px;
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 70px;
    background: rgba(0, 0, 0, 0.24);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
}

.comments-section__header h2 {
    margin: 0;
}

.comments-section__header {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.create-comment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    gap: 10px;
    width: max-content;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    cursor: pointer;
}

.create-comment span {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.comments-list-item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    gap: 10px;
}

.comments-list-item::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(20px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 24px;
}

.comments-list-item {
    position: relative;
    z-index: 1;
    width: 100%;
}


.comments-list-item-header {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    gap: 15px;
}

.comment-public-date {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    color: rgba(255, 255, 255, 0.74);
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 auto;
    max-width: max-content;
    margin: 0;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.74);
}

.comment-item__rating {
    display: flex;
    flex-flow: row;
    align-items: center;
    max-width: max-content;
    padding: 10px;
    gap: 5px;
    height: 38px;
    background: rgba(0, 0, 0, 0.24);
    /* blur */
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}

.comments-item__info {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.comments>* {
    position: relative;
    z-index: 3;
}

.comments-list {
    display: flex;
    flex-flow: column;
    gap: 30px;
    width: 100%;
    transition: all .3s ease-in-out;
}
.comments-list.open{
    height: auto;
}

.comments-toggle{
    border-radius: 100px;
    margin: 10px auto 0 auto;
    height: 40px;
    width: fit-content;
    padding: 16px 40px;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: var(--white-100);
    display: flex;
    justify-content: center;
    align-items: center;
}
.comments-toggle span{
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 15px;
    background: linear-gradient(90deg, #eadf82 0%, #efa75e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#commentModal h2 {
    font-family: var(--font-title);
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}

#commentModal .modal-content {
    padding: 50px;
    background: rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 10px 0px rgba(234, 223, 130, 0.34) inset;
    backdrop-filter: blur(20px);
}

.comment-fields {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 100%;
    gap: 20px;
}

.comment-fields .input-group {
    flex: 0 0 100%;
    position: relative;
}

.comment-fields .input-group.firstname img {
    position: absolute;
    top: 18px;
    right: 24px;
}

.comment-fields input {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    gap: 10px;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    border: none;
    outline: none;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 1);
}

.comment-fields input::placeholder {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.74);
}

.comment-fields input:focus,
.comment-fields input:active,
.comment-fields input:visited {
    outline: none;
    border: none;
}

.input-group.message {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 0;
    position: relative;
}

.input-group.message img {
    position: absolute;
    top: 26px;
    right: 26px;
}

.input-group textarea {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 24px;
    gap: 10px;
    width: 100%;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    border: none;
    outline: none;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.74);
}

.send-comment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 40px;
    gap: 10px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 10px auto 0 auto;
}

.send-comment span {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.comment-content p{
    margin: 5px 0;
}
/* Recommended girls*/
.girls-list {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.girl-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    isolation: isolate;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    border-radius: 24px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease-in-out;
}

.girl-card::before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    backdrop-filter: blur(10px);
    z-index: 0;
}

.girl-card a {
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 24px;
}

.girl-thumb {
    width: 100%;
    height: 100%;
    margin: 0 0;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}
.girl-thumb picture{
    display: block;
    width: 100%;
    height: 100%;
}
.girl-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;

}

.left-card-btns {
    display: flex;
    flex-flow: column;
    gap: 10px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.left-card-btns .circle-btn,
.right-card-btns .circle-btn {
    background: rgba(0, 0, 0, 0.24);
}

.right-card-btns {
    display: flex;
    flex-flow: column;
    gap: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.girl-card:hover .girl-thumb {
    width: 100%;
    height: 100%;
    margin: 0;
}

.girl-card-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 5px;
    align-items: center;
    justify-content: center;
    /* transition: transform .3s ease; */
}

.girl-card:hover {
    background: rgba(141, 185, 17, 0.514)
}

.girl-card-img-holder {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.girl-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.2s ease-in-out;
}

.girl-info {
    position: absolute;
    left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    bottom: 25px;
    padding-inline: 10px;
    width: calc(100% - 10px);
}

.girl-card-data {
    display: flex;
    justify-content: center;
    padding: 0 25px;
}

.girl-info__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.girl-card-name {
    flex: 1;
    text-align: center;
    padding: 5px 30px;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.24);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 100px;
}

.girl-card-name span {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
}

.girl-card:hover .girl-card-name span {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.girl-card:hover .favorite {
    background: rgba(0, 0, 0, 0.24);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 35px;
}

.girl-card:hover .girl-thumb {
    margin: 0;
}

.favorite {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.24);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 35px;
}

.girl-card .favorite:hover,
.girl-card .favorite.active {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
}

.favorite.active img {
    transform: rotate(45deg);
}

.girl-card-model-icons {
    padding: 0 25px 25px 25px;
    display: flex;
    gap: 10px;
}

.girl-card-model-icon {
    flex: 1 1 32%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 8px 20px 0 rgba(205, 52, 51, 0.5);
    background: var(--acsent);
    display: flex;
    justify-content: center;
    align-items: center;
}

.girl-card-model-icon-img {
    width: 30px;
    height: 30px;
}

.girl-card-container:hover .girl-card-img {
    transform: scale(1.2) translateY(5%);
}

.girl-card-container:hover .girl-card-name {
    color: var(--acsent);
}

.girl-card-container:hover {
    background-color: #000;
}

.girl-card-container:hover .girl-card-img-wrapper {
    padding: 0;
}

.girl-card-container:hover .girl-card-img-holder {
    border-radius: 0;
}





























.infi-slider {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.is-track-wrapper {
    overflow: hidden;
    width: 100%;
}

.is-track {
    display: flex;
    transition: transform .35s ease;
    will-change: transform;
}

.infi-slider .is-track > * {
    opacity: 1;
    transition: opacity .35s ease;
}

.infi-slider .is-track > *.fade {
    opacity: 0;
}

.slide-item {
    /* flex: 0 0 auto; */
    width: 100%;
}

/* Стрілки */
.is-arrow {
    position: absolute;
    top: 0px;
    z-index: 20;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 10px 0 rgba(234, 223, 130, 0.34);
    background: linear-gradient(90deg, #0a0a0a 0%, #171502 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.is-prev { 
    right: 80px; 
    transform: rotate(90deg);
}
.is-next { 
    right: 0; 
    transform: rotate(-90deg);
}

/* Lazy Load */
.slide-item img[data-lazy] {
    opacity: 0;
    transition: opacity .3s ease;
}

.slide-item img.lazy-loaded {
    opacity: 1;
}

.is-pagination {
    display: none;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}

.is-pagination .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #555;
    transition: 0.3s;
}

.is-pagination .dot.active {
    width: 10px;
    background: #e7c57a; /* твій золотий */
}













.related{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 70px;
}





/* blog */



.related .blog-card>* {
    position: relative;
    z-index: 3;
}

.related .blog-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
}
.related article.blog-card.dark-decor.slide-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.related .blog-thumb {
    width: 95%;
    height: auto;
    margin-top: 2%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 20px;

}

.related .blog-description {
    padding: 15px;
}

.related .blog-desc {
    margin: 20px 0;
}

.related .blog-meta {
    color: #888;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.related .blog-header {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.related .blog-desc a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-family: var(--font-title);
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.74);
}

.related .blog-desc:hover a {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.related time.post-public {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.74);
}

.related .blog-stats {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 10px;
    font-size: 0.95rem;
    color: #555;
}

.related .blog-stats div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 10px;
    border-radius: 50px;
    gap: 5px;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    color: #FFFFFF;
    position: relative;
    z-index: 0;
    flex-direction: row;
}

.related .blog-stats div>* {
    position: relative;
    z-index: 2;
}

.related .blog-stats div::before {
    border-radius: 50px;
}

.related .author {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: max-content;
    height: 70px;
    padding: 0 20px 0 5px;
    border-radius: 35px;
}

.related .author::before {
    border-radius: 35px;
}

.related .author-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.related .author-data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.related .author-initials {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #FFFFFF;
}

.related .author-initials:hover {
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.related span.post-update {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: rgba(255, 255, 255, 0.74);
}

.related .blog-seo-content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: 20px;
    margin-top: 70px;
    position: relative;
}

.related .blog-seo-content::before {
    display: block;
    display: block;
    content: '';
    background: linear-gradient(90deg, #EADF82 0%, #EFA75E 100%);
    opacity: 14%;
    width: 500px;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
}

.related .blog-seo-content__item {
    padding: 30px;
    border-radius: 24px;
}

.related .blog-seo-content__item::before {
    border-radius: 24px;
}

.related .blog-seo-content__item>* {
    position: relative;
    z-index: 2;
}

.related .blog-seo-content__item h2 {
    margin: 0 0 10px 0;
}

.related .blog-seo-content__item-text {
    margin-bottom: 30px;
}

.related .blog-seo-content__item-text:last-child {
    margin-bottom: 0;
}

.related .blog-seo-content__item-text p {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.74);
}


/*
.recommended-girls {
    width: 100%;
    max-width: 100%;
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.recommended-girls-title {
    margin: 0 0;
}

.slick-slide::before,
.girl-card::before {
    display: none !important;
}

.related-posts {
    overflow: hidden;
}

.custom-slider {
    position: relative;
    max-width: 1300px;
    margin: 40px auto 70px auto;
}


.slider-items {
    width: 100%;
}

.slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.slider-track,
.slider-track * {
    user-select: none;
}


.slide {
    max-width: none;
}

.girl-card {
    flex: 0 0 calc((100% - 60px) / 4) !important;
    box-sizing: border-box;
    overflow: hidden;
}

.slider-wrapper {
    width: 100%;
    max-width: 1300px;
}

.post-info {
    padding: 10px;
}

.slider-items {
    width: 100%;
    position: relative;
}

.slider-items .slide {
    outline: none;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    margin-left: auto !important;
    margin-right: auto !important;
}

.custom-slider {
    position: relative;
    max-width: 1300px;
    margin: 40px auto;
}

.slider-wrapper {
    width: 100%;
}

.slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.slick-track {
    display: flex !important;
}

.slider-arrow {
    position: absolute;
    top: -103px;
    background: linear-gradient(90deg, #0A0A0A 0%, #171502 100%);
    box-shadow: inset 0px 0px 10px rgba(234, 223, 130, 0.34);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 10;
    transition: background 0.3s;
    border: none;
    outline: none;
}

.slick-arrow {
    position: absolute;
    top: -103px;
    background: linear-gradient(90deg, #0A0A0A 0%, #171502 100%);
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
}

.slider-arrow:focus,
.slider-arrow:active {
    outline: none;
    border: none;
}

.slider-arrow:hover {
    background: rgba(255, 255, 255, 0.1);
}

.slider-arrow.prev,
.slick-arrow.prev {
    right: 70px;
}

.slider-arrow.next,
.slick-arrow.next {
    right: 0;
}

.slider-arrow.prev img,
.slick-arrow.prev img {
    transform: rotate(90deg);
}

.slider-arrow.next img,
.slick-arrow.next img {
    transform: rotate(-90deg);
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

.slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.slider-dots button.active {
    background: #333;
}

.related-posts {
    margin-bottom: 70px;
}


@media (max-width: 1100px) {
    .slick-list {
        width: 100%;
        margin: 0 auto;
    }
    
} */
@media (min-width: 1024px) {
    .page-title{
        font-size: 44px;
    }
    .comments-section{
        margin-bottom: 50px;
    }
    .related{
        gap: 30px;
        margin-bottom: 50px;
    }
}

/* @media (max-width: 900px) {

    .slide,
    .girl-card {
        flex: 0 0 auto !important;
    }

    .slick-list {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }
} */

@media (max-width: 768px) {
    .blog-header__left {
        flex-flow: column;
        gap: 10px;
        align-items: flex-start;
    }
    .girl-card-name{
        height: 50px;
        padding: 5px 20px;
    }
    .girl-card-name{
        font-size: 20px;
    }
     .favorite{
        width: 40px;
        height: 40px;
    }
     .favorite img{ 
        width: 20px;
        height: 20px;
    }
    .girl-info{
        bottom: 20px;
    }
    .girl-card .circle-btn{
        width: 40px;
        height: 40px;
    }
    .girl-card .circle-btn img{
        width: 20px;
        height: 20px;
    }

    .blog-dates {
        gap: 10px;
        flex-flow: row wrap;
    }
    .page-title{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .comment-author{
        font-size: 22px;
    }
    .comment-public-date{
        font-size: 14px;
    }
}
@media (max-width: 750px) {
    .is-pagination {
        display: flex;
    }
}
@media (max-width: 720px) {
    .blog-content__item {
        padding-left: 0;
    }
}

@media (max-width: 560px) {
    .comments-list{
        overflow: hidden;
        gap: 15px;
    }
    .comments-list-item{
        padding: 15px;
        gap: 0;
    }
    .blog-header {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .create-comment{
        align-self: center;
        width: 100%;
    }
    .comments-section__header{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
        align-items: flex-start;
    }
   
    .related .post-author{
        margin: 0;
        width: 100%;
        max-width: 100%;
        height: 60px;
    }
    .related .author-thumb{
        width: 50px;
        height: 50px;
    }

    .related .blog-header__left .blog-stats{
        width: 100%;
        max-width: 100%;
    }
    .related .blog-header__left .blog-stats div{ 
        width: 100%;
        max-width: 100%;
    }
    .page-title{
        font-size: 28px;
    }
    .comments-section{
        margin-bottom: 30px;
    }
    .related{
        gap: 20px;
        margin-bottom: 30px;
    }
     .girl-card-name span{
        font-size: 14px;
     }
     .girl-card-name{
        height: 30px;

     }
    .favorite{
        width: 30px;
        height: 30px;
    }
     .favorite img{ 
        width: 16px;
        height: 16px;
    }
    .girl-info{
        bottom: 12px;
    }
    .girl-card .circle-btn{
        width: 30px;
        height: 30px;
    }
    .girl-card .circle-btn img{
        width: 16px;
        height: 16px;
    }
    .is-arrow{
        top: 50%;
        width: 40px;
        height: 40px;
        
    }
    .is-arrow img{
        width: 16px;
        height: 16px;
        
    }
    .is-arrow.is-prev{
        left: -10px;
        right: inherit;
        transform: translateY(-50%), rotate(90deg) ;
    }
    .is-arrow.is-next{
        right: -10px;
        transform: translateY(-50%) , rotate(-90deg) ;
    }
    .left-card-btns{
        top: 10px;
        left: 7px;
    }
    .right-card-btns{
        top: 10px;
        right: 7px;
    }
    .girl-thumb img{
        border-radius: 18px;
    }
    .related .blog-desc {
        padding: 0;
        margin: 0 0 5px 0;
    }
    .related .blog-desc a{
        font-size: 20px;
    }
    .related .author-initials{
        font-size: 15px;
    }
}