ol, ul {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
}
.content {
    margin: 0 auto;
    display: flex;
    gap: 32px;
    flex-direction: column;
}
.ykt-article {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    font-family: Inter;
    color: #000;
}
.ykt-article_breadcrumbs {
    list-style-type: none;
    padding: 4px 0;
    margin: 0 0 8px 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow: hidden;
}
.ykt-article_breadcrumbs li {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    color: #acafb5;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.ykt-article_breadcrumbs li a {
    color: #121315;
    text-decoration: none;
}
.ykt-article_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    word-wrap: break-word;
}
.ykt-article_meta {
    display: flex;
    gap: 12px;
}
.ykt-article_text,
.ykt-article_text li {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 16px;
}
.ykt-article_text a {
    color: #357FFC;
    text-decoration: none;
}
.ykt-article_quote blockquote {
    padding-left: 15px;
    border-left: 4px solid #f1f1f1;
    margin: 25px 0;
    font-size: 16px;
}
.ykt-article_quote.caption blockquote {
    margin: 25px 0 10px;
}
.ykt-article_quote_caption {
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
}
.ykt-article_meta {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 8px;
}
.ykt-article_header {
    line-height: 1.4em;
}
.ykt-article_category {
    display: flex;
    gap: 8px;
    padding: 8px 12px 8px 8px;
    border-radius: 116px;
    background: #F6F7F8;
}
.ykt-article_category_logo {
    width: 20px;
    height: 20px;
}
.ykt-article_category_title {
    color: #0C0C0C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.ykt-article_cdate {
    color: #7F7F7F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 7px 0;
}
.ykt-article_views {
    color: #959595;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    padding: 7px 0;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
}
.ykt-article_data {
    display: none;
}
.ykt-article_paragraph {
    text-align: left;
    line-height: 1.5em;
}
.ykt-article_paragraph.right {
    text-align: right;
}
.ykt-article_paragraph.center {
    text-align: center;
}
.ykt-article_paragraph.justify {
    text-align: justify;
}
.ykt-article_image {
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    background-color: #f1f1f1;
}
.ykt-article_image.stretched {
    text-align: center;
    margin: 0 auto;
}
.ykt-article_embed {
    width: 100%;
}
.ykt-article_gallery_caption {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-style: italic;
    margin-top: 5px;
}
.ykt-article_gallery {
    overflow: hidden;
    margin: 25px 0;
}
.ykt-article_gallery_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    position: relative;
}
.ykt-article_gallery .swiper-slide {
    width: 250px;
}
.ykt-article_gallery .ykt-article_image {

}
.ykt-article_gallery.single {
    flex-direction: column;
}
.ykt-article_gallery.single .ykt-article_image {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    object-fit: contain;
}
.ykt-article_gallery.single.background {
    background-color: #f1f1f1;
    border-radius: 16px;
    padding: 15px 0;
}
.ykt-article_gallery.single.stretch {
    height: auto;
    max-height: 100%;
}
.ykt-article_gallery.single.stretch .ykt-article_gallery_wrapper {
    height: auto;
}
.ykt-article_gallery.single.stretch .ykt-article_image {
    width: 100% !important;
    height: 100% !important;
}
.ykt-article_gallery_main {
    width: 50%;
}
.ykt-article_gallery_sub {
    width: 50%;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.ykt-article_gallery_sub_item {
    width: 49%;
}
.ykt-article_gallery_sub a {

}
.ykt-article_delimiter {
    line-height: 1.6em;
    width: 100%;
    text-align: center;
}
.ykt-article_delimiter:before {
    display: inline-block;
    content: "***";
    font-size: 30px;
    line-height: 65px;
    height: 30px;
    letter-spacing: .2em;
}

.ykt-article_preinit {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ykt-article_preinit_item {
    height: 24px;
    aspect-ratio: 1;
    border-radius: 3px;
    background:
            linear-gradient(to bottom right,#0000 calc(50% - 40px),#ccc 50%,#0000 calc(50% + 40px))
            bottom right/calc(200% + 80px) calc(200% + 80px)
            #f1f1f1;
    animation: l8 1s infinite ;
}
.ykt-article_text.init .ykt-article_preinit {
    display: none;
}
.ykt-article_table {
    width: 100%;
    border-style: solid;
    border-color: #e1e1e1;
}
.ykt-article_table tr,
.ykt-article_table td,
.ykt-article_table th {
    border-style: solid;
    text-align: left;
}
.ykt-article_table td,
.ykt-article_table th {
    padding: 10px 10px;
    margin: 0;
}

.ykt-article_footer {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    gap: 16px;
}
.ykt-article_reactions {
    display: flex;
    gap: 8px;
    flex-direction: row;
}
.ykt-article_reaction {
    display: flex;
    gap: 8px;
    flex-direction: row;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #F6F7F8;
    background: #F6F7F8;
    color: #000;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: .2s;
    filter: grayscale(1);
}
.ykt-article_reaction.clicked {
    filter: grayscale(0);
    border: 1px solid #357FFC;
    background: #D9ECFF;
    color: #357FFC;
}
.ykt-article_reaction.active {
    filter: grayscale(0);
}
.ykt-article_reaction_more {
    position: relative;
}
.ykt-article_reaction_img {
    width: 20px;
    height: 20px;
}
.ykt-article_reaction_popup {
    position: absolute;
    bottom: 55px;
    left: -51px;
    width: 146px;
    max-height: 146px;
    overflow-y: auto;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 8px;
    gap: 4px;
}
.ykt-article_reaction_popup .ykt-article_reaction {
    background-color: #fff;
    border-color: #fff;
}
.ykt-article_reaction_popup.open {
    display: flex;
    z-index: 100;
}
.ykt-article_share {
    position: relative;
}
.ykt-article_share_popup {
    width: 300px;
    position: absolute;
    bottom: 55px;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-content: center;
    padding: 8px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.ykt-article_share_popup.open {
    display: flex;
    z-index: 100;
}
.ykt-article_share_popup_item {
    text-decoration: none;
    padding: 12px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    cursor: pointer;
    transition: .2s;
}
.ykt-article_share_popup_item_icon {
    flex: 0 0 24px;
    width: 24px;
}
.ykt-article_share_popup_item:hover {
    background: #F6F7F8;
}
.ykt-article_share_popup_item.active {
    background-color: #D9E4FF;
}
.ykt-article_share_btn {
    color: #357FFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-content: center;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #357FFC;
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #f1f1f1;
    padding: 10px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    --swiper-navigation-size: 20px;
}

@media (max-width: 600px) {
    .ykt-article {
        padding: 16px;
    }
    .ykt-article_breadcrumbs {
        display: none;
    }
    .ykt-article_gallery_wrapper {
        height: auto;
    }
    .ykt-article_video {
        width: 100%;
    }
    .ykt-article iframe {
        width: 100%;
    }

    .ykt-article_footer {
        flex-direction: column;
    }
    .ykt-article_reactions {
        order: 1;
        gap: 6px;
        flex-wrap: wrap;
    }
    .ykt-article_actions {
        order: 2;
    }
    .ykt-article_share_popup.open {
        width: auto;
        right: 0;
    }
}