.button.db_single {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 99px;
    background: rgba(13, 13, 13, 0);
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #0d0d0d;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
    width: fit-content;
    user-select: none;
}

.button.db_single:hover {
    background: rgba(13, 13, 13, 0.05);
}

.button.db_single:active {
    transform: translateY(1px);
}

.button.db_single .icon-start {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.button.db_single .label {
    position: relative;
    line-height: 130%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 720px) {
    .button.db_single {
        font-size: 15px;
        padding: 10px 18px;
    }

    .button.db_single .icon-start {
        width: 18px;
        height: 18px;
    }
}


.db_single_back {
    cursor: pointer;
}

.button.db_single {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 99px;
    background: rgba(13, 13, 13, 0);
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 130%;
    color: #0d0d0d;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .15s ease;
    width: fit-content;
    user-select: none;
    margin: 12px 0 24px
}

.button.db_single:hover {
    background: rgba(13, 13, 13, .05)
}

.button.db_single:active {
    transform: translateY(1px)
}

.button.db_single .icon-start {
    width: 20px;
    height: 20px
}

.button.db_single .label {
    line-height: 130%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.db_single__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 348px;
    gap: 48px;
    align-items: start
}

@media (max-width: 1024px) {
    .db_single__grid {
        grid-template-columns: 1fr
    }
}

.db_single__content {
    min-width: 0
}

.db_single__aside {
    position: sticky;
    top: 24px
}


.db_single__aside.desctop {
    display: block;
}

.db_single__aside.mob {
    display: none;
}


@media (max-width: 1024px) {
    .db_single__aside.desctop {
    display: none;
}

.db_single__aside.mob {
    display: block;
    position: relative;
    margin-bottom: 52px;
}

}


.db_single .banner {
    width: 100%;
    position: relative;
    border-radius: 20px;
    background-color: rgba(10, 124, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    box-sizing: border-box;
    gap: 20px;
    text-align: left;
    font-size: 24px;
    color: #0d0d0d;
    font-family: Inter
}

.db_single .banner .text {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px
}

.db_single .banner .div {
    align-self: stretch;
    line-height: 120%;
    font-weight: 600
}

.db_single .banner .banner-div {
    align-self: stretch;
    font-size: 16px;
    line-height: 130%;
    white-space: pre-wrap
}

.db_single .banner .button {
    width: 100%;
    height: 56px;
    border-radius: 99px;
    background-color: #0a7cff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none
}

.db_single .banner .label {
    line-height: 130%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.db_single.db_single__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: left;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif
}

.db_single .db_single__title {
    font-size: 44px;
    line-height: 110%;
    font-weight: 600;
    color: #0d0d0d;
    margin: 0
}

.db_single .db_single__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: rgba(13, 13, 13, .58)
}

.db_single .db_single__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 8px;
    background: #0a7cff;
    color: #fff;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none
}

.db_single .db_single__meta-item {
    line-height: 130%
}

.db_single .db_single__dot {
    opacity: .5;
    line-height: 130%
}

@media (max-width:720px) {
    .db_single .db_single__title {
        font-size: 34px
    }

    .db_single .db_single__meta {
        font-size: 16px
    }
}


.db_single .db_single__content {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #0d0d0d;
    font-size: 16px;
    line-height: 1.5;
}

.db_single .db_single__content h2 {
    font-size: 36px;
    line-height: 110%;
    font-weight: 600;
    margin: 40px 0 18px;
    color: #0d0d0d;
}

.db_single .db_single__content h3 {
    font-size: 28px;
    line-height: 110%;
    font-weight: 600;
    margin: 32px 0 16px;
    color: #0d0d0d;
}

.db_single .db_single__content p {
    margin: 0 0 16px;
}

.db_single .db_single__content a {
    text-decoration: none;
}

.db_single .db_single__content a:hover {
    text-decoration: underline;
}

.db_single .db_single__content ul {
    list-style: none;
    padding-left: 0;
    margin: 12px 0 20px;
}

.db_single .db_single__content ul li {
    position: relative;
    padding-left: 22px;
    margin: 8px 0;
}

.db_single .db_single__content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0a7cff;
}

.db_single .db_single__content ol {
    /* counter-reset: db-ol;
    list-style: none;
    padding-left: 0;
    margin: 12px 0 20px; */
}

.db_single .db_single__content ol li {
    counter-increment: db-ol;
    /* display: flex; */
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0;
}

.db_single .db_single__content ol li::before {
    /* content: counter(db-ol);
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #0a7cff;
    font-weight: 500;
    line-height: 130%; */
}

.db_single .db_single__content ::marker {
    color: #0a7cff;
}

.db_single .db_single__content .db-summary {
    border-radius: 20px;
    background: rgba(13, 13, 13, 0.03);
    padding: 24px;
}

.db_single .db_single__content .db-summary>h3,
.db_single .db_single__content .db-summary>h2 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 12px;
}

.db_single .db_single__content img {
    border-radius: 16px;
    height: auto;
}

.db_single .db_single__content figure {
    margin: 28px 0;
}

.db_single .db_single__content .wp-block-table {
    border-collapse: collapse !important;
    border: 1px solid rgba(13, 13, 13, .12) !important;
    border-radius: 12px;
    overflow: hidden;
}

.db_single .db_single__content .wp-block-table table {
    border-collapse: collapse !important;
    border: none !important;
    width: 100%;
    table-layout: fixed;
    background: #fff;
}

.db_single .db_single__content .wp-block-table td,
.db_single .db_single__content .wp-block-table th {
    padding: 14px 16px;
    border: 1px solid rgba(13, 13, 13, .12) !important;
    vertical-align: top;
    word-break: break-word;
}

.db_single .db_single__content .wp-block-table thead th,
.db_single .db_single__content .wp-block-table tbody tr:first-child td {
    font-weight: 600;
    background: rgba(13, 13, 13, .02);
}

.db_single .db_single__content blockquote {
    margin: 20px 0;
    padding: 0 0 0 16px;
    border-left: 2px solid #0a7cff;
    color: #0d0d0d;
}

.db_single .db_single__content .db-share {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width:720px) {
    .db_single .db_single__content h2 {
        font-size: 30px;
        margin: 28px 0 14px;
    }

    .db_single .db_single__content h3 {
        font-size: 24px;
    }
}




.db_single .db_single__content ol ul {
    margin: 6px 0 6px 16px;
    padding: 0;
}

.db_single .db_single__content ol ul li {
    margin: 4px 0;
    padding-left: 16px;
}

.db_single .db_single__content ol ul li::before {
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0a7cff;
}




.db-share-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    position: relative;
}

.db-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.db-share-icon {
    width: 40px;
    height: 40px;
    display: block;
}

.db-share-text {
    font-size: 18px;
    line-height: 130%;
    color: #0d0d0d;
    font-weight: 600;
}

/* 🔹 скрытое меню по умолчанию */
.db-share-menu {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(13, 13, 13, .12);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(13, 13, 13, .12);
    flex-direction: column;
    overflow: hidden;
    z-index: 20;
}

/* 🔹 активное состояние (через JS toggle) */
.db-share-menu.is-visible {
    display: flex;
}

.db-share-item {
    display: block;
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 130%;
    color: #0d0d0d;
    text-decoration: none;
    background: #fff;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.db-share-item:hover {
    background: rgba(13, 13, 13, .04);
}


.db-share-item,
button.db-share-item {
    display: block;
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 130%;
    color: #0d0d0d;
    text-decoration: none;
    background: #fff;
    border: 0;
    text-align: left;
    cursor: pointer
}

.db-share-item:hover {
    background: rgba(13, 13, 13, .04)
}



.db_single.parent.db_single-summary {
    width: 100%;
    position: relative;
    border-radius: 20px;
    background-color: rgba(13, 13, 13, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    box-sizing: border-box;
    gap: 12px;
    text-align: left;
    font-size: 16px;
    color: #0d0d0d;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    margin-top: 52px;
}

.db_single .db_single-summary .div {
    align-self: stretch;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    margin: 0;
}

.db_single .db_single-summary .lists-atom {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.db_single .db_single-summary .content-atoms-wrapper {
    display: flex;
    align-items: flex-start;
}

.db_single .db_single-summary .content-atoms {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
}

.db_single .db_single-summary .content-atoms-child {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #0a7cff;
    display: block;
}

.db_single .db_single-summary .div2 {
    flex: 1;
    line-height: 130%;
}


.db_single__featured {
    margin: 28px 0;
    border-radius: 16px;
    overflow: hidden;
}

.db_single__featured-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}



.db_single.db_faq .db_faq__summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 48px;
    cursor: pointer
}

.db_single.db_faq details {
    background: linear-gradient(rgba(13, 13, 13, .02), rgba(13, 13, 13, .02)), #fff;
    border-radius: 20px;
    padding: 28px
}

.db_single.db_faq details+details {
    margin-top: 12px
}

.db_single.db_faq details .div3 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 150%
}

.db_single.db_faq .icon-round-button {
    height: 48px;
    width: 48px;
    filter: drop-shadow(0 1px 10px rgba(74, 80, 94, .05)) drop-shadow(0 1px 4px rgba(60, 83, 135, .09));
    border-radius: 116.67px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-sizing: border-box;
    margin-left: auto
}

.db_single.db_faq .chevron-up {
    height: 32px;
    width: 32px;
    position: relative
}

.db_single.db_faq .vector-icon {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: transform .2s ease
}

.db_single.db_faq details[open] .vector-icon {
    transform: rotate(180deg)
}

/* убираем маркер details в Safari */
.db_single.db_faq summary::-webkit-details-marker {
    display: none
}







/* slider helpers */
.db_related .db_related_view {
    overflow: hidden
}

.db_related .db_related_track {
    transition: transform .35s ease
}

.db_related .db_related_prev[disabled],
.db_related .db_related_next[disabled] {
    opacity: .4;
    pointer-events: none
}

.db_related .db_related_rotate {
    transform: rotate(180deg)
}




/* === Related slider (scoped) === */
.frame-parent.db_related {
    padding: 64px 0 80px;
    gap: 28px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #0d0d0d;
}

.db_related .parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.db_related .parent .div {
    font-size: 44px;
    line-height: 110%;
    font-weight: 600;
    margin: 0;
}

@media (max-width:1200px) {
    .db_related .parent .div {
        font-size: 36px
    }
}

/* arrows */
.db_related .button-parent {
    display: flex;
    gap: 14px
}

.db_related .button {
    height: 40px;
    width: 40px;
    border-radius: 99px;
    background: transparent;
    border: 1px solid rgba(13, 13, 13, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    box-sizing: border-box;
    transition: background .2s ease, border-color .2s ease;
}

.db_related .button:hover {
    background: rgba(13, 13, 13, .04);
    border-color: rgba(13, 13, 13, .18)
}

.db_related .icon-start {
    width: 18px;
    height: 18px
}

.db_related .db_related_rotate {
    transform: rotate(180deg)
}

/* viewport + track */
.db_related .frame-wrapper {
    width: 100%;
    color: #fff;
    font-size: 14px
}

.db_related .db_related_view {
    overflow: hidden;
    width: 100%
}

.db_related .instance-parent,
.db_related .db_related_track {
    display: flex;
    gap: 24px;
    align-items: stretch;
    will-change: transform;
}

/* card */
.db_related .photo-parent {
    flex: 0 0 calc((100% - 48px) / 3);
    /* 3 карточки + два зазора по 24px */
    border-radius: 20px;
    background: rgba(13, 13, 13, .03);
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px 20px 24px;
    box-sizing: border-box;
}

@media (max-width:1100px) {
    .db_related .photo-parent {
        flex: 0 0 calc((100% - 24px)/2)
    }
}

@media (max-width:720px) {
    .db_related .photo-parent {
        flex: 0 0 100%
    }
}

/* image */
.db_related .photo {
    position: relative;
    width: 100%;
    height: 152.5px
}

.db_related .photo-child {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* badge */
.db_related .studyllm {
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 8px;
    background: #0a7cff;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    font-size: 14px;
    color: #fff;
    line-height: 130%;
}

.db_related .studyllm .div2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

/* meta + title */
.db_related .frame-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: rgba(13, 13, 13, .58)
}

.db_related .group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.db_related .div3 {
    line-height: 130%
}

.db_related .midjourney {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #0d0d0d;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.db_related .midjourney:hover {
    opacity: .9
}

.db_faq__summary {
    width: 100%;
position: relative;
font-size: 22px;
line-height: 140%;
font-weight: 600;
font-family: Inter;
color: #0d0d0d;
text-align: left;

}
.db_single.db_single__header{
padding-bottom: 0;
}

@media (max-width: 600px) {
    .db_blog_container {
        gap: 0 !important;
    }
    .button.db_single{
        margin: 0 !important;
    }

}

.photo-child{
    max-height: 162px;
}