.post-main {
    padding-bottom: 65px;
}

/* POST :: Header */
.post-header {
    padding-top: 65px;
    padding-bottom: 65px;
}

.post-header__title.section-heading {
    text-align: left;
    padding-bottom: 45px;
}

.post-header .rank-math-breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.post-header .rank-math-breadcrumb::-webkit-scrollbar {
    display: none;
}

.post-header .rank-math-breadcrumb p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.post-header .rank-math-breadcrumb a {
    text-decoration: underline;
}

.post-header .rank-math-breadcrumb .separator {
    margin: 0 8px;
    opacity: 0.3;
}

/* POST :: Wrapper */

.post-wrapper {
    display: flex;
    align-items: stretch;
    gap: 65px;
}

.post-wrapper > div {
    flex: 1 1 auto;
}

.post-wrapper .post-content {
    width: 100%;
    max-width: 100%;
}

.post-wrapper .post-featured {
    padding-bottom: 55px;
}

.post-wrapper .post-featured img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center top;
    border-radius: 12px;
}

.post-wrapper .post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.post-wrapper .post-meta .meta-date {
    font-size: 16px;
    font-weight: 300;
}

.post-wrapper .post-meta .meta-date span {
    font-weight: 600;
    margin-left: 5px;
}

.post-wrapper .post-meta .kk-star-ratings {
    font-size: 16px !important;
    flex-direction: row;
    align-items: center !important;
    gap: 10px;
}

.post-wrapper .post-meta .kk-star-ratings .kksr-stars {
    margin: 0;
    padding: 0;
    order: 2;
}

.post-wrapper .post-meta .kk-star-ratings .kksr-legend {
    font-size: 16px !important;
    margin: 0;
}

.post-wrapper .post-meta .kk-star-ratings .kksr-icon {
    width: 14px !important;
    height: 14px !important;
}


.post-wrapper .post-sidebar {
    width: 300px;
    min-width: 300px;
}

.is-bottom .post-wrapper .post-sidebar  {
    padding-top: 65px;
}

.post-wrapper .post-sidebar .banners {
    position: sticky;
    top: 150px;
    left: 0;
}

/* POST: Sections */
.post-section .section {
    padding-top: 65px;
    padding-bottom: 0;
}

.post-section .section:first-of-type {
    padding-top: 65px;
}

.post-section .section-heading {
    text-align: left;
    padding-bottom: 25px;
}

.post-section .section-heading .title {
    font-size: 28px;
}

.post-section p {
    font-size: 22px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 25px;
}

.post-section p strong {
    font-weight: 600;
}

.post-section ul,
.post-section ol {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 0 0 25px 30px;
}

.post-section ol {
    list-style-type: decimal;
}

.post-section ol li {
    list-style: decimal;
}

.post-section ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #4D4948;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -20px;
}

.post-section ul li,
.post-section ol li {
    font-size: 22px;
    font-weight: 300 !important;
    position: relative;
}

.post-section ul li span,
.post-section ol li span {
    font-weight: 300 !important;
}

    /* BLOCK :: Text editor */
.post-text-editor .section-heading .title {
    font-size: 28px;
}

.post-text-editor.post-table table {
    margin-bottom: 30px;
}

.post-text-editor img {
    border-radius: 12px;
}

/* BLOCK :: Button */

.post-button {
    margin-top: 25px;
}

/* BLOCK :: Toc */
.post-toc .er_toc_title {
    display: none;
}

.post-toc .post-toc-list {
    border-radius: 8px;
    border: 1px solid #DCDCDC;
    background: #F7F8FA;
    padding: 35px;
}

.post-toc .post-toc-list ul {
    margin: 0;
    padding: 0 0 0 10px;
    gap: 5px;
}

.post-toc .post-toc-list li,
.post-toc .post-toc-list li a {
    font-size: 22px;
    font-weight: 300;
    color: #4D4948
}

.post-toc .post-toc-list li:before {
    display: none;
}

.post-toc .post-toc-list li a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.post-toc .section-heading .title {
    font-size: 38px;
}

/* POST :: Steps */
.post-steps__items {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    border-radius: 8px;
    border: 1px solid #DCDCDC;
    background: #F7F8FA;
    padding: 35px;
}

.post-steps__items > div {
    flex: 1 1 0;
}

.post-steps__items .featured {
    max-width: 232px;
    width: 100%;
    text-align: center;
}

.post-steps__items .featured img {
    max-width: 232px;
    height: auto;
}

.post-steps__items .items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.post-steps__items .items > div {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.post-steps__items .items .number {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    width: 25px;
    height: 25px;
    background: #AD3275;
    border-radius: 3px;
}

.post-steps__items .content .step-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.post-steps__items .content ul {
    padding-bottom: 0;
}

/* POST :: Tip */
.post-tip .tip-wrapper {
    border-radius: 8px;
    border: 1px solid #DCDCDC;
    background: #F7F8FA;
    padding: 35px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.post-tip .icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
}

.post-tip .icon img {
    max-width: 50px;
    height: auto;
}

.post-tip .tip-title {
    font-size: 28px;
    font-weight: 600;
    color: #AD3275;
    margin-bottom: 25px;
}

/* POST :: Table */
.post-table .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.post-table table {
    width: 100%;
    margin: auto;
    border-collapse: separate !important;
    border-spacing: 0;
    border-top: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-radius: 4px;
    padding: 0;
}

.post-table table thead,
.post-table table thead th {
    font-size: 15px !important;
    font-weight: 600;
    color: #fff;
    background: #ac3175;
    border: 0;
}

.post-table table thead th {
    padding: 12px 10px !important;
    text-align: left;
    border-left: 1px solid #DCDCDC;
}

.post-table table thead tr {
    border: 0;
}

.post-table tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

.post-table tr:last-child th:last-child {
    border-top-right-radius: 4px;
}

.post-table tr {
    border: 1px solid #F7F8FA;
    vertical-align: top;
}

.post-table td {
    font-size: 16px !important;
    font-weight: 300;
    border-left: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    background-color: #F7F8FA;
    padding: 10px 12px !important;
    text-align: left;
    width: 170px;
}

.post-table tr:nth-child(2n) td {
    background: #fff;
}

.post-table td a {
    text-decoration: underline;
}

.post-table td strong {
    font-weight: 600;
}

.post-table tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

.post-table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.post-table tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

.post-table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

/* POST : FAQs */
.post-faqs .component-accordion__item {
    background: #F7F8FA;
}

.post-faqs .component-accordion__item h3 {
    font-size: 22px !important;
    font-weight: 300;
}

.post-faqs .component-accordion__item li ,
.post-faqs .component-accordion__item p {
    font-size: 16px;
}

.post-faqs .component-accordion__item p  {
    margin-bottom: 25px;
}

.post-faqs .component-accordion__item p:last-of-type {
    margin-bottom: 0;
}

/* POST :: Products */

.post-products .section-heading {
    text-align: center;
}

.post-products .products-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 30px;
    max-width: 100%;
    margin: 0 auto;
}

.post-products .products-item {
    width: 150px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
}

.post-products .products-item__icon {
    width: 110px;
    height: 110px;
    background: linear-gradient(90deg, #AD3275 0%, #831752 100%), #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-products .products-item__icon img {
    filter: brightness(0) invert(1);
    transition: 0.5s;
    width: auto;
    max-height: 55px;
    border-radius: 0;
}

.post-products .is-new .products-item__icon:before,
.post-products .is-soon .products-item__icon:before {
    content: "";
    background: url(../../images/icons/badge_ico.svg);
    width: 100px;
    height: 26px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    transition: 0.5s;
}

.post-products .is-soon .products-item__icon:before {
    background: url(../../images/icons/badge-soon_ico.svg);
}

.post-products a:hover .products-item__icon:before,
.post-products a:hover .products-item__icon:after {
    display: none;
    transition: 0.5s;
}

.post-products a:hover {
    opacity: 1;
}

.post-products a:hover .products-item__icon {
    background: transparent;
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.post-products a:hover .products-item__icon img {
    filter: none;
    opacity: 1;
}

.post-products .products-item__title {
    color: #AD3275;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 15px;
}

.post-products .button {
    width: 100%;
    padding: 8px;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.post-products .button span {
    font-size: 12px;
}

/* POST :: Contact */
.post-contact {
    border-top: 1px solid #DCDCDC;
    margin-top: 65px;
}

.post-contact .contact-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 30px;
    text-align: center;
}

.post-contact .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.post-contact .contact-title {
    font-size: 22px;
    padding: 15px 0;
}

.post-contact .button {
    padding: 8px 16px;
}

.post-contact .button span {
    font-size: 12px;
}

/* POST :: Author */
.post-author .author-wrapper {
    margin-top: 65px;
    padding-top: 65px;
    border-top: 1px solid #DCDCDC;
    width: 100%;
    max-width: 851px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.post-author .author-avatar:before {
    background: url(../../images/icons/autor-avatar-render-01.svg);
    width: 26px;
    height: 30px;
    background-size: 26px 30px;
    left: -10px;
    bottom: 50px;
}

.post-author .author-avatar:before,
.post-author .author-avatar:after {
    content: "";
    position: absolute;
}

.post-author .author-avatar {
    width: 150px;
    height: 150px;
    position: relative;
}

.post-author .author-avatar:after {
    background: url(../../images/icons/autor-avatar-render-02.svg);
    width: 15px;
    height: 30px;
    background-size: 15px 30px;
    top: 14px;
    right: 11px;
}

.post-author .author-avatar img {
    max-width: 150px;
    height: auto;
    border-radius: 50%;
    border: 1px solid #DCDCDC;
}

.post-author p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.post-author .author-name {
    color: #4D4948;
    font-size: 28px;
    font-weight: 300;
    padding-bottom: 10px;
    opacity: 1;
}

.post-author .author-name span {
    font-weight: 600;
    color: #AD3275;
}

.post-author .author-job {
    font-size: 16px;
    font-weight: 600;
}

.post-author .author-description {
    padding-top: 25px;
}

.post-author .author-contact {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.post-author .author-contact a {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-offers {
    padding: 65px 0;
    margin-top: 65px;
    background: #F7F8FA;
}

.post-offers .section-calculations__panel {
    background: #FFFFFF;
}

.post-image img {
    border-radius: 12px;
}
 
.post-image.pt-0 {
    padding-top: 0;
}

.post-image.pb-0 {
    padding-bottom: 0;
}

/* POST :: OLD */
.post-old .post-meta {
    padding-bottom: 45px;
}

.post-old .post-section .post-text-editor .kk-star-ratings {
    display: none !important;
}

.post-old .post-section .ez-toc-title {
    font-weight: 700;
    padding-bottom: 30px;
}

.post-old .post-section #ez-toc-container ul {
    padding-bottom: 0;
}

.post-old .post-section p span{
    font-weight: 300 !important;
}

.post-old .post-section h2,
.post-old .post-section h3 {
    font-family: 'TT Commons', sans-serif;
    color: #4D4948;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 1.15 !important;
}

.post-old .post-section h3 {
    font-size: 22px;
}

.post-old .post-section h2 span,
.post-old .post-section h3 span {
    font-weight: 600 !important;
}

.post-old .post-section img {
    border-radius: 12px;
}

.post-old .post-contact .icon img {
    border-radius: 0;
}

.post-old .post-section .frame h3,
.post-old .post-section .frame > p:first-of-type {
    padding-bottom: 15px;
    margin-bottom: 0;
}

.post-old .post-products .products-item__icon img {
    width: 55px;
    height: auto;
    border-radius: 0;
}

.banner {
    font-family: 'TT Commons', sans-serif !important;
    border-radius: 12px;
    margin: 0 auto;
    line-height: 1.2 !important;
}

.banner .banner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}

.banner .banner-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.banner .banner-description p {
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
}

.banner .banner-price {
    font-size: 28px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

.banner .banner-price span {
    font-size: 16px !important;
    margin-left: 5px;
}

.banner .banner-description-extended p {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

.banner .banner-button {
    margin-top: 0;
}

.banner .banner-button a {
    font-family: 'Open Sans', sans-serif;
    padding: 12px 32px !important;
    border-radius: 6px;
    background: #50B405;
    border: 2px solid #50B405;
    line-height: 1.2 !important;
    min-height: auto !important;
    justify-content: center;
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.banner .banner-button span {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.banner p {
    margin: 0;
    line-height: 1.2 !important;
}

/* Banner :: Square */
.banner-square {
    width: 300px;
    max-width: 300px;
}

/* Banner :: Skycrapter */
.banner-skycrapter {
    width: 100%;
    max-width: 300px;
}

.banner-skycrapter .banner-wrapper {
    background: #F7F8FA;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.banner-skycrapter .banner-header {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    padding: 30px 50px 0 50px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}


.banner-skycrapter .banner-header-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.banner-skycrapter .banner-header img {
    max-width: 100%;
    height: auto;
    max-height: 132px;
    width: auto;
}

/* Banner :: TEXT */
.banner-text {
    width: 100%;
    max-width: 851px;
    display: flex;
    align-items: stretch;
}

.banner-text > div {
    flex: 1 1 0;
}

.banner-text .banner-header {
    width: 100%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: center;
}

.banner-text .banner-header img {
    max-width: 100%;
    height: auto;
    margin-top: auto;
    max-height: 180px;
    width: auto;
}

.banner-text .banner-wrapper {
    width: 100%;
    background: #F7F8FA;
    justify-content: center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.banner-text .banner-header-title,
#poststuff h2.banner-header-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 25px 25px 0 25px; !important;
}

.banner-text .banner-content-button {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
}

.banner-text .banner-button a {
    min-width: 170px;
}

.banner-text .banner-title {
    font-size: 28px !important;
}

.banner-text .banner-description p {
    font-size: 20px !important;
}

/* Banner :: Static */
.banner-static {
    text-align: center;
}

@media (max-width: 1440px) {
    .post-wrapper .post-sidebar .banners {
        top: 120px;
    }

    .banner-skycrapter .banner-header {
        padding: 25px 25px 0 25px;
    }

    .banner-skycrapter .banner-header img {
        max-height: 110px;
    }

    .banner-skycrapter .banner-header-title {
        font-size: 28px !important;
    }

    .banner-skycrapter .banner-title {
        font-size: 20px !important;
    }

    .banner-skycrapter .banner-description p,
    .banner .banner-description-extended p {
        font-size: 18px !important;
    }
}

@media (max-width: 992px) {
    .post-wrapper .post-sidebar {
        display: none;
    }

    .post-header {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .post-wrapper .post-meta {
        gap: 30px;
    }

    .post-wrapper .post-meta .meta-vote {
        order: 2;
    }

    .post-wrapper .post-meta .meta-date {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .post-wrapper .post-meta .meta-date span {
        margin-left: 0;
    }

    .post-wrapper .post-meta .kk-star-ratings {
        flex-direction: column !important
    }

    .post-wrapper .post-featured {
        padding-bottom: 25px;
    }

    .post-section .section:first-of-type {
        padding-top: 30px;
    }

    .post-header__title.section-heading {
        padding-bottom: 30px;
    }

    .post-section .section {
        padding-top: 30px;
    }

    .post-toc .section-heading .title {
        font-size: 28px;
    }

    .post-section p {
        margin-bottom: 15px;
    }

    .post-button {
        margin-top: 15px;
    }

    .post-toc .post-toc-list {
        padding: 15px;
    }

    .post-steps__items {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 15px;
    }

    .post-tip .tip-wrapper {
        padding: 15px;
    }

    .post-offers {
        padding: 45px 0;
        margin-top: 45px;
    }

    .post-table td {
        min-width: 170px;
    }

    .banner-text {
        flex-direction: column;
    }

    .banner-text .banner-header {
        max-width: 100%;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }

    .banner-text .banner-wrapper {
        border-top-right-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
}


@media (max-width: 768px) {
    .post-contact .contact-items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .post-author .author-wrapper {
        margin-top: 35px;
        padding-top: 35px;
        flex-direction: column;
    }
}