.-primary-body {
    padding: 100px 0 75px 0;
}

.-primary-body.wdt_mode {
    padding-bottom: 0;
}

.-page--container-sidebars .-ycw-section:first-child {
    padding-top: 0;
    background: #ffffff;
}

.-page--container-sidebars .-ycw-section:first-child.-ycwt-cat {
    padding-top: 0;
}

.pages-head {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-block: 30px 42px;
    padding: clamp(38px, 5vw, 68px) clamp(24px, 4vw, 52px);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 18%, rgb(255 111 0 / 22%) 0, transparent 30%),
        radial-gradient(circle at 86% 18%, rgb(0 0 0 / 18%) 0, transparent 28%),
        radial-gradient(circle at 86% 86%, rgb(255 255 255 / 7%) 0, transparent 34%),
        linear-gradient(135deg, #000000 0%, #000000 52%, #000000 100%);
    box-shadow: 0 24px 70px rgb(0 0 0 / 12%);
    justify-content: center;
}

.pages-head::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 420px;
    height: 420px;
    top: -170px;
    inset-inline-end: -150px;
    border-radius: 50%;
    background: rgb(255 111 0 / 18%);
    pointer-events: none;
}

.pages-head::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 330px;
    height: 330px;
    bottom: -150px;
    inset-inline-start: -120px;
    border-radius: 50%;
    background: rgb(0 0 0 / 14%);
    pointer-events: none;
}

.pages-head .YC-BK.bc-pt- {
    width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pages-head .YC-BK {
    position: relative;
    z-index: 3;
    width: 100%;
}

.pages-head .YC-BK::before {
    content: "";
    width: 54px;
    height: 5px;
    display: block;
    margin-bottom: 18px;
    border-radius: 999px;
    background: var(--uicolor);
    box-shadow: 0 10px 28px rgb(255 111 0 / 30%);
}

.pages-head.pg-inline-center {
    flex-direction: column;
    align-items: center;
    margin-block: 0 42px;
    padding-block: clamp(42px, 5vw, 70px);
    /* border-radius: 0 0 34px 34px; */
    border-inline: 0;
    border-top: 0;
}

.pages-head.pg-inline-center .YC-BK {
    text-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.pages-head.pg-inline-center .YC-BK::before {
    margin-inline: auto;
}

.pages-head.pg-inline-center .YC-BK h1 {
    margin-bottom: 12px;
}

.YC-BK h1 {
    max-width: min(100%, 920px);
    margin: 0 0 12px;
    color: var(--primary-text);
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -.4px;
}

.title_big .pgt-h1 {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: clamp(28px, 3.2vw, 42px);
}

.pages-head .YC-BK h1 {
    max-width: 960px;
    margin-bottom: 18px;
    color: #ffffff;
    text-align: start;
    text-shadow: 0 14px 34px rgb(0 0 0 / 16%);
}

.pages-head.pg-inline-center .YC-BK h1 {
    text-align: center;
    margin-inline: auto;
}

.YC-BK .pg-before-h {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-bottom: 12px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgb(255 111 0 / 12%);
    color: var(--uicolor);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.pages-head .YC-BK .pg-before-h {
    background: rgb(255 255 255 / 9%);
    color: #ffffff;
    border: 1px solid rgb(255 255 255 / 10%);
}

.YC-BK .pg-before-h::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 10%);
}

.single-tit {
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: var(--lheight);
}

.-primary-body .single-tit {
    text-align: start;
}

.pages-head.pg-inline-center .BreadcrumbsFilters {
    justify-content: center;
}

.OnboxedElem {
    max-width: 760px;
    max-height: 178px;
    overflow: auto;
    padding-inline-end: 34px;
    color: var(--secondarytext);
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    text-align: start;
    transition: 180ms all ease;
    --scroll-thumb: rgb(255 255 255 / 28%);
    --scroll-thumb-hover: rgb(255 255 255 / 48%);
}

.pages-head .OnboxedElem {
    color: rgb(255 255 255 / 78%);
}

.pages-head.pg-inline-center .OnboxedElem {
    margin-inline: auto;
    padding-inline-end: 0;
    text-align: center;
}

.OnboxedElem:hover {
    --scroll-thumb: rgb(255 255 255 / 38%);
    --scroll-thumb-hover: rgb(255 255 255 / 58%);
}

.OnboxedElem::-webkit-scrollbar {
    width: 7px;
}

.OnboxedElem::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--scroll-thumb);
}

.OnboxedElem::-webkit-scrollbar-thumb:hover {
    background: var(--scroll-thumb-hover);
}

.-YC-author-page-parent-header {
    padding-top: 120px;
    margin-bottom: 30px;
}

.-YC-author-page-parent-header > h1 {
    margin-bottom: 6px;
    color: var(--primary-text);
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
}

.-YC-author-page-parent-header > em {
    color: var(--secondarytext);
    font-size: 16px;
    font-style: normal;
}

.-ather-lists.-Taps-AppendCenter.-ScrollerCenter.objType-post {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.-primary-body .p-content {
    max-width: 100%;
}

.-YC-contact-us-container-boxed .p-content {
    max-width: 100%;
    text-align: start;
}

.-Posts-parent-header {
    margin-bottom: 40px;
}

.archive-rows {
    width: 100%;
    min-width: 0;
}

.archive-rows .--empty-attchment-area {
    width: min(100%, 760px);
    margin: 0 auto 38px;
    padding: 42px 28px;
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 26px;
    background:
        radial-gradient(circle at 0 0, rgb(255 111 0 / 6%) 0, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    box-shadow: 0 16px 42px rgb(0 0 0 / 7%);
}

.archive-rows .--empty-attchment-area > i {
    margin-block: 0 22px;
    color: rgb(255 111 0 / 30%);
    font-size: 82px;
}

.archive-rows .--empty-attchment-area h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.45;
}

.archive-rows .--empty-attchment-area .empty-description {
    max-width: 560px;
    margin: 10px auto 0;
    color: var(--secondarytext);
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}

.archive-rows .empty-description a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 18px;
    padding: 0 16px;
    border: 1px solid var(--uicolor);
    border-radius: 999px;
    background: var(--uicolor);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

@media only screen and (max-width: 992px) {
    .-primary-body {
        padding: 82px 0 58px;
    }

    .pages-head {
        margin-top: 12px;
        margin-bottom: 24px;
        padding: 30px 22px;
        border-radius: 24px;
    }

    .pages-head.pg-inline-center {
        margin-bottom: 30px;
        padding-block: 38px;
        border-radius: 0 0 26px 26px;
    }

    .YC-BK h1 {
        max-width: 100%;
        margin-bottom: 8px;
        font-size: 25px;
        line-height: 1.45;
    }

    .pages-head .YC-BK h1 {
        margin-bottom: 14px;
    }

    .YC-BK .pg-before-h {
        padding: 7px 14px;
        font-size: 13px;
    }

    .YC-BK > ol > li > a {
        font-size: 13px !important;
    }

    .OnboxedElem {
        max-width: 100%;
        max-height: 150px;
        padding-inline-end: 18px;
        font-size: 16px;
        line-height: 1.8;
    }
}

@media only screen and (max-width: 767px) {
    .archive-rows {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .archive-rows .--empty-attchment-area {
        padding: 30px 18px;
        border-radius: 20px;
    }

    .archive-rows .--empty-attchment-area > i {
        margin-bottom: 18px;
        font-size: 64px;
    }

    .archive-rows .--empty-attchment-area h2 {
        font-size: 23px;
    }

    .archive-rows .--empty-attchment-area .empty-description {
        font-size: 14px;
    }

    .-primary-body {
        padding: 72px 0 46px;
    }

    .pages-head {
        padding: 26px 18px;
        border-radius: 22px;
        margin-block: 8px 22px;
    }

    .pages-head::before {
        width: 230px;
        height: 230px;
        bottom: -115px;
        inset-inline-start: -115px;
    }

    .pages-head::after {
        width: 280px;
        height: 280px;
        top: -140px;
        inset-inline-end: -145px;
    }

    .pages-head .YC-BK::before {
        width: 44px;
        height: 4px;
        margin-bottom: 14px;
    }

    .pages-head .YC-BK h1 {
        font-size: 23px;
        line-height: 1.45;
    }

    .OnboxedElem {
        max-height: none;
        overflow: visible;
        padding-inline-end: 0;
        font-size: 15px;
    }

    .-YC-author-page-parent-header {
        padding-top: 92px;
    }

    .-YC-author-page-parent-header > h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .archive-rows {
        gap: 18px;
    }

    .archive-rows .--empty-attchment-area {
        padding: 24px 14px;
        border-radius: 16px;
    }

    .archive-rows .--empty-attchment-area h2 {
        font-size: 20px;
    }

    .archive-rows .empty-description a {
        width: 100%;
    }

    .-primary-body {
        padding: 64px 0 38px;
    }

    .pages-head {
        margin: 0 0 18px;
        padding: 22px 14px;
        border-radius: 18px;
    }

    .pages-head.pg-inline-center {
        padding-block: 30px;
        border-radius: 0 0 20px 20px;
    }

    .pages-head .YC-BK h1 {
        font-size: 20px;
    }

    .YC-BK .pg-before-h {
        font-size: 12px;
    }

    .OnboxedElem {
        font-size: 14px;
        line-height: 1.75;
    }
}
