body.single-post.gf-blog-skin-gurgaonfloors {
    --gf-brand-navy: #0f2742;
    --gf-brand-green: #0f766e;
    --gf-brand-sand: #f6f1e8;
    --gf-brand-clay: #c9894f;
    --gf-brand-text: #25364a;
    --gf-brand-muted: #617283;
    --gf-brand-line: #d8dfeb;
    --gf-blog-panel: #ffffff;
}

/* -------------------------------------------------------------------------
   Native MyListing single post self-styling (no template override required)
   ------------------------------------------------------------------------- */
body.single-post.gf-blog-skin-gurgaonfloors section.i-section.blogpost-section {
    position: relative;
    padding: 64px 0 0;
    background: radial-gradient(circle at 12% 3%, rgba(15, 118, 110, 0.13) 0%, rgba(15, 118, 110, 0) 56%),
        radial-gradient(circle at 88% 0%, rgba(201, 137, 79, 0.12) 0%, rgba(201, 137, 79, 0) 60%),
        linear-gradient(180deg, #f9fbfd 0%, var(--gf-brand-sand) 100%);
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body > .c27-content-wrapper {
    background: var(--gf-blog-panel);
    border-radius: 18px;
    border: 1px solid rgba(15, 39, 66, 0.08);
    box-shadow: 0 14px 40px rgba(20, 31, 56, 0.08);
    padding: 36px 42px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-self-styled-content > :first-child {
    margin-top: 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-self-styled-content > :last-child {
    margin-bottom: 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-self-styled-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-self-styled-content th,
body.single-post.gf-blog-skin-gurgaonfloors .gf-self-styled-content td {
    border: 1px solid rgba(15, 39, 66, 0.14);
    padding: 10px 12px;
    text-align: left;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-self-styled-content tr:nth-child(even) {
    background: rgba(15, 39, 66, 0.03);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-self-styled-content figure {
    margin: 1.4em 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-self-styled-content .wp-block-image img {
    border-radius: 12px;
}

body.single-post.gf-blog-skin-gurgaonfloors section.i-section.blogpost-section.gf-blogpost-shell {
    position: relative;
    padding: 64px 0 0;
    background: radial-gradient(circle at 12% 3%, rgba(15, 118, 110, 0.13) 0%, rgba(15, 118, 110, 0) 56%),
        radial-gradient(circle at 88% 0%, rgba(201, 137, 79, 0.12) 0%, rgba(201, 137, 79, 0) 60%),
        linear-gradient(180deg, #f9fbfd 0%, var(--gf-brand-sand) 100%);
}

body.single-post.gf-blog-skin-gurgaonfloors section.i-section.blogpost-section.gf-blogpost-shell:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 420px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .container {
    position: relative;
    z-index: 1;
}

body.single-post.gf-blog-skin-gurgaonfloors .blog-title {
    text-align: center;
    padding-bottom: 36px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-post-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 99px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: var(--gf-brand-green);
    border: 1px solid rgba(15, 118, 110, 0.26);
    background: rgba(15, 118, 110, 0.08);
}

body.single-post.gf-blog-skin-gurgaonfloors .blog-title h1,
body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .blog-title h1 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: clamp(2rem, 4.2vw, 3.6rem);
    line-height: 1.15;
    font-weight: 700;
    color: var(--gf-brand-navy);
    letter-spacing: -0.02em;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-post-excerpt {
    max-width: 760px;
    margin: 0 auto 22px;
    font-size: 19px;
    line-height: 1.75;
    color: var(--gf-brand-muted);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-post-author-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 39, 66, 0.12);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-post-author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-post-author-details {
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-size: 14px;
    color: var(--gf-brand-muted);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-post-author-details a {
    color: var(--gf-brand-navy);
    font-weight: 600;
}

body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li {
    margin: 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li > a,
body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li > div {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: 0.2s ease;
    white-space: nowrap;
    color: #34495d;
    background: #fff;
    border: 1px solid var(--gf-brand-line);
    border-radius: 999px;
    padding: 10px 14px;
}

body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li > a:hover,
body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li > div:hover {
    color: var(--gf-brand-green);
    border-color: rgba(15, 118, 110, 0.42);
}

body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li > a > i,
body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li > div > i {
    margin: 0;
    opacity: 0.72;
    transition: 0.2s ease;
}

body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li > a:hover i,
body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li > div:hover i {
    opacity: 1;
}

body.single-post.gf-blog-skin-gurgaonfloors .blog-featured-image {
    margin-bottom: 38px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-featured-image-wrap {
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 39, 66, 0.08);
    box-shadow: 0 24px 52px rgba(15, 39, 66, 0.14);
}

body.single-post.gf-blog-skin-gurgaonfloors .blog-featured-image img {
    width: 100%;
    border-radius: 0;
    display: block;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-post-content-wrap {
    background: var(--gf-blog-panel);
    border-radius: 18px;
    border: 1px solid rgba(15, 39, 66, 0.08);
    box-shadow: 0 14px 40px rgba(20, 31, 56, 0.08);
    padding: 36px 42px;
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body p,
body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body ul,
body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body ol {
    font-size: 19px;
    line-height: 1.86;
    color: var(--gf-brand-text);
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body p {
    margin-bottom: 1.25em;
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body p a {
    color: #0b5f6e;
    border-bottom: 2px solid rgba(11, 95, 110, 0.24);
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body h2,
body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body h3,
body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body h4,
body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body h5,
body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body h6 {
    color: var(--gf-brand-navy);
    font-weight: 700;
    letter-spacing: -0.015em;
    margin-top: 1.5em;
    margin-bottom: 0.7em;
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section h2 {
    font-size: clamp(1.7rem, 3vw, 2.15rem);
    line-height: 1.32;
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section h3 {
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    line-height: 1.4;
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section h4,
body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section h5,
body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section h6 {
    line-height: 1.45;
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body ol,
body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body ul {
    padding-left: 30px;
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body blockquote {
    border-left: 4px solid var(--gf-brand-clay);
    margin: 1.6em 0;
    padding: 10px 0 10px 20px;
    color: #3d4b60;
    font-size: 20px;
    line-height: 1.8;
    background: rgba(201, 137, 79, 0.08);
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body dl dt {
    font-weight: 700;
}

body.single-post.gf-blog-skin-gurgaonfloors ul.tags {
    margin-top: 40px;
    justify-content: center;
    display: flex;
}

body.single-post.gf-blog-skin-gurgaonfloors .tagcloud > a,
body.single-post.gf-blog-skin-gurgaonfloors ul.tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

body.single-post.gf-blog-skin-gurgaonfloors .tagcloud > a,
body.single-post.gf-blog-skin-gurgaonfloors ul.tags li a {
    padding: 10px 18px;
    border: 1px solid #d0d1d5;
    font-size: 14px;
    display: block;
    border-radius: 999px;
    transition: 0.15s ease;
}

body.single-post.gf-blog-skin-gurgaonfloors .tagcloud > a:hover,
body.single-post.gf-blog-skin-gurgaonfloors ul.tags li a:hover {
    background: var(--gf-brand-green);
    border-color: var(--gf-brand-green);
    color: #fff;
}

body.single-post.gf-blog-skin-gurgaonfloors .tagcloud > a {
    font-size: 13px !important;
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .tags-list .tags {
    flex-wrap: wrap;
}

body.single-post.gf-blog-skin-gurgaonfloors .c27-content-wrapper .section-body .lf-item-container ul {
    list-style: none;
    padding: 0;
    clear: none;
}

body.single-post.gf-blog-skin-gurgaonfloors section.i-section.blogpost-section {
    padding-bottom: 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .single-post .no-results-wrapper {
    padding-top: 0;
    padding-bottom: 50px;
}

body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .blog-title strong {
    font-weight: 600;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 9999;
    background: rgba(15, 39, 66, 0.1);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-reading-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #0f766e 0%, #0f2742 100%);
    transition: width 0.15s linear;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-decision-strip {
    margin-top: 18px;
    border-radius: 16px;
    border: 1px solid rgba(15, 39, 66, 0.1);
    background: #fff;
    padding: 16px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-decision-strip p {
    margin: 0;
    font-size: 15px;
    color: var(--gf-brand-text);
    line-height: 1.6;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-decision-strip-actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--gf-brand-navy);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-action-btn.is-outline {
    color: var(--gf-brand-navy);
    background: transparent;
    border: 1px solid rgba(15, 39, 66, 0.24);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-row {
    margin-bottom: 26px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-card {
    background: #ffffff;
    border: 1px solid rgba(15, 39, 66, 0.1);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(15, 39, 66, 0.08);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-card h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.3;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-card > p {
    margin: 0 0 16px;
    font-size: 15px;
    color: var(--gf-brand-muted);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-form {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-form span {
    font-size: 12px;
    color: var(--gf-brand-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-form input {
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(15, 39, 66, 0.18);
    padding: 0 10px;
    font-weight: 600;
    color: var(--gf-brand-navy);
    background: #fff;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-result {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-result > div {
    border-radius: 12px;
    background: rgba(15, 118, 110, 0.08);
    border: 1px solid rgba(15, 118, 110, 0.2);
    padding: 12px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-result span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--gf-brand-muted);
    margin-bottom: 6px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-result strong {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    color: var(--gf-brand-navy);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-main-reading-area {
    display: flex;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-reading-rail {
    margin-top: 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-sticky-rail {
    position: sticky;
    top: 88px;
    display: grid;
    gap: 14px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-toc-card,
body.single-post.gf-blog-skin-gurgaonfloors .gf-rail-cta {
    border-radius: 14px;
    border: 1px solid rgba(15, 39, 66, 0.1);
    background: #ffffff;
    padding: 14px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-toc-card h4 {
    margin: 0 0 10px;
    font-size: 16px;
    color: var(--gf-brand-navy);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-toc-card ul {
    margin: 0;
    padding: 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-toc-card li {
    margin: 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-toc-card li.is-sub a {
    padding-left: 12px;
    font-size: 13px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-toc-card a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #34495d;
    line-height: 1.45;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-toc-card a:hover {
    color: var(--gf-brand-green);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-rail-cta h5 {
    margin: 0 0 6px;
    font-size: 16px;
    color: var(--gf-brand-navy);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-rail-cta p {
    margin: 0 0 10px;
    font-size: 14px;
    color: var(--gf-brand-muted);
    line-height: 1.55;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-rail-cta a {
    display: inline-block;
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: var(--gf-brand-green);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-next-steps-row {
    margin-top: 28px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-next-steps {
    border: 1px solid rgba(15, 39, 66, 0.09);
    border-radius: 16px;
    padding: 20px;
    background: #fff;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-next-steps h3 {
    margin: 0 0 14px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-next-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-next-card a {
    display: block;
    height: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(15, 39, 66, 0.11);
    background: #fff;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-next-card h4 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.35;
    color: var(--gf-brand-navy);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-next-card p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--gf-brand-text);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-next-card span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--gf-brand-green);
    font-weight: 700;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-helpful-row {
    margin-top: 18px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-helpful-poll {
    border-radius: 14px;
    border: 1px solid rgba(15, 39, 66, 0.09);
    padding: 18px;
    background: #fff;
    text-align: center;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-helpful-poll h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-helpful-poll-actions {
    display: inline-flex;
    gap: 8px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-helpful-poll-actions button {
    border: 1px solid rgba(15, 39, 66, 0.16);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 700;
    color: var(--gf-brand-navy);
    background: #fff;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-helpful-poll-actions button.is-active,
body.single-post.gf-blog-skin-gurgaonfloors .gf-helpful-poll-actions button:hover {
    color: #ffffff;
    background: var(--gf-brand-green);
    border-color: var(--gf-brand-green);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-helpful-poll-status {
    margin: 10px 0 0;
    min-height: 20px;
    font-size: 14px;
    color: var(--gf-brand-muted);
}

body.single-post.gf-blog-skin-gurgaonfloors .c27-post-changer {
    margin-top: 34px;
    display: flex;
    align-items: center;
    padding: 20px 0 36px;
    border-top: 1px solid var(--gf-brand-line);
}

body.single-post.gf-blog-skin-gurgaonfloors .c27-post-changer a {
    display: inline-block;
    font-weight: 600;
    color: #29384f;
}

body.single-post.gf-blog-skin-gurgaonfloors .c27-post-changer a:hover {
    color: var(--gf-brand-green);
}

body.single-post.gf-blog-skin-gurgaonfloors .related-listing-block .event-host a {
    display: flex;
    align-items: center;
}

body.single-post.gf-blog-skin-gurgaonfloors .related-listing-block .event-host:not(:last-child) {
    margin-bottom: 10px;
}

body.single-post.gf-blog-skin-gurgaonfloors .related-listing-block .event-host .avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-gurgaonfloors-cta {
    margin-top: 32px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(15, 39, 66, 0.11);
    background: linear-gradient(130deg, rgba(15, 39, 66, 0.98) 0%, rgba(11, 95, 110, 0.94) 100%);
    color: #f7fbff;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-gurgaonfloors-cta h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-gurgaonfloors-cta p {
    margin: 0 0 16px;
    color: rgba(247, 251, 255, 0.88);
    font-size: 16px;
    line-height: 1.7;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-gurgaonfloors-cta-button {
    display: inline-block;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0f2742;
    background: #f8c78e;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-gurgaonfloors-cta-button:hover {
    color: #0f2742;
    background: #ffd8ab;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-ai-related-listings {
    margin: 42px 0;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid rgba(15, 39, 66, 0.08);
    background: linear-gradient(180deg, rgba(246, 241, 232, 0.58) 0%, rgba(255, 255, 255, 0.96) 100%);
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-ai-related-listings > h2 {
    margin-top: 0;
    margin-bottom: 18px;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-ai-related-listings .listing-feed {
    margin-bottom: 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-ai-related-listings .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body.single-post.gf-blog-skin-gurgaonfloors .gf-ai-related-listings .section-body {
    margin-left: -10px;
    margin-right: -10px;
}

@media only screen and (max-width: 1200px) {
    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .blog-title {
        padding-bottom: 24px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .blog-title h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .tags-list .tags {
        margin-top: 30px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-post-content-wrap {
        padding: 30px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-ai-related-listings {
        padding: 20px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-next-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 992px) {
    body.single-post.gf-blog-skin-gurgaonfloors .no-results-wrapper {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors section.i-section.blogpost-section.gf-blogpost-shell {
        padding-top: 48px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-post-content-wrap {
        padding: 26px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body > .c27-content-wrapper {
        padding: 26px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body p,
    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body ul,
    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body ol {
        font-size: 17px;
        line-height: 1.78;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-main-reading-area {
        display: block;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-result {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {
    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .tags-list .tags {
        justify-content: flex-start;
        margin-top: 20px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .blog-featured-image {
        margin-bottom: 25px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .blog-title {
        padding-bottom: 12px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-post-excerpt {
        font-size: 17px;
        line-height: 1.7;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-post-author-line {
        border-radius: 14px;
        padding: 10px 12px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-post-author-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        line-height: 1.2;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-post-content-wrap {
        border-radius: 14px;
        padding: 22px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body > .c27-content-wrapper {
        border-radius: 14px;
        padding: 22px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-gurgaonfloors-cta {
        padding: 18px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-gurgaonfloors-cta h3 {
        font-size: 20px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-card {
        padding: 18px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-impact-estimator-form {
        grid-template-columns: 1fr;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-next-steps-grid {
        grid-template-columns: 1fr;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-decision-strip {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .blog-title h1 {
        font-size: 32px;
        line-height: 1.22;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .gf-post-content-wrap {
        padding: 18px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body > .c27-content-wrapper {
        padding: 18px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li > a,
    body.single-post.gf-blog-skin-gurgaonfloors .post-cover-buttons > ul > li > div {
        padding: 8px 12px;
        font-size: 13px;
    }

    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body p,
    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body ul,
    body.single-post.gf-blog-skin-gurgaonfloors .blogpost-section .section-body ol {
        font-size: 16px;
        line-height: 1.74;
    }
}

/* ============================================================
   BLOG ARCHIVE / INDEX PAGE — GurgaonFloors
   ============================================================ */

/* ── Shared tokens (scoped to archive wrapper) ── */
.gf-archive-wrap {
    --gf-brand-navy:  #0f2742;
    --gf-brand-green: #0f766e;
    --gf-brand-sand:  #f6f1e8;
    --gf-brand-clay:  #c9894f;
    --gf-brand-text:  #25364a;
    --gf-brand-muted: #617283;
    --gf-brand-line:  #d8dfeb;
    background: #f7f9fc;
    min-height: 60vh;
}

/* ── Hero header ── */
.gf-archive-hero {
    padding: 64px 0 48px;
    background: linear-gradient(150deg, #0f2742 0%, #0b5568 55%, #0f766e 100%);
    position: relative;
    overflow: hidden;
}

.gf-archive-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

.gf-archive-hero-inner {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.gf-archive-hero-inner .gf-post-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 16px;
    border-radius: 99px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #f8c78e;
    border: 1px solid rgba(248, 199, 142, 0.36);
    background: rgba(248, 199, 142, 0.12);
}

.gf-archive-hero-title {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.12;
    color: #fff;
    letter-spacing: -0.02em;
}

.gf-archive-hero-desc {
    margin: 0 auto 28px;
    max-width: 600px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

/* ── Archive search ── */
.gf-archive-search-form {
    max-width: 540px;
    margin: 0 auto;
}

.gf-archive-search-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 999px;
    padding: 6px 6px 6px 18px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}

.gf-archive-search-wrap > i.fa {
    color: #94a3b8;
    font-size: 15px;
    margin-right: 10px;
    flex-shrink: 0;
}

.gf-archive-search-wrap input[type="text"] {
    flex: 1;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    font-size: 15px;
    color: var(--gf-brand-text);
    padding: 8px 0;
    min-width: 0;
}

.gf-archive-search-wrap button {
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    background: var(--gf-brand-green);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 10px 22px;
    border-radius: 999px;
    transition: background 0.2s ease;
}

.gf-archive-search-wrap button:hover {
    background: #0a5c55;
}

/* ── Category filter strip ── */
.gf-archive-filter-strip {
    position: sticky;
    top: 0;
    z-index: 90;
    background: #fff;
    border-bottom: 1px solid var(--gf-brand-line);
    box-shadow: 0 2px 12px rgba(15,39,66,0.06);
}

.gf-archive-filter-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.gf-archive-filter-inner::-webkit-scrollbar {
    display: none;
}

.gf-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gf-brand-muted);
    background: #f1f5f9;
    border: 1.5px solid transparent;
    transition: all 0.18s ease;
    text-decoration: none;
}

.gf-filter-chip:hover {
    color: var(--gf-brand-navy);
    background: #e2eaf5;
    text-decoration: none;
}

.gf-filter-chip.is-active {
    color: #fff;
    background: var(--gf-brand-navy);
    border-color: var(--gf-brand-navy);
}

.gf-filter-chip-count {
    font-size: 11px;
    font-weight: 700;
    background: rgba(0,0,0,0.12);
    border-radius: 99px;
    padding: 1px 7px;
    line-height: 1.6;
}

.gf-filter-chip.is-active .gf-filter-chip-count {
    background: rgba(255,255,255,0.22);
}

/* ── Archive body ── */
.gf-archive-body {
    padding-top: 44px;
    padding-bottom: 64px;
}

/* ── Category badge shared ── */
.gf-card-cat-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gf-brand-green);
    background: rgba(15,118,110,0.1);
    text-decoration: none;
    transition: background 0.15s;
}

.gf-card-cat-badge:hover {
    background: rgba(15,118,110,0.2);
    color: var(--gf-brand-green);
    text-decoration: none;
}

/* ── Card meta row ── */
.gf-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: var(--gf-brand-muted);
    margin-top: 12px;
}

.gf-card-meta i {
    margin-right: 4px;
    opacity: 0.7;
}

/* ── Hero card (first post, full-width split) ── */
.gf-hero-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--gf-brand-line);
    box-shadow: 0 16px 48px rgba(15,39,66,0.10);
    margin-bottom: 40px;
    min-height: 380px;
}

.gf-hero-card-img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 380px;
}

.gf-hero-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.gf-hero-card-img-wrap:hover .gf-hero-card-img {
    transform: scale(1.04);
}

.gf-hero-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(15,39,66,0) 60%, rgba(15,39,66,0.04) 100%);
    pointer-events: none;
}

.gf-hero-card-body {
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gf-hero-card-title {
    margin: 0 0 14px;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.gf-hero-card-title a {
    color: var(--gf-brand-navy);
    text-decoration: none;
    transition: color 0.18s ease;
}

.gf-hero-card-title a:hover {
    color: var(--gf-brand-green);
}

.gf-hero-card-excerpt {
    font-size: 16px;
    line-height: 1.72;
    color: var(--gf-brand-muted);
    margin: 0 0 18px;
}

.gf-hero-card-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    align-self: flex-start;
    padding: 11px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--gf-brand-green);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
}

.gf-hero-card-read-btn:hover {
    background: #0a5c55;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

/* ── Post card grid ── */
.gf-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.gf-post-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--gf-brand-line);
    box-shadow: 0 4px 16px rgba(15,39,66,0.06);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.gf-post-card:hover {
    box-shadow: 0 12px 36px rgba(15,39,66,0.13);
    transform: translateY(-3px);
}

.gf-post-card--sticky {
    border-color: var(--gf-brand-clay);
    box-shadow: 0 4px 20px rgba(201,137,79,0.15);
}

.gf-post-card-thumb-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    height: 200px;
    background: #e8edf4;
}

.gf-post-card-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    display: block;
}

.gf-post-card-thumb-wrap:hover .gf-post-card-thumb {
    transform: scale(1.05);
}

.gf-post-card-no-img {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e2eaf5 0%, #d4e8e5 100%);
}

.gf-post-card-thumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15,39,66,0.28) 0%, transparent 55%);
    pointer-events: none;
}

.gf-post-card-reading-time {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px 9px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
}

.gf-post-card-body {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gf-post-card-title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: -0.01em;
}

.gf-post-card-title a {
    color: var(--gf-brand-navy);
    text-decoration: none;
    transition: color 0.18s ease;
}

.gf-post-card-title a:hover {
    color: var(--gf-brand-green);
}

.gf-post-card-excerpt {
    font-size: 14px;
    line-height: 1.65;
    color: var(--gf-brand-muted);
    margin: 0;
    flex: 1;
}

/* ── Pagination ── */
.gf-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 0 0;
    flex-wrap: wrap;
}

.gf-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--gf-brand-navy);
    background: #fff;
    border: 1.5px solid var(--gf-brand-line);
    text-decoration: none;
    transition: all 0.18s ease;
}

.gf-pagination .page-numbers:hover {
    background: var(--gf-brand-navy);
    color: #fff;
    border-color: var(--gf-brand-navy);
    text-decoration: none;
}

.gf-pagination .page-numbers.current {
    background: var(--gf-brand-green);
    color: #fff;
    border-color: var(--gf-brand-green);
}

.gf-pagination .page-numbers.dots {
    background: transparent;
    border-color: transparent;
    pointer-events: none;
}

/* ── No results ── */
.gf-no-results {
    text-align: center;
    padding: 60px 20px;
    color: var(--gf-brand-muted);
}

.gf-no-results i {
    font-size: 48px;
    opacity: 0.4;
    display: block;
    margin-bottom: 12px;
}

/* ══ RESPONSIVE ══ */
@media only screen and (max-width: 1100px) {
    .gf-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 900px) {
    .gf-hero-card {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .gf-hero-card-img-wrap {
        min-height: 260px;
    }

    .gf-hero-card-body {
        padding: 26px 28px;
    }
}

@media only screen and (max-width: 768px) {
    .gf-archive-hero {
        padding: 48px 0 36px;
    }

    .gf-archive-hero-title {
        font-size: 2rem;
    }

    .gf-archive-hero-desc {
        font-size: 15px;
    }

    .gf-archive-filter-strip {
        position: static;
    }

    .gf-archive-body {
        padding-top: 30px;
        padding-bottom: 48px;
    }

    .gf-posts-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media only screen and (max-width: 540px) {
    .gf-posts-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gf-hero-card-title {
        font-size: 1.4rem;
    }

    .gf-hero-card-body {
        padding: 20px;
    }

    .gf-post-card-thumb-wrap {
        height: 180px;
    }

    .gf-archive-search-wrap button {
        padding: 10px 16px;
        font-size: 12px;
    }
}
