:where(.wp-site-blocks)>* {
    margin-top: 0;
    margin-bottom: 0;
}

/* Remove background image from page-title section sitewide */
.page-title {
    background-image: none !important;
}

body {
    background: #fefaf2;
}

a:hover {
    color: #9a4497;
}

.header-logo {
    max-width: 200px;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thm-btn--three {
    margin: 10px 10px 10px 0px !important;
}

.mega_menu_wrapper .iconbox_block_2 .iconbox_icon {
    background: rgba(154, 68, 151, 0.2);
}

/* Home Blog */

.hero-style-four .xb-hero .xb-item--title {
    font-size: 44px;
    line-height: 54px;
}

.hero-style-four .xb-hero .xb-item--content {
    font-size: 18px;
}

@media (max-width: 767px) {
    .hero-style-four .xb-hero .xb-item--title {
        font-size: 24px;
        line-height: 30px;
    }

    .hero-style-four .xb-hero .xb-item--content {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .hero-style-four .xb-hero .xb-item--title {
        font-size: 30px;
        line-height: 38px;
    }

    .hero-style-four .xb-hero .xb-item--content {
        font-size: 16px;
    }
}

.hd-blog.hd-blog-left a.xb-item--img {
    width: 100%;
    height: 400px;
}

.hd-blog.hd-blog-left a.xb-item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hd-blog.hd-blog-left .xb-item--holder h2.xb-item--title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hd-blog.hd-blog-left .xb-item--holder span.xb-item--content {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hd-blog.hd-blog-right .xb-item--img {
    width: 175px;
    height: 135px;
}

.hd-blog.hd-blog-right .xb-item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .hd-blog-right .xb-item--img {
        width: 100%;
        margin-left: 0;
    }
}

.hd-blog.hd-blog-right .xb-item--holder h2.xb-item--title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hd-blog.hd-blog-right .xb-item--holder .xb-item--meta {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .integration-right {
        margin-top: 30px;
    }

    .intgration-item--one {
        height: 230px;
    }

    .intgration-item--two {
        height: 170px;
    }

    .intgration-item--one::before,
    .intgration-item--one::after,
    .intgration-item--two::before,
    .intgration-item--two::after {
        width: 0;
        height: 0;
    }
}

.feature-left-item .xb-img-two {
    position: unset;
}

/* About CSS  */

.ap-feature_wrap .ap-feature-item .xb-item--icon {
    max-width: 57px;
    max-height: 57px;
    overflow: hidden;
}

.ap-feature_wrap .ap-feature-item .xb-item--icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ap-fea-item .xb-item--img {
    max-width: 410px;
    height: 410px;
    overflow: hidden;
}

.ap-fea-item .xb-item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roadmap-item .xb-item--ques {
    margin: 0 15px !important;
}

.roadmap-item .xb-item--top {
    justify-content: center;
}

@media (max-width: 767px) {
    .raodmap-slider {
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 40px;
    }

    .ap-award-item .xb-img {
        width: 60px !important;
        height: auto !important;
    }
}

.ap-award-inner .ap-award-item .xb-img {
    width: 116px;
    height: 125px;
    overflow: hidden;
}

.ap-award-inner .ap-award-item .xb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item .img--1,
.gallery-item .img--5 {
    max-width: 142px;
    max-height: 136px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-item .img--2 {
    max-width: 277px;
    max-height: 277px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-item .ul_li_between .img--3,
.gallery-item .ul_li_between .img--4 {
    max-width: 135px;
    max-height: 135px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-item .img--4 {
    max-width: 400px;
    max-height: 275px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blog CSS */

/* Blog grid — 3 columns (blogs list page only, scoped to #sw-posts) */
#sw-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

@media (max-width: 991px) {
    #sw-posts { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
    #sw-posts { grid-template-columns: 1fr; }
}

/* Card — vertical layout, equal height (blogs list only) */
#sw-posts .blog_details_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#sw-posts .blog_details_item .xb-item--img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

#sw-posts .blog_details_item .xb-item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Title — fully visible */
#sw-posts .blog_details_item .xb-item--holder .xb-item--title {
    display: block;
    overflow: visible;
    white-space: normal;
}

/* Excerpt — 3 lines */
#sw-posts .blog_details_item .xb-item--holder .xb-item--content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Search bar — right aligned, joined input group */
.sw-blog-search {
    margin-bottom: 40px;
    max-width: 480px;
    margin-left: auto;
}

.sw-search-bar {
    display: flex;
    align-items: center;
    height: 60px;
    border: 1px solid #e7e8ec;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s;
}

.sw-search-bar:focus-within {
    border-color: var(--color-primary-two);
}

.sw-search-input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 16px;
    font-size: 15px;
    background: transparent;
    color: #374151;
    min-width: 0;
}

.sw-search-divider {
    width: 1px;
    height: 36px;
    background: #e7e8ec;
    flex-shrink: 0;
}

.sw-cat-select {
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 12px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    max-width: 140px;
}

.sw-search-btn {
    width: 56px;
    height: 100%;
    flex-shrink: 0;
    border: none;
    background: #9a4497;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.sw-search-btn:hover {
    background: #7d3279;
}

.sw-search-btn img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}


.blog_details_section .item-details_image {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.blog_details_section .item-details_image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.blog_details_section .item-details_image:hover img {
    transform: scale(1.05);
}

/*.recent_post_block .recent_post_item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    overflow: hidden;
}*/

.recent_post_block .recent_post_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    overflow: hidden;
}

.recent_post_block .recent_post_item .xb-item--img {
    flex: 0 0 100px;
    width: 130px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.recent_post_block .recent_post_item .xb-item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent_post_block .recent_post_item .recent-post-content .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post_meta .meta_label {
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
}

.form-group .search_icon {
    background: #9a4497;
}

.category_list_block a {
    font-size: 16px;
}

.category_list_block a:hover span {
    color: #9a4497 !important;
}

.blog_details_item .xb-item--text,
.post_meta .meta_label1 {
    color: #9a4497 !important;
}

.social_icons_block li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.other_post_nav {
    gap: 20px;
}

.post-nav-item {
    max-width: 340px;
    width: 100%;
}

.post-nav-item .xb-item--holder {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1142px) {

    .post-nav-item .xb-item--title,
    .other_post_nav .xb-item--holder .xb-item--text {
        display: none !important;
    }

    .post-nav-item {
        width: fit-content !important;
        gap: 0 !important;
    }
}

.wp-block-heading {
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
    letter-spacing: 0;
    color: #111827;
    margin-top: 2em;
    margin-bottom: 1em;
}

.wp-block-heading.is-style-h1,
h1.wp-block-heading {
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.1111111;
}

.wp-block-heading.is-style-h3,
h3.wp-block-heading {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
}

.blog_details_content p {
    margin-bottom: 1.25em;
    line-height: 1.75;
    font-size: 1rem;
    font-weight: 400;
    color: #374151;
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.wp-block-list {
    padding-left: 30px;
    margin-bottom: 1.25em;
}

.wp-block-list li {
    margin-bottom: 0.5em;
    line-height: 1.75;
    font-size: 1rem;
    font-weight: 400;
    color: #374151;
}

.blog_details_content strong {
    font-weight: 700;
    color: #111827;
}

/* From CSS */

.sw-from-label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px !important;
}

.sw-from-input input,
.sw-from-input select,
.sw-from-input textarea {
    border: 1px solid #e7e8ec !important;
    border-radius: 10px;
}

#wpcf7-f98-p21-o1 .wpcf7-response-output {
    margin: 0 !important;
}

@media (max-width: 991px) {
    .item-contact_form {
        margin: 0 !important;
        padding: 20px !important;
    }

    .item-contact_info {
        margin-left: 0;
        padding: 20px;
    }
}

.hero-style-four .hero-right_img .xb-img .img--two {
    bottom: 0 !important;
}

.ap-award-wrap {
    flex-wrap: nowrap !important;
}

/* Shop CSS */

/* Search Section */
.search-section {
    padding: 0 0 24px;
    border-bottom: 1px solid #e1e5e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.search-container {
    display: flex;
    gap: 0;
}

.search-input {
    flex: 1;
    max-width: 200px;
    width: 100% !important;
    height: 100% !important;
    padding: 13px 16px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px 0 0 8px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    outline: none !important;
    background: #ffffff !important;
    transition: border-color 0.2s ease;
}

.search-input:focus {
    border-color: none;
    box-shadow: none;
}

.search-button {
    padding: 9px 20px;
    background-color: #9a4497;
    color: white;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.search-button:hover {
    background-color: #e5a0e3;
}

.search-button:active {
    background-color: #e5a0e3;
}

.skip-link.screen-reader-text {
    display: none;
}

input#wc-shop-search {
    background-color: transparent;
}

pre[class*="language-"] {
    padding: 20px !important;
    margin: 20px 0 !important;
    border-radius: 10px !important;
}

.hd-feature-button span {
    padding: 26px 50px;
}

.count-box .number {
    color: #9a4497;
}

.count-box .text {
    color: #9a4497;
}

.ap-fanfact-item .xb-item--number {
    color: #9a4497;
}

.roadmap-item .xb-item--year {
    background-color: #9a4497;
    color: #ffffff;
    line-height: 1;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 20px;
}

.sec-title--two .sub-title--strock {
    background-color: #9a4497;
}

.main-container {
    padding: 10rem 15px 5rem;
}

.roadmap.roadmap-pb {
    background: #f6f0e6 !important;
}

.roadmap-button .sa-swiper-btn {
    background: #9a4497;
}

.roadmap-button .sa-swiper-btn:hover {
    background: #fefaf2;
    border: 1px solid #9a4497;
}

.roadmap-button .sa-swiper-btn:hover i {
    color: #9a4497;
}

.roadmap-item {
    background: #ffffff;
    border: 1px solid #fefaf2;
}

.raodmap-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.5;
    background: #924293;
}

.ap-fanfact.fanfact {
    background: #fefaf2 !important;
}

.ap-award-wrap::after,
.ap-award-wrap::before {
    background: #fefaf2;
}

.social_icons_block li a:hover {
    background: #9a4497;
    border-color: #9a4497;
}



.wc-block-components-notice-banner.is-info {
    background-color: rgba(146, 66, 147, 0.3);
    border-color: #924293;
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #924293;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    color: #000000 !important;
    opacity: 1 !important;
}

.wc-block-order-confirmation-status p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333 !important;
}

.wc-block-order-confirmation-summary ul li>.wc-block-order-confirmation-summary-list-item__key {
    color: #000000 !important;
}

.wc-block-order-confirmation-totals table td,
.wc-block-order-confirmation-totals table th {
    color: #000000 !important;
}

.wc-block-order-confirmation-totals__table a {
    color: #9a4497 !important;
    transition: all 0.5s ease-in-out;
}

.wc-block-order-confirmation-totals__table a:hover {
    text-decoration: underline;
}

.wc-block-order-confirmation-order-note,
.wc-block-order-confirmation-shipping-address,
.wc-block-order-confirmation-billing-address {
    background-color: rgba(146, 66, 147, 0.3);
}

.tags_block li a:hover {
    background: #9a4497;
    color: #ffffff;
    border-color: #9a4497;
}

.wp-block-table table thead,
.wp-block-table table thead tr th,
.wp-block-table table tbody tr td {
    border: none !important;
}

.wp-block-table table thead tr th {
    background: #9a4497 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 10px !important;
    text-align: left !important;
}

.wp-block-table table thead tr th {
    border-right: 1px solid #ffffff !important;
}

.wp-block-table table tbody tr:nth-child(odd) {
    background: #9242934d;
}

.wp-block-table table tbody tr:nth-child(even) {
    background: #ffffff;
}

.wp-block-table table tbody tr td {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333 !important;
    padding: 10px !important;
}

.wp-block-table table tbody tr:nth-child(odd) td {
    border-right: 1px solid #ffffff !important;
}

.wp-block-table table tbody tr:nth-child(even) td {
    border-right: 1px solid #9242934d !important;
}

.wp-block-table table thead tr th:last-child,
.wp-block-table table tbody tr:nth-child(odd) td:last-child,
.wp-block-table table tbody tr:nth-child(even) td:last-child {
    border-right: 0 !important;
}

.purchase-form .thm-btn--three {
    margin-right: 0 !important;
}

.spdw-comments-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.spdw-comments-title,
.spdw-reviews-section .spdw-reviews-title {
    width: 100%;
    text-align: start;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.spdw-comments-container .comments,
.spdw-reviews-section .woocommerce-Reviews-title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.spdw-comments-container ul,
.spdw-comments-container ol {
    list-style: none;
    padding-left: 0;
}

.spdw-comments-container .commentlist .comment-body {
    border-bottom: 0.5px solid #9a4497;
    margin-bottom: 20px;
    padding: 0px 20px 20px 20px;
}

.spdw-comments-container .reply a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.spdw-comments-container .reply a:hover {
    color: #9a4497;
    text-decoration: none;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 20px 0;
    padding: 0;
}

.spdw-comments-container .comment-body .comment-author img,
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #9a4497;
    background: none !important;
    padding: 0 !important;
}

.spdw-comments-container .comment-body .comment-author {
    font-size: 14px;
    font-weight: 400;
}

.spdw-comments-container .comment-body .comment-author a {
    color: #9a4497 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.spdw-comments-container .comment-body .comment-author a:hover {
    color: #000000 !important;
    text-decoration: none;
}

.spdw-comments-container .comment-body .comment-metadata {
    margin-left: 50px;
}

.spdw-comments-container .comment-body .comment-metadata a {
    color: #9a4497 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.spdw-comments-container .comment-body .comment-metadata a:hover {
    color: #000000 !important;
    text-decoration: none;
}

.spdw-comments-container .comment-body .comment-metadata .comment-edit-link {
    font-size: 12px;
    font-weight: 500;
    color: #333 !important;
    margin-left: 14px;
}

.spdw-comments-container .comment-body .comment-content p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-left: 50px;
    margin-bottom: 10px;
}

.comment-awaiting-moderation {
    margin-left: 50px;
    font-size: 12px;
    font-weight: 400;
    color: #747474;
}

.spdw-comments-container .children {
    margin-left: 50px;
    margin-top: 20px;
}

/* ── Comment Form — contact-page style ─────────────────── */

/* Wrap the reply form like the cd-contact-form card */
.spdw-comments-container .comment-respond {
    background: #ffffff;
    border: 1px solid #e7e8ec;
    padding: 50px 60px 55px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .spdw-comments-container .comment-respond {
        padding: 35px 30px 40px;
    }
}

@media (max-width: 575px) {
    .spdw-comments-container .comment-respond {
        padding: 24px 20px 28px;
    }
}

/* Title — matches .cd-contact-form .xb-title */
.comment-respond .comment-reply-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--color-heading-two, #1a1c2c);
    letter-spacing: -0.01em;
}

.comment-respond .comment-reply-title small {
    font-size: 14px;
    font-weight: 400;
    margin-left: 12px;
}

.comment-respond .comment-reply-title small a {
    color: #9a4497;
    text-decoration: none;
}

/* Logged-in-as */
.comment-respond .comment-form .logged-in-as {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.comment-respond .comment-form .logged-in-as a {
    color: #9a4497 !important;
    font-weight: 500;
}

/* Each field row — spacing like input-field */
.comment-form p {
    margin-bottom: 28px;
}

/* Labels — matches .cd-contact-form label */
.comment-form label {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
    color: var(--color-heading-two, #1a1c2c);
}

/* Inputs & textarea — matches cd-contact-form inputs */
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form select {
    width: 100% !important;
    height: auto !important;
    background: #f6f6f8 !important;
    border: 1px solid #e7e8ec !important;
    border-radius: 7px !important;
    padding: 14px 20px !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-heading-two, #1a1c2c);
    transition: border-color 0.2s ease;
    margin-top: 0;
    outline: none;
}

.comment-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus {
    border-color: #9a4497 !important;
    background: #ffffff !important;
}

/* Textarea — same min-height as contact page */
.comment-form textarea {
    min-height: 154px;
    resize: vertical;
}

.comment-form-cookies-consent {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Submit button — matches .cp-btn exactly */
/* Submit wrapper — give it breathing room */
.comment-form .form-submit {
    margin-top: 8px;
}

.woocommerce-page label {
    margin-bottom: 0 !important;
}

.comment-form-rating {
    margin-bottom: 10px;
}

select {
    background-image: url("../img/video/arrow.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    width: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.woocommerce .star-rating::before {
    color: #9a4497 !important;
}

.woocommerce .star-rating span {
    color: #9a4497 !important;
}

.cart-icon-link,
.mobile-cart-icon-link {
    position: relative;
}

.cart-count,
.mobile-cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #9a4497;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.rank-math-breadcrumb p {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rank-math-breadcrumb p a {
    color: #9a4497 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rank-math-breadcrumb p a:hover {
    color: #000000 !important;
    text-decoration: none;
}

.megamenu_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.megamenu_description {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-description-content ul {
    padding: 10px 0 10px 30px;
}

.wc-block-cart-items .wc-block-cart-item__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 70px;
    height: 70px;
    background: rgba(146, 66, 147, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.wc-block-cart-items .wc-block-cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 576px) {
    .search-container {
        width: 100% !important;
    }

    .search-input {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .main-container {
        padding: 11rem 15px 1rem !important;
    }

    .single-product .main-container {
        padding: 10rem 15px 1rem !important;
    }

    .blog_details_item .xb-item--img {
        width: 100% !important;
    }

    .hero-style-four .xb-hero .xb-item--item li {
        font-size: 16px;
    }

    .hero-right-image {
        max-width: 100% !important;
    }

    .hero-style-four .hero-right_img .xb-img .img--one {
        max-width: 100% !important;
        bottom: 50% !important;
    }

    .hd-feature-item:hover {
        transform: none !important;
    }

    .hd-feature--middle {
        justify-content: center !important;
    }

    .hd-blog-left {
        margin-right: 0 !important;
    }

    .hd-blog-right .xb-item--holder {
        width: 100% !important;
    }

    .hd-blog-right .xb-item--img {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .page-title-wrap {
        padding-top: 40 !important;
        padding-bottom: 0 !important;
    }

    .ap-feature-item {
        max-width: 100% !important;
    }

    .ap-award-wrap {
        max-height: 500px !important;
    }

    .footer-style-four {
        padding-top: 0 !important;
    }

    .footer-style-four .footer-copyright {
        padding-top: 10px !important;
    }

    .pt-75,
    .pt-85,
    .pt-90,
    .pt-100,
    .pt-110,
    .pt-115,
    .pt-120,
    .pb-125,
    .pt-130 {
        padding-top: 50px !important;
    }

    .pb-75,
    .pb-85,
    .pb-90,
    .pb-100,
    .pb-110,
    .pb-115,
    .pb-120,
    .pb-125,
    .pb-130 {
        padding-bottom: 50px !important;
    }

    .hero.pt-120 {
        padding-top: 120px !important;
    }

    .cta.pt-130 {
        padding-top: 130px !important;
    }
}

/* .xb-item--social-link.mt-45 {
    margin-top: 0 !important;
} */



@media (min-width: 576px) {
    .spdw-full-width-page-container-main .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .spdw-full-width-page-container-main .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .spdw-full-width-page-container-main .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .spdw-full-width-page-container-main .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {}
}

@media (min-width: 1400px) {
    .spdw-full-width-page-container-main .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 1320px !important;
    }
}

.spdw-full-width-page-container-main .wp-block-heading,
.sd-process_warp .sd-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
}

.spdw-full-width-page-container-main p,
.sd-process_warp .sd-content {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333 !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.6 !important;
}

@media (max-width: 991px) {

    .feature-table tr td:nth-child(1),
    .feature-table tr th:nth-child(1) {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 30%;
        font-size: 14px;
    }

    .feature-table tr th {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 14px;
        padding: 10px;
    }
}

.spdw-full-width-page-container-main .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 576px) {

    .spdw-full-width-page-container-main .wp-block-heading,
    .sd-process_warp .sd-title {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }

    .sec-title--two .title {
        font-size: 20px;
        line-height: 30px;
    }

}

@media (max-width: 1399px) {
    .sd-process_inner .sd-shape {
        display: none;
    }
}

.spdw-full-width-page-container-main .wp-block-spiderwares-services-feature>div,
.spdw-full-width-page-container-main .feature {
    background-color: transparent !important;
}

.sd-process_inner {
    margin-top: 0 !important;
}

.sd-service_warp.pb-130 {
    padding-bottom: 0px !important;
}

.sd-service_wrap.pt-115 {
    padding-top: 0px !important;
}

.feature-wrapper.pt-130 {
    margin-bottom: 15px !important;
}

.sd-service_wrap.pb-130 {
    padding-bottom: 0px !important;
}

.feature-wrapper.pb-130 {
    padding-bottom: 0px !important;
}

.feature-table tr th {
    padding: 40px 20px;
}

.feature-table tr td:nth-child(2),
.feature-table tr th:nth-child(2) {
    background: #924293 !important;
}

.wp-block-button__link.has-primary-background-color.has-background.wp-element-button {
    background: #924293 !important;
    color: #ffffff !important;
}

.wp-block-button__link.has-primary-background-color.has-background.wp-element-button:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

.wp-block-group.spdw-full-width-page-container-main .wp-block-post-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mega_menu_wrapper .iconbox_block_2:hover {
    background-color: rgba(146, 66, 147, 0.1);
}

@media (max-width: 767px) {
    .video-wrap .xb-shape .img--one {
        top: 20%;
        left: -20px;
    }

    .video-wrap .xb-shape .img--two {
        top: 40%;
    }
}

.stat-value i {
    color: #924293 !important;
}

.woocommerce-order-received .wp-block-group.has-global-padding {
    padding: 10rem 24px 50px 24px !important;
}

.wp-block-woocommerce-order-confirmation-additional-information {
    margin-bottom: 0 !important;
}

.description-section h1,
.description-section h2,
.description-section h3,
.description-section h4,
.description-section h5,
.description-section h6 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.mega_menu_wrapper .iconbox_block_2:hover .iconbox_title {
    color: #9a4497;
}

.xb-header-menu-scroll .xb-menu-primary>li .sub-menu,
.xb-header-menu-scroll .xb-menu-primary>li .children {
    padding-left: 0;
}

.description-section a,
.description-section a.decorated-link {
    word-break: break-all;
}

.sd-list-item {
    align-items: flex-start !important;
    justify-content: space-between;
}

.sd-ser-list {
    margin: 0 !important;
    flex: 0 0 48%;
    width: 48%;
}

.sd-ser-list {
    margin-top: 0px !important;
}

.sd-ser-list li {
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    display: flex;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .sd-ser-list {
        flex: 0 0 100%;
        width: 100%;
    }
}

.footer-style-four .xb-footer .row .col-lg-4:first-child .sa-newslatter {
    margin-left: 0 !important;
}

.footer-style-four .xb-footer .row .col-lg-4:first-child .sa-newslatter::before {
    display: none !important;
}

@media (max-width: 1199px) {

    .footer-style-four .footer-nees-helf::before,
    .footer-style-four .sa-newslatter::before {
        display: none !important;
    }

    .footer-style-four .footer-nees-helf::after,
    .footer-style-four .sa-newslatter::after {
        display: none !important;
    }
}

.woocommerce-checkout .has-global-padding#wp--skip-link--target {
    padding-top: 10rem;
}

.woocommerce-account .has-global-padding#wp--skip-link--target,
.woocommerce-cart .has-global-padding#wp--skip-link--target {
    padding-top: 10rem !important;
}


#wp--skip-link--target .entry-content.has-global-padding {
    padding-top: 10rem !important;
}

.woocommerce-account #wp--skip-link--target .entry-content.has-global-padding {
    padding-top: 0rem !important;
}

.wp-block-woocommerce-checkout-terms-block .wc-block-components-checkbox__label a {
    color: #924293;
}

.wp-block-woocommerce-checkout-terms-block .wc-block-components-checkbox__label a:hover {
    color: #000000;
}

.woocommerce-order-received .wc-block-order-confirmation-create-account-form p strong {
    color: #000000;
}

.woocommerce-order-received .wc-block-order-confirmation-create-account-form .wc-block-components-address-form__password input[type="text"] {
    width: 100% !important;
    height: auto !important;
    background-color: #ffffff !important;
    border: 1px solid #9a4497 !important;
    border-radius: 5px !important;
    padding: 10px !important;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}

.woocommerce-order-received .wc-block-order-confirmation-create-account-form .wc-block-components-button {
    background: #9a4497 !important;
    color: #ffffff !important;
    transition: all 0.5s ease-in-out !important;
}

.woocommerce-order-received .wc-block-order-confirmation-create-account-form .wc-block-components-button:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

.wc-block-order-confirmation-create-account-description a {
    color: #9a4497 !important;
}

.wc-block-order-confirmation-create-account-description a:hover {
    color: #000000 !important;
}

.wc-block-order-confirmation-create-account-description p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.wc-block-order-confirmation-downloads table thead tr td a {
    color: #9a4497 !important;
    transition: all 0.5s ease-in-out !important;
}

.wc-block-order-confirmation-downloads table tr td a:hover {
    color: #000000 !important;
}

.wc-block-order-confirmation-downloads table thead tr td a:hover {
    color: #000000 !important;
}

.wc-block-order-confirmation-downloads table thead tr td a:hover {
    color: #000000 !important;
}

.wc-block-order-confirmation-create-account {
    background-color: #9a4497 !important;
}

.page-id-2008 #wp--skip-link--target .entry-content.has-global-padding,
.page-id-2011 #wp--skip-link--target .entry-content.has-global-padding,
.page-id-2014 #wp--skip-link--target .entry-content.has-global-padding,
.page-id-2018 #wp--skip-link--target .entry-content.has-global-padding,
.page-id-2020 #wp--skip-link--target .entry-content.has-global-padding {
    padding-top: 0 !important;
}

.mega_menu_wrapper_inner {
    background: #ffffff;
}

@media (max-width: 567px) {
    .blog-pagination {
        gap: 7px !important;
    }

    .blog-pagination li a {
        width: 40px !important;
        height: 40px !important;
        font-size: 12px !important;
    }
}

.related-products-section .related-product-card .related-product-rating svg path {
    fill: #9a4497 !important;
}

.footer-style-four .footer-widget .xb-item--number a,
.footer-style-four .footer-widget .xb-item--email a {
    color: #fff;
}

.footer-style-four .footer-widget .xb-item--number a:hover,
.footer-style-four .footer-widget .xb-item--email a:hover {
    color: #9a4497;
}

.error404 .has-global-padding#wp--skip-link--target {
    padding-top: 10rem !important;
}

@media (max-width: 1199px) {
    .hero-right-image {
        max-width: 100% !important;
    }

    .hero-style-four .hero-right_img .xb-img .img--one {
        top: 25%;
        right: 5%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .hero-style-four .hero-right_img .xb-img .img--one {
        max-width: 100%;
        right: 10%;
        left: auto;
    }
}

@media (max-width: 767px) {
    .hero-right-image {
        max-width: 100% !important;
    }

    .hero-style-four .hero-right_img .xb-img .img--one {
        max-width: 100% !important;
        bottom: 50% !important;
        right: 0%;
    }

    .hero-style-four .hero-right_img .xb-img .img--two {
        max-width: 250px;
    }
}

.related-products-section .related-product-price-rating {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.related-products-section .related-product-price {
    margin-bottom: 0 !important;
}

.related-products-section .wccom-star.wccom-rating-summary__star {
    width: 16px;
    height: 16px;
}

.hero-style-four .hero-right_img .xb-img .img--three {
    bottom: 30%;
    left: 7%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-style-four .hero-right_img .xb-img .img--three {
        bottom: 30%;
        left: 7%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .hero-style-four .hero-right_img .xb-img .img--three {
        bottom: 30%;
        left: 7%;
    }
}

@media (max-width: 1199px) {
    .hero-style-four .hero-right_img .xb-img .img--three {
        bottom: 30%;
        left: 5%;
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .hero-style-four .hero-right_img .xb-img .img--three {
        max-width: 300px;
        right: auto;
        left: 6%;
    }
}

@media (max-width: 767px) {
    .hero-style-four .hero-right_img .xb-img .img--three {
        max-width: 150px;
        left: 5%;
        bottom: 30%;
    }
}

@-webkit-keyframes left-right-3 {
    0% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
    }

    50% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
    }

    100% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
    }
}

.left-right-3 {
    animation: left-right-3 4s linear infinite;
}
/* ── Post Meta Row — Minimal Editorial Strip ───────────── */

/* Borderless strip — only a bottom line */
.post_meta_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 16px 0;
    background: transparent;
    border: none;
    border-bottom: 1.5px solid rgba(154, 68, 151, 0.12);
    border-radius: 0;
    box-shadow: none;
}

/* Each UL group — never wrap items, keep them in one line */
.post_meta_row .post_meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
}

/* Pipe separator between items in same group */
.post_meta_row .post_meta li {
    list-style: none;
    display: flex;
    align-items: center;
}

.post_meta_row .post_meta li + li::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 13px;
    background: rgb(0 0 0 / 36%);
    margin: 0 14px;
    flex-shrink: 0;
}

/* Pipe separator between the two groups */
.post_meta_row .post_meta:first-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background: rgba(0, 0, 0, 0.16);
    margin: 0 14px;
    flex-shrink: 0;
}

/* Base link — muted grey */
.post_meta_row .post_meta li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border-radius: 0;
    font-size: 13.5px;
    font-weight: 400;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    transition: color 0.18s ease;
}

.post_meta_row .post_meta li > a:hover {
    color: #9a4497;
    background: transparent;
}

/* Author chip — bold purple (first li of first UL) */
.post_meta_row .post_meta:first-child li:first-child > a {
    color: #9a4497;
    font-weight: 600;
}

/* Icon */
.post_meta_row .post_meta .meta_icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.post_meta_row .post_meta .meta_icon img {
    width: 14px;
    height: 14px;
    opacity: 0.4;
    display: block;
    transition: opacity 0.18s ease;
}

.post_meta_row .post_meta li > a:hover .meta_icon img {
    opacity: 0.75;
}

.post_meta_row .post_meta:first-child li:first-child > a .meta_icon img {
    opacity: 0.65;
}

/* Override global meta_label */
.post_meta_row .post_meta .meta_label {
    font-size: 13.5px;
    font-weight: inherit;
    margin-left: 0;
    color: inherit;
}

/* Category — uppercase purple text, no box */
.post_meta_row .post_meta li > a .meta_label1 {
    display: inline;
    padding: 0;
    background: transparent;
    color: #9a4497 !important;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: color 0.18s ease;
}

.post_meta_row .post_meta li > a:hover .meta_label1 {
    background: transparent;
    color: #7d3880 !important;
}

/* Copy Link — underline style */
.post_meta_row .post_meta li > a#copy-link-btn {
    border: none;
    padding: 0;
    color: #888;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(0, 0, 0, 0.18);
    transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.post_meta_row .post_meta li > a#copy-link-btn:hover {
    color: #9a4497;
    background: transparent;
    border: none;
    text-decoration-color: rgba(154, 68, 151, 0.4);
}

.post_meta_row .post_meta li > a#copy-link-btn:hover .meta_icon img {
    filter: none;
    opacity: 0.75;
}

/* Mobile: stack the two groups, hide middle divider */
@media (max-width: 575px) {
    .post_meta_row {
        gap: 10px;
        padding: 14px 0;
    }

    .post_meta_row .post_meta {
        width: 100%;
    }

    .post_meta_row .post_meta:first-child::after {
        display: none;
    }
}

.wp-singular .entry-content,
.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
    max-width: 100% !important;
}
 
.wp-singular .has-global-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body.page-id-3 .wp-singular .entry-content .spiderware_pp, body.page-id-3 .wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .spiderware_pp,
body.page-id-4188 .wp-singular .entry-content .spiderware_pp, body.page-id-4188.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .spiderware_pp,
body.page-id-4186 .wp-singular .entry-content .spiderware_pp, body.page-id-4186.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .spiderware_pp,
body.page-id-4192 .wp-singular .entry-content .spiderware_pp, body.page-id-4192.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .spiderware_pp {
    margin-top: 8rem !important;
}

@media (min-width: 1024px) {
    
    body.page-id-3 .wp-singular .entry-content, body.page-id-3.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4188 .wp-singular .entry-content, body.page-id-4188.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4186 .wp-singular .entry-content, body.page-id-4186.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4192 .wp-singular .entry-content, body.page-id-4192.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 1320px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
}
@media (min-width: 1400px) {
    body.page-id-3 .wp-singular .entry-content, body.page-id-3 .wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4188 .wp-singular .entry-content, body.page-id-4188.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4186 .wp-singular .entry-content, body.page-id-4186.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4192 .wp-singular .entry-content, body.page-id-4192.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 1320px;
    }
}
@media (min-width: 1200px) {
    body.page-id-3 .wp-singular .entry-content, body.page-id-3 .wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4188 .wp-singular .entry-content, body.page-id-4188.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4186 .wp-singular .entry-content, body.page-id-4186.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4192 .wp-singular .entry-content, body.page-id-4192.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    body.page-id-3 .wp-singular .entry-content, body.page-id-3 .wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4188 .wp-singular .entry-content, body.page-id-4188.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4186 .wp-singular .entry-content, body.page-id-4186.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4192 .wp-singular .entry-content, body.page-id-4192.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    body.page-id-3 .wp-singular .entry-content, body.page-id-3 .wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4188 .wp-singular .entry-content, body.page-id-4188.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4186 .wp-singular .entry-content, body.page-id-4186.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4192 .wp-singular .entry-content, body.page-id-4192.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    body.page-id-3 .wp-singular .entry-content, body.page-id-3 .wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4188 .wp-singular .entry-content, body.page-id-4188.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4186 .wp-singular .entry-content, body.page-id-4186.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
    body.page-id-4192 .wp-singular .entry-content, body.page-id-4192.wp-singular .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 540px;
    }
}


/*:root :where(.is-layout-constrained) > *{*/
/*    margin-block-start: 0;*/
/*}*/

a{
color: var(--color-heading);
}