body.single-post {
    background: #f5f7f9;
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
}

.single-post .dq-header {
    color: #fff;
    background: linear-gradient(135deg, #03101c, #071726 72%, #0b2235);
    border: 0;
    box-shadow: none;
}

.single-post .dq-header-main__grid {
    min-height: 82px;
}

.single-post .dq-menu a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.01em;
}

.single-post .dq-menu .current-menu-item > a,
.single-post .dq-menu .current-menu-ancestor > a {
    color: #ffd20a;
}

.single-post .dq-header-btn {
    border-radius: 9px;
    background: #ffd20a;
    color: #07131e;
}

.single-post .dq-logo img {
    max-height: 72px;
}

.single-post .dq-breadcrumb {
    padding-top: 16px;
    padding-bottom: 8px;
}

.dq-post-single {
    padding-top: 14px;
    padding-bottom: 72px;
}

.dq-post-header {
    max-width: 1040px;
    margin-bottom: 30px;
}

.dq-post-header__category {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #a87700;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.dq-post-header__category::before {
    width: 28px;
    height: 3px;
    background: #ffc400;
    content: "";
}

.dq-post-header h1 {
    max-width: 980px;
    margin: 13px 0 15px;
    color: #071827;
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.dq-post-header__lead {
    max-width: 850px;
    margin: 0 0 18px;
    color: #526273;
    font-size: 19px;
    line-height: 1.65;
}

.dq-post-header__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    color: #6b7885;
    font-size: 13px;
    font-weight: 750;
}

.dq-post-header__meta > * + *::before {
    margin-right: 20px;
    color: #ffc400;
    content: "•";
}

.dq-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 34px;
    align-items: start;
}

.dq-post-main {
    overflow: hidden;
    border: 1px solid #dce3e8;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(7, 24, 39, .07);
}

.dq-post-main .dq-single-thumb {
    margin: 0;
    overflow: hidden;
    background: #071827;
}

.dq-post-main .dq-single-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.dq-post-content {
    padding: clamp(26px, 4vw, 48px);
    color: #263747;
    font-size: 18px;
    line-height: 1.82;
}

.dq-post-content > :first-child {
    margin-top: 0;
}

.dq-post-content p {
    margin: 0 0 21px;
}

.dq-post-content h2 {
    margin: 42px 0 16px;
    color: #071827;
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.dq-post-content h3 {
    margin: 30px 0 12px;
    color: #0c263b;
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
    font-size: 23px;
    line-height: 1.35;
}

.dq-post-content img {
    height: auto;
    border-radius: 14px;
}

.dq-post-content blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    border-left: 4px solid #ffc400;
    border-radius: 0 12px 12px 0;
    background: #fff8dc;
}

.dq-post-content .dq-toc {
    margin-top: 0;
    border-color: #dbe5ed;
    border-radius: 14px;
    background: #fbfdff;
    box-shadow: 0 10px 28px rgba(7, 24, 39, .045);
}

.dq-post-content .dq-toc summary {
    min-height: 52px;
    gap: 9px;
    padding: 0 20px;
    border-bottom: 0;
    background: #f2f6fa;
    color: #1465b8;
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .045em;
}

.dq-post-content .dq-toc__icon {
    font-size: 15px;
    opacity: .8;
}

.dq-post-content .dq-toc__list {
    padding: 16px 20px 18px;
    border-top-color: #e4ebf1;
}

.dq-post-content .dq-toc__item {
    padding: 6px 0 6px 17px;
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

.dq-post-content .dq-toc__item::before {
    top: 15px;
    width: 5px;
    height: 5px;
    background: #d5aa00;
}

.dq-post-content .dq-toc__item a {
    color: #405466;
    font-weight: 520;
    letter-spacing: -.01em;
}

.dq-post-content .dq-toc__item a:hover {
    color: #0b77d8;
}

.dq-post-content .dq-toc__item--h3 {
    margin-left: 17px;
    font-size: 14px;
}

.dq-post-content .dq-toc__item--h3::before {
    width: 4px;
    height: 4px;
    background: #aab7c2;
}

.dq-post-content .dq-toc__item--h3 a,
.dq-post-content .dq-toc__item--h4 a,
.dq-post-content .dq-toc__item--h5 a {
    color: #6b7c89;
    font-weight: 430;
}

.dq-post-after-content {
    padding: 0 clamp(26px, 4vw, 48px) 42px;
}

.dq-post-after-content .dq-single-info {
    margin-top: 0;
}

.dq-post-sidebar {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 18px;
}

.dq-post-sidebar__contact,
.dq-post-sidebar__box,
.dq-post-sidebar .dq-widget {
    overflow: hidden;
    border: 1px solid #dce3e8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(7, 24, 39, .055);
}

.dq-post-sidebar__contact {
    padding: 25px;
    border: 0;
    background: linear-gradient(145deg, #071827, #0d2a40);
    color: #fff;
}

.dq-post-sidebar__contact > span {
    color: #ffc400;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.dq-post-sidebar__contact h2 {
    margin: 8px 0 9px;
    color: #fff;
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
    font-size: 25px;
    line-height: 1.2;
}

.dq-post-sidebar__contact p {
    margin: 0 0 18px;
    color: #c8d5df;
    font-size: 14px;
    line-height: 1.6;
}

.dq-post-sidebar__contact a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #ffc400;
    color: #071827;
}

.dq-post-sidebar__contact a small {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.dq-post-sidebar__contact a strong {
    font-size: 16px;
}

.dq-post-sidebar__box,
.dq-post-sidebar .dq-widget {
    padding: 22px;
}

.dq-post-sidebar__box > h2,
.dq-post-sidebar .dq-widget > h3 {
    margin: 0 0 17px;
    color: #071827;
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.dq-post-sidebar__box > h2::after,
.dq-post-sidebar .dq-widget > h3::after {
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 9px;
    background: #ffc400;
    content: "";
}

.dq-post-sidebar__posts {
    display: grid;
    gap: 15px;
}

.dq-post-sidebar__posts article {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.dq-post-sidebar__thumb {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #0d2a40;
}

.dq-post-sidebar__thumb img,
.dq-post-sidebar__thumb > span {
    display: grid;
    width: 100%;
    aspect-ratio: 1.25;
    place-items: center;
    object-fit: cover;
    color: #ffc400;
    font-weight: 900;
}

.dq-post-sidebar__posts h3 {
    margin: -2px 0 5px;
    font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.dq-post-sidebar__posts h3 a {
    color: #071827;
}

.dq-post-sidebar__posts h3 a:hover {
    color: #a87700;
}

.dq-post-sidebar__posts time {
    color: #7a8792;
    font-size: 11px;
}

.dq-post-sidebar__topics ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dq-post-sidebar__topics li + li {
    border-top: 1px solid #e6ebef;
}

.dq-post-sidebar__topics a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    color: #344656;
    font-size: 14px;
    font-weight: 750;
}

.dq-post-sidebar__topics small {
    display: grid;
    min-width: 25px;
    height: 25px;
    padding: 0 6px;
    place-items: center;
    border-radius: 999px;
    background: #fff5cc;
    color: #7a5b00;
    font-size: 10px;
}

@media (max-width: 1020px) {
    .dq-post-layout {
        grid-template-columns: minmax(0, 1fr) 290px;
        gap: 24px;
    }
}

@media (max-width: 820px) {
    .dq-post-single {
        padding-top: 8px;
        padding-bottom: 48px;
    }

    .dq-post-layout {
        grid-template-columns: 1fr;
    }

    .dq-post-sidebar {
        position: static;
        grid-template-columns: 1fr 1fr;
    }

    .dq-post-sidebar__contact,
    .dq-post-sidebar .dq-widget {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .single-post .dq-header-main--mobile {
        color: #fff;
        background: rgba(3, 14, 25, .98);
    }

    .single-post .dq-menu-toggle {
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: #ffd20a;
        color: #07131e;
    }

    .single-post .dq-mobile-nav {
        color: #0b1622;
    }
}

@media (max-width: 600px) {
    .single-post .dq-logo img {
        max-width: 145px;
        max-height: 54px;
    }

    .single-post .dq-breadcrumb {
        padding-bottom: 4px;
    }

    .dq-post-header {
        margin-bottom: 22px;
    }

    .dq-post-header h1 {
        margin-top: 10px;
        font-size: 35px;
        line-height: 1.12;
    }

    .dq-post-content .dq-toc summary {
        min-height: 48px;
        padding: 0 16px;
        font-size: 13px;
    }

    .dq-post-content .dq-toc__list {
        padding: 13px 15px 15px;
    }

    .dq-post-content .dq-toc__item {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }

    .dq-post-content .dq-toc__item--h3 {
        margin-left: 12px;
        font-size: 13px;
    }

    .dq-post-header__lead {
        font-size: 16px;
    }

    .dq-post-header__meta > * + *::before {
        margin-right: 10px;
    }

    .dq-post-main {
        border-radius: 15px;
    }

    .dq-post-main .dq-single-thumb img {
        aspect-ratio: 4 / 3;
    }

    .dq-post-content {
        padding: 24px 20px;
        font-size: 16px;
        line-height: 1.75;
    }

    .dq-post-content h2 {
        margin-top: 34px;
        font-size: 26px;
    }

    .dq-post-content h3 {
        font-size: 21px;
    }

    .dq-post-after-content {
        padding: 0 20px 28px;
    }

    .dq-post-sidebar {
        grid-template-columns: 1fr;
    }

    .dq-post-sidebar__contact,
    .dq-post-sidebar .dq-widget {
        grid-column: auto;
    }
}
