.blog-page-main {
    background: #FFFAF0;
}


.blog-page-wrapper {
    display: flex;
    gap: 20px;
    align-items: start;
    padding: 40px 0px;
}

.blog-sidebar-left {
    width: 15%;
}

.blog-content {
    width: 63%;
}

.blog-content img {
    border-radius: 12px;
}


.blog-sidebar.blog-sidebar-right {
    width: 22%;
}

.blog-sidebar {
    position: sticky;
    top: 75px;
    height: max-content
}

.toc {
    border-left: 1px solid #d8d5cc;
    padding-left: 10px
}

.toc-label,
.share-box>span,
.demo-card>span,
.price-card>span,
.reading-card>span,
.toc-toggle>span,
.blog-sidebar>span,
.blog-sidebar-left span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #85847e
}

.toc.toc-mobile {
    display: none;
}

.toc-arrow {
    display: none;
}

.toc-link {
    display: block;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.3;
    color: #555;
    text-decoration: none;
    position: relative;
}

.toc-link.active {
    color: #005b45;
    font-weight: 700
}

.toc-link.active:before {
    content: "";
    position: absolute;
    margin-left: -11px;
    height: 14px;
    border-left: 2px solid #00835f
}

.share-box {
    border-top: 1px solid #ddd9d0;
    margin-top: 18px;
    padding-top: 14px
}

.share-buttons {
    display: flex;
    gap: 6px;
    margin-top: 10px
}

.share-buttons img {
    padding: 8px;
    border: 1px solid #ddd9d0;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.share-buttons img:hover {
    background: #0f624c12;
}

.article-category {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .5px;
    color: rgb(2, 86, 61);
    margin-bottom: 10px
}

h1,
.blog-page-main h1,
.blog-content h1 {
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -1.7px;
    margin: 0 0 12px;
    font-weight: 800;
    color: #292929
}

.article-intro {
    font-size: 15px;
    line-height: 1.55;
    color: #5d5d5a;
    margin: 0 0 15px;
    max-width: 80%;
}

.article-meta {
    border-bottom: 1px solid rgb(228, 228, 228);
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.article-meta>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.article-meta>div>div {
    position: relative;
}

.article-meta>div>div::after {
    content: "";
    height: 100%;
    width: 1px;
    background: rgb(228, 228, 228);
    position: absolute;
    top: 0;
    right: -20px;
}

.article-meta>div>div:last-child::after {
    content: unset;
}

.author {
    display: flex;
    align-items: center;
    gap: 7px
}

.author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d8d8d5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    object-fit: cover;
}

.article-meta small {
    display: block;
    font-size: 12px;
    color: rgb(141, 141, 141);
    font-weight: 600;
}

.article-meta>div:last-child {
    gap: 16px;
}

.article-meta strong {
    display: block;
    font-size: 14px;
}

.meta-btn {
    border: 1px solid rgb(213, 228, 221);
    border-radius: 20px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
}

.meta-btn.article-meta>div:last-child svg {
    fill: #02563d;
}

.meta-btn svg {
    color: #02563d;
}

.meta-btn span {
    color: rgb(2, 86, 61);
    font-size: 12px;
    font-weight: 700;
}

.meta-btn:hover {
    background: rgb(238, 244, 241);
    border-color: rgb(2, 86, 61);
}

.article-hero img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.demo-card {
    background: rgb(1, 58, 41);
    color: #fff;
    border-radius: 9px;
    padding: 16px;
    margin-bottom: 16px;
}

.demo-card > img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    margin-bottom: 6px;
}

.demo-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #00624b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 12px
}

.demo-card>span {
    color: #a5c6bc;
    margin-top: 6px;
}

.demo-card h3 {
    font-size: 14px;
    line-height: 1.2;
    margin: 7px 0;
    color: #fff;
}

.demo-card p {
    font-size: 10px;
    line-height: 1.4;
    color: #d4e3de;
    margin: 0 0 13px
}

.demo-btn {
    display: block;
    text-align: center;
    background: #ef654d;
    color: #fff;
    border-radius: 6px;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.demo-btn:hover {
    background: #cc523c;
}

.pricing-link {
    display: block;
    text-align: center;
    color: #bcd6ce;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 9px;
    border: 1px solid #bcd6ce;
    border-radius: 6px;
    padding: 7px;
    transition: 0.3s ease-in-out;
}

.pricing-link:hover {
    background: #ef654d;
    border-color: #ef654d;
    color: #fff;
}

.price-card,
.reading-card {
    background: #fff;
    border: 1px solid #ddd9d0;
    border-radius: 9px;
    padding: 13px 12px;
    margin-bottom: 10px
}

.price-card>span,
.reading-card>span {
    margin-bottom: 10px
}

.price-card div {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    font-size: 12px
}

.price-card div strong {
    color: rgb(83, 83, 83);
}

.price-card>div:nth-child(2) strong {
    color: #00624b
}

.price-card div b {
    font-weight: 600
}

.price-card p {
    font-size: 10px;
    line-height: 1.4;
    color: #999;
    margin: 8px 0 0
}

.reading-card>a {
    display: flex;
    color: #333;
    margin-bottom: 8px;
    align-items: center;
    gap: 16px;
}

.reading-card>a div:last-child {
    width: calc(100% - 62px);
}

.reading-card>a:last-child {
    margin-bottom: 0
}

.reading-img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.reading-card h3 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2
}

.reading-card h3:hover {
    color: #00624b;
}

.reading-card small {
    display: block;
    font-size: 10px;
    color: #777;
    margin-top: 3px
}

/* blog post content */
.blog-post-content h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 5px 0px;
    color: rgb(39, 39, 39);
    font-weight: 700
}

.blog-post-content h3 {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 8px;
}

.blog-post-content h3>span {
    justify-content: center;
    background-color: rgb(227, 237, 232);
    color: rgb(2, 86, 61);
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
}

.blog-post-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 16px 0;
}

.blog-post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px 0px;
    border-radius: 12px;
}

.blog-post-content .pre-heading {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgb(2, 86, 61);
    font-weight: 600;
}

.blog-post-content .description {
    font-size: 15px;
    color: rgb(83, 83, 83);
}

.blog-post-content p {
    color: rgb(39, 39, 39);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

/* short answer card */

.blog-short-answer {
    background: #fff;
    border: 1px solid #ddd9d0;
    border-radius: 16px;
    padding: 24px;
    margin: 30px 0px;
}

.blog-short-answer span {
    display: block;
    color: #00624b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .5px;
    margin: 0 0 14px;
}

.blog-short-answer p {
    font-size: 16px;
    line-height: 1.58;
    font-weight: 500;
    margin: 0 0 18px;
}

.blog-short-answer div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    border-top: 1px solid #ddd9d0;
    padding-top: 18px;
}

.blog-short-answer h6 {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    font-weight: 400;
}

.blog-short-answer strong {
    color: #292929;
    font-weight: 600;
}

/* blog-disclosure  */

.blog-post-content .blog-disclosure {
    border: 1px solid #ddd9d0;
    border-left: 3px solid #f0644d;
    border-radius: 0 16px 16px 0;
    background: #fff;
    padding: 24px;
    margin: 30px 0;
}

.blog-post-content .blog-disclosure h4 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.3;
}

.blog-post-content .blog-disclosure p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #5b5b5b;
}

.blog-post-content .blog-disclosure p:last-child {
    margin-bottom: 0;
}

/* method-box */

.method-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #e0e0e0;
    gap: 1px;
    margin: 20px 0px 30px;
}

.method-box>div {
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.method-box h6 {
    margin: 0 0 7px 0;
    font-size: 15px;
    font-weight: 700;
    color: rgb(39, 39, 39);
    line-height: 1.3;
}

.method-box p {
    margin: 0;
    font-size: 14px;
    color: rgb(83, 83, 83);
    line-height: 1.5;
}

/* comparison table */

.comparison-table-wrapper {
    color: #333333;
    line-height: 1.4;
    width: 100%;
    margin: 18px 0px 30px;
    overflow-x: auto;
}

.comparison-table-wrapper table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
}

.comparison-table-wrapper p {
    color: rgb(141, 141, 141);
    margin-top: 15px;
}

.comparison-table-wrapper thead th {
    background-color: rgb(248, 246, 240);
}

.comparison-table-wrapper th {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #555555;
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table-wrapper td {
    padding: 18px 20px;
    font-size: 0.9rem;
    color: #4a5568;
    vertical-align: top;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table-wrapper tbody tr:first-child {
    background-color: #f0f7f4;
}

.comparison-table-wrapper tbody tr:first-child td {
    border-bottom: 2px solid #0f624c;
}

.comparison-table-wrapper td:first-child strong {
    display: block;
    font-size: 1rem;
    color: #1a202c;
    margin-bottom: 4px;
}

.comparison-table-wrapper tbody tr:first-child td:first-child strong {
    color: #0f624c;
    font-size: 1.1rem;
}

.comparison-table-wrapper tbody tr:first-child td:first-child span {
    display: inline-block;
    background-color: #0f624c;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 3px 8px;
    border-radius: 12px;
    margin: 4px 0;
}

.comparison-table-wrapper small {
    display: block;
    font-size: 0.8rem;
    color: #718096;
    margin-top: 4px;
}

.comparison-table-wrapper td:nth-child(3) {
    font-weight: 600;
    color: #2d3748;
    white-space: nowrap;
}

.comparison-table-wrapper tbody tr:first-child td:nth-child(3) {
    color: #0f624c;
    font-size: 1.05rem;
    font-weight: 700;
}

.comparison-table-wrapper tr:nth-child(odd) {
    background-color: rgb(253, 250, 243);
}

.comparison-table-wrapper tr:nth-child(even) {
    background-color: #fff;
}

.comparison-table-wrapper td:nth-child(3):contains("Quote"),
.comparison-table-wrapper td:nth-child(3):contains("Not") {
    color: #a0aec0;
    font-weight: 500;
}


/* grid 3 card */


.grid3-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    margin: 18px 0px;
}


.grid3-card>div {
    padding: 18px 20px;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.grid3-card>div:last-child {
    border-right: none;
}

.grid3-card label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #718096;
}

.grid3-card span {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d3748;
    line-height: 1.4;
}

.light-des {
    color: rgb(141, 141, 141);
    margin: 12px 0px 20px;
}


/* Bullet List */
.blog-post-content ul {
    padding-left: 20px;
    margin: 0 0 28px 0;
}

.blog-post-content ul li {
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
    line-height: 1.5;
    list-style-type: disc;
}

.blog-post-content ul li strong {
    color: #1a202c;
}

/* Compliance Box */
.compliance-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 28px;
    box-sizing: border-box;
}

.compliance-box label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #0f624c;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.compliance-box>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 32px;
}

.compliance-box p {
    font-size: 15px;
    color: #4a5568;
    margin: 0;
    line-height: 1.45;
}

.compliance-box p strong {
    color: #1a202c;
}

/* Testimonial Quote */
.blog-post-content blockquote {
    margin: 28px 0px;
    padding-left: 16px;
    border-left: 3px solid #68d391;
}

.blog-post-content blockquote p {
    font-size: 17px;
    font-style: italic;
    color: #2d3748;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.blog-post-content blockquote cite {
    display: block;
    font-size: 14px;
    font-style: normal;
    color: #718096;
}

.blog-post-content blockquote cite a {
    color: #0f624c;
    text-decoration: underline;
    font-weight: 500;
}

/* Trade-off Box */
.trade-off-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #ed8936;
    padding: 24px;
    box-sizing: border-box;
    margin: 35px 0px;
}

.trade-off-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 10px 0;
}

.trade-off-box p {
    font-size: 15px;
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
}

/* provider-cards-list */
.provider-cards-list {
    color: #2d3748;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 20px 0px;
}

.provider-cards-list>div {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}


.provider-cards-list>div>h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
}

.provider-cards-list>div>h3>span:first-child {
    font-size: 13px;
    font-weight: 700;
    color: rgb(141, 141, 141);
    background: unset;
    padding: 0px;
}

.provider-cards-list>div>h3>span:last-child {
    font-size: 13px;
    font-weight: 500;
    color: rgb(141, 141, 141);
    margin-left: 4px;
    background: unset;
    padding: 0px;
}

.provider-cards-list>div>p {
    font-size: 15px;
    color: #4a5568;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.provider-cards-list>div>p:last-child {
    margin-bottom: 0;
}

.provider-cards-list>div>p>strong {
    color: #1a202c;
    font-weight: 700;
}

/* pricing-table-wrapper */
.pricing-table-wrapper {
    color: #2d3748;
    line-height: 1.5;
    width: 100%;
    overflow-x: auto;
    margin: 30px 0px;
}

.pricing-table-wrapper p {
    color: rgb(141, 141, 141);
    margin-top: 15px;
}

.pricing-table-wrapper table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
}

.pricing-table-wrapper thead tr th {
    background-color: #f7f6f0;
}

.pricing-table-wrapper tr:nth-child(even) {
    background-color: rgb(253, 250, 243);
}

.pricing-table-wrapper th {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #555555;
    padding: 16px 24px;
    text-align: right;
    border-bottom: 1px solid #e2e8f0;
}

.pricing-table-wrapper th:first-child {
    text-align: left;
}

.pricing-table-wrapper td {
    padding: 18px 24px;
    font-size: 15px;
    color: #2d3748;
    text-align: right;
    border-bottom: 1px solid #e2e8f0;
}

.pricing-table-wrapper td:first-child {
    text-align: left;
    font-size: 15px;
}

.pricing-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}


.pricing-table-wrapper td:first-child strong {
    font-weight: 700;
    color: #1a202c;
}

.pricing-table-wrapper tbody tr:first-child td:first-child strong {
    color: #0f624c;
}

/* step-list-wrapper */
.step-list-wrapper {
    color: #2d3748;
    line-height: 1.5;
    margin: 30px 0px;

}

.step-list-wrapper>ul,
.step-list-wrapper>ol {
    list-style-type: decimal;
    padding-left: 38px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    list-style: decimal;
}

.step-list-wrapper>ul>li,
.step-list-wrapper>ol>li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 20px;
    padding-left: 18px;
    border-bottom: 1px solid #e2e8f0;
    display: list-item !important;
}

.step-list-wrapper>ul>li:last-child,
.step-list-wrapper>ol>li:last-child {
    border-bottom: none;
}

.step-list-wrapper>ul>li,
.step-list-wrapper>ol>li {
    font-size: 15px;
    font-weight: 500;
    color: rgb(39, 39, 39);
    line-height: 1.5;
    list-style: decimal;
}

/* Faq section */

.faq-section {
    color: #2d3748;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 20px 0px 30px;
}

.faq-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.faq-section p {
    font-size: 15px;
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
}

/* author box */

.author-card {
    text-align: center;
}

.author-card-divider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.author-card-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1.5px dashed #cbd5e0;
    z-index: 1;
}

.author-avatar-bt {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #e55b3c;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 0 0 8px #faf9f5;
    object-fit: cover;
}

.author-name {
    font-size: 24px;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.author-role {
    font-size: 15px;
    font-weight: 600;
    color: rgb(75, 107, 95);
    margin: 0 0 20px 0;
}

.author-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.btn-connect {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #cbd5e0;
    background-color: #e6f0ed;
    color: #0f624c;
    font-size: 14px;
    font-weight: 600;
}

.btn-all-posts {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #cbd5e0;
    background-color: #ffffff;
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
}

.author-bio {
    font-size: 15px;
    color: rgb(83, 83, 83);
    line-height: 1.6;
    margin: 0 auto;
    max-width: 80%;
}

@media(max-width:1199px) {
    .blog-content {
        width: 60%;
    }

    .blog-sidebar.blog-sidebar-right {
        width: 25%;
    }

    h1 {
        font-size: 28px;
        letter-spacing: 0px;
    }

    .article-meta>div {
        gap: 16px;
    }

    .article-meta strong {
        font-size: 12px;
    }

    .article-meta small {
        font-size: 10px;
    }

    .meta-btn {
        padding: 6px 10px;
    }

    .article-meta>div:last-child {
        gap: 8px;
    }

    .meta-btn span {
        color: rgb(2, 86, 61);
        font-size: 10px;
    }

    .method-box>div {
        padding: 12px;
    }
}

@media(max-width:991px) {
    .blog-page-wrapper {
        display: block
    }

    .blog-sidebar-left,
    .blog-sidebar-right {
        display: none
    }

    .blog-content {
        width: 100%;
    }

}

@media(max-width:767px) {
    h1 {
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 1.2;
    }

    .blog-post-content h2 {
        font-size: 24px;
    }

    .blog-post-content h3 {
        font-size: 20px;
        gap: 10px;
    }

    .blog-post-content h4 {
        font-size: 18px;
    }

    .article-intro {
        font-size: 15px;
        max-width: 100%;
    }

    .article-meta {
        display: block;
    }

    .article-meta>div {
        margin-bottom: 20px;
    }

    .article-meta>div:last-child {
        gap: 8px;
        justify-content: start;
        margin: 0px;
    }

    .meta-btn span {
        font-size: 12px;
    }

    .blog-short-answer {
        padding: 20px;
        margin: 20px 0px;
    }

    .blog-short-answer p {
        font-size: 15px;
        margin: 0 0 14px;
    }

    .blog-short-answer div {
        gap: 9px 24px;
        padding-top: 14px;
    }

    .blog-short-answer h6 {
        font-size: 14px;
    }

    .method-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid3-card {
        grid-template-columns: 1fr;
    }

    .grid3-card>div {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }

    .grid3-card>div:last-child {
        border-bottom: none;
    }

    .compliance-box>div {
        grid-template-columns: 1fr;
    }

    .provider-cards-list>div {
        padding: 16px;
    }

    .provider-cards-list>div>h3 {
        flex-wrap: wrap;
    }

    .author-bio {
        max-width: 100%;
    }

    .blog-post-content blockquote p {
        font-size: 15px;
    }

    .comparison-table-wrapper td {
        padding: 6px 10px;
    }

    .provider-cards-list>div>h3>span:last-child {
        margin: 0px;
    }

    /* mobile toc */

    .toc {
        border: 1px solid #ddd9d0;
        border-radius: 10px;
        background: #fff;
        padding: 0;
    }

    .toc-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
        background: none;
        padding: 12px 16px;
        cursor: pointer;
        color: #00624b;
        font-size: 10px;
        font-weight: 800;
        text-align: left;
    }

    .toc-arrow {
        font-size: 18px;
        line-height: 1;
        transition: transform .25s ease;
    }

    .toc-content {
        display: none;
        padding: 0 16px 12px;
    }

    .toc.open .toc-content {
        display: block;
    }

    .toc.open .toc-arrow {
        transform: rotate(180deg);
    }

    .toc-link {
        padding: 8px 0;
        font-size: 14px;
    }

    .toc-arrow {
        display: block;
    }

    svg {
        width: 16px;
        height: 16px;
    }

    .share-box {
        display: none;
    }

    .toc.toc-mobile {
        display: block;
        margin-bottom: 20px;
    }

    .toc-toggle>span {
        display: block;
        font-size: 12px;
    }
}

/* Single blog: keep existing right sidebar widgets inside new layout */
.blog-sidebar-right .hrone-blog-flex-item,
.blog-sidebar-right .hrone-blog-flex-item-posts,
.blog-sidebar-right .hrone-blog-flex-item-posts-rp {
    width: 100%;
    max-width: 100%;
}

.blog-sidebar-right .hrone-blog-flex-item-posts-rp-flex-item-img {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: cover;
}

.blog-sidebar-right .multistepfrorm h4 {
    font-size: 18px;
}

.blog-content .faq-section {
    margin-top: 40px;
}

.blog-content .faq-section .pre-heading {
    display: block;
}

.blog-page-main .hrone-blog-breadcrumb {
    margin-bottom: 0;
}
