@charset "UTF-8";

/* Global */
body {
    margin: 0;
    color: #28272F;
    font-family: "Roboto", sans-serif !important;
}

.container {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.col {
    padding: 0 15px;
}

@media (max-width: 768px) {
    .col {
        padding: 0 10px;
    }
}

p {
    font-size: 18px;
    line-height: 1.3;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 10px;
    height: 54px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.btn.btn-orange {
    background-color: #F07F72;
}

.btn.btn-orange:hover {
    color: white;
    background: repeat padding-box border-box 0%/auto scroll linear-gradient(268deg, #ff5c6e 0%, rgb(171, 117, 158) 57%, #00a9ff 100%);
}

.btn.btn-gradient {
    background: repeat padding-box border-box 0%/auto scroll linear-gradient(268deg, #ff5c6e 0%, #00a9ff 100%);
}

.btn.btn-gradient:hover {
    color: white;
    background: repeat padding-box border-box 0%/auto scroll linear-gradient(268deg, #ff5c6e 0%, rgb(171, 117, 158) 57%, #00a9ff 100%);
}

.btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}

.btns .btn-wrap {
    text-align: center;
}

.btns .btn-wrap p {
    font-size: 14px;
    font-style: italic;
}

.btns .btns-text {
    text-align: center;
}

.btns .btns-text p {
    font-size: 14px;
    font-style: italic;
}

.elementor-location-header .e-con-inner {
    justify-content: space-between !important;
}

@media only screen and (max-width: 992px) {
    .elementor-location-header .e-con-inner {
        flex-direction: row !important;
    }

    .elementor-location-header .e-con-inner .elementor-element {
        width: 50% !important;
        max-width: 50% !important;
    }

    .elementor-location-header .e-con-inner .elementor-element:first-of-type {
        text-align: left;
    }

    .elementor-location-header .e-con-inner .elementor-element:nth-of-type(2) {
        text-align: right;
    }

    .elementor-location-header .e-con-inner .elementor-element:nth-of-type(2) .elementor-menu-toggle {
        margin: 0 !important;
        justify-content: flex-end !important;
    }

    .elementor-location-header .e-con-inner .elementor-element:nth-of-type(3) {
        display: none !important;
    }
}

.elementor-location-header .e-con-inner .nav-signup {
    display: none;
}

@media only screen and (max-width: 992px) {
    .elementor-location-header .e-con-inner .nav-signup {
        display: block;
        text-align: left;
        padding: 10px 20px;
    }
}

.elementor-location-header .e-con-inner .nav-signup a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    border-radius: 10px;
    height: 39px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: repeat padding-box border-box 0%/auto scroll linear-gradient(268deg, #ff5c6e 0%, #00a9ff 100%);
}

.elementor-location-header .e-con-inner .nav-signup a:hover {
    color: white;
    background: repeat padding-box border-box 0%/auto scroll linear-gradient(268deg, #ff5c6e 0%, rgb(171, 117, 158) 57%, #00a9ff 100%);
}

#cookie-notice {
    background-color: white !important;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
}

#cookie-notice .cookie-notice-container {
    width: 100%;
    max-width: 1027px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 8px;
    color: black;
}

#cookie-notice .cookie-notice-container .cn-text-container {
    margin: 0;
    color: #333;
    font-size: 14px;
}

#cookie-notice .cookie-notice-container .cn-buttons-container {
    display: inline-flex;
    gap: 1rem;
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-set-cookie {
    border-radius: 8px;
    margin: 0;
    font-size: 11px;
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-set-cookie#cn-accept-cookie {
    background: repeat padding-box border-box 0%/auto scroll linear-gradient(268deg, #ff5c6e 0%, #00a9ff 100%);
    color: #fff;
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-set-cookie#cn-refuse-cookie {
    background-color: #edf2f7 !important;
    color: #333333;
}

#cookie-notice .cookie-notice-container .cn-close-icon {
    display: none;
}

.error-page {
    padding: 80px 0 50px 0;
}

.error-page .flex {
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .error-page .flex {
        flex-direction: column;
    }
}

.error-page .flex .col {
    width: 100%;
    max-width: 50%;
}

@media only screen and (max-width: 768px) {
    .error-page .flex .col {
        max-width: 100%;
    }
}

.error-page .flex .col .text h1 {
    width: 100%;
    max-width: 420px;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3em;
}

@media only screen and (max-width: 768px) {
    .error-page .flex .col .text h1 {
        font-size: 32px;
    }
}

.error-page .flex .col .text h1 b,
.error-page .flex .col .text h1 strong {
    color: #00A9FF;
    font-weight: 600;
}

.error-page .flex .col .text p {
    width: 100%;
    max-width: 420px;
    margin-bottom: 30px;
}

.error-page .flex .col .image img {
    width: 100%;
    max-width: 100%;
}

.single-page {
    padding: 80px 0 50px 0;
}

.single-page h1 {
    font-size: 45px;
    line-height: 1.3em;
}

@media only screen and (max-width: 768px) {
    .single-page h1 {
        font-size: 32px;
    }
}

.single-page h1,
.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    margin: 30px 0;
    font-weight: 600;
}

.single-page p {
    margin-bottom: 16px;
}

.single-page ul,
.single-page ol {
    margin-bottom: 16px;
}

.single-page ul li,
.single-page ol li {
    margin-bottom: 8px;
}

.single-page iframe {
    width: 100%;
}

.single-page .custom-post-info {
    margin: 20px 0;
}

.single-page .custom-post-info .custom-inline-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.single-page .custom-post-info .custom-inline-items .custom-icon-list-item {
    display: flex;
}

.single-page .custom-post-info .custom-inline-items .custom-icon-list-item a {
    display: flex;
    color: #333;
}

.single-page .custom-post-info .custom-inline-items .custom-icon-list-item .custom-icon {
    margin-right: 8px;
}

.single-page .custom-post-info .custom-inline-items .custom-icon-list-item .custom-icon svg {
    width: 20px;
    height: 20px;
}

.single-page .custom-post-info .custom-inline-items .custom-icon-list-item .custom-icon svg path {
    fill: #6ec1e4;
}

.single-page .custom-post-info .custom-inline-items .custom-icon-list-item .custom-post-info-text {
    display: flex;
    font-size: 14px;
}

.single-page .custom-post-info .custom-inline-items .custom-icon-list-item .custom-post-info-text a {
    color: #333;
}

.footer {
    background-color: #28272f;
    padding: 30px 0;
}

.footer .logo {
    margin-bottom: 30px;
}

.footer .logo img {
    height: 47px;
}

.footer .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media only screen and (max-width: 992px) {
    .footer .flex {
        flex-direction: column;
    }
}

.footer .flex span {
    display: inline-flex;
    margin-bottom: 16px;
    color: white;
    font-size: 15px;
    font-weight: 800;
}

@media only screen and (max-width: 992px) {
    .footer .flex .col {
        width: 100%;
    }
}

.footer .flex .col:last-of-type li {
    margin-bottom: 0;
}

.footer .flex .col:last-of-type li a {
    font-size: 14px;
}

@media only screen and (max-width: 992px) {
    .footer .flex .col:last-of-type li a {
        font-size: 16px;
    }
}

.footer .flex ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media only screen and (max-width: 992px) {
    .footer .flex ul {
        margin-bottom: 30px;
    }
}

.footer .flex ul li {
    margin-bottom: 5px;
}

.footer .flex ul li a {
    color: white;
    font-size: 16px;
}

.footer .trusted span {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-weight: 800;
}

.footer .trusted ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media only screen and (max-width: 992px) {
    .footer .trusted ul {
        justify-content: space-around;
    }
}

.footer .trusted ul li {
    margin-bottom: 30px;
}

.footer .trusted ul li img {
    height: 65px;
}

@media only screen and (max-width: 992px) {
    .footer .trusted ul li {
        width: 50%;
        text-align: center;
    }
}

.footer .terms ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media only screen and (max-width: 992px) {
    .footer .terms ul {
        flex-direction: column;
    }
}

.footer .terms ul li {
    margin: 0 30px;
}

@media only screen and (max-width: 992px) {
    .footer .terms ul li {
        margin: 0 0 5px 0;
    }
}

.footer .terms ul li a {
    color: white;
    font-size: 14px;
}

body.blog,
body.archive {
    padding: 50px 0;
}

.usercom-email-form-container {
    background: linear-gradient(268deg, #00a9ff 0%, #ff5c6e 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    outline: none;
    padding: 30px;
    border-radius: 15px;
}

.usercom-email-form-container h2 {
    margin: 0 0 30px 0;
}

.usercom-email-form-container form {
    display: flex;
    gap: 20px;
}

.usercom-email-form-container form input[type=submit] {
    background-color: white;
}

.usercom-email-form-container form input[type=submit]:hover {
    background-color: #c36;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: #00a9ff;
}

.wp-block-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.wp-block-button {
    color: white;
}

.wp-block-button__link {
    border-radius: 99px;
    color: white;
    font-size: 18px;
    text-align: center;
    background: linear-gradient(268deg, #ff5c6e 0%, #00a9ff 100%);
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
    background: linear-gradient(268deg, #00a9ff 0%, #ff5c6e 100%);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    outline: none;
}

/* Author Box Styles */
.custom-author-box {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.custom-author-box:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.author-avatar {
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #e0e0e0;
}

.author-info {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    text-align: left;
}

.author-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.author-name a {
    text-decoration: none;
    color: inherit;
}

.author-name a:hover {
    color: #0073aa;
}

.linkedin-icon {
    display: inline-block;
    margin-left: 10px;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.linkedin-icon:hover {
    transform: scale(1.2);
}

.linkedin-icon svg {
    fill: #0077b5;
    width: 20px;
    height: 20px;
}

.author-bio {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin: 0;
}

/* Mobile Styles */
@media (max-width: 600px) {
    .custom-author-box {
        flex-direction: column;
        padding: 15px;
        text-align: center;
    }

    .author-avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .author-avatar img {
        width: 60px;
        height: 60px;
    }

    .author-name {
        font-size: 18px;
        justify-content: center;
        margin-bottom: 5px;
    }

    .author-bio {
        font-size: 14px;
        line-height: 1.6;
    }

    .linkedin-icon {
        margin-top: 10px;
    }
}

.comparison-table .default tbody tr td:nth-of-type(2) {
    background-color: initial;
}

.comparison-table .default tbody tr:nth-of-type(2) td:nth-of-type(2),
.comparison-table .default tbody tr:nth-of-type(2) td:nth-of-type(3) {
    color: initial;
    font-weight: normal;
}

.comparison-table .default tbody tr:nth-of-type(3) td:not(:first-child) {
    font-weight: normal;
}

/* Container Styles */
#ez-toc-container {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5em;
    padding: 15px 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Title Styles */
#ez-toc-container .ez-toc-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0.75em;
    color: #333;
}

/* List Styles */
#ez-toc-container ul.ez-toc-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#ez-toc-container ul.ez-toc-list li {
    margin-bottom: 0.5em;
}

#ez-toc-container ul.ez-toc-list li a {
    color: #0073aa;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.6;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

#ez-toc-container ul.ez-toc-list li a:hover {
    background-color: #f0f8ff;
    color: #005780;
}

/* Nested List Styles */
#ez-toc-container ul.ez-toc-list ul {
    margin-left: 1em;
    border-left: 2px solid #eee;
    padding-left: 1em;
}

#ez-toc-container ul.ez-toc-list ul li {
    margin-bottom: 0.5em;
}

/* Active Link Styles */
.ez-toc-widget-container li.active>a {
    font-weight: bold;
    color: #005780;
}

/* Responsive Design */
@media (max-width: 600px) {
    #ez-toc-container {
        padding: 15px;
    }

    #ez-toc-container .ez-toc-title {
        font-size: 1.25em;
    }

    #ez-toc-container ul.ez-toc-list li a {
        font-size: 0.95em;
    }
}

.ez-toc-toggle {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.ez-toc-toggle button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background-color 0.3s;
}

.ez-toc-toggle button:hover {
    background-color: #005780;
}

/* Free tool */
.page-template-free-tools-template .chakra-text {
    margin-bottom: 0 !important;
}

.page-template-free-tools-template .chakra-button:hover {
    color: initial;
}

/* Related posts section on Blog */
.related-posts {
    margin-top: 50px;
    padding: 20px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
}

.related-posts h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.related-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.related-post-item {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

.related-post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.related-post-thumbnail img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}

.related-post-content {
    flex-grow: 1;
}

.related-post-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-post-title:hover {
    color: #0073aa;
}

.related-post-date {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

.related-post-link {
    display: flex;
    text-decoration: none;
    align-items: center;
}

/* Responsive Styles for Mobile */
@media (max-width: 768px) {
    .related-post-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .related-post-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .related-post-thumbnail img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .related-post-content {
        width: 100%;
    }

    .related-post-title {
        font-size: 16px;
    }

    .related-post-date {
        font-size: 12px;
    }
}

@media (min-width: 768px) {

    .author-container,
    .blog-container {
        width: 100%;
        margin: 0 auto;
    }
}

.separator-line {
    border-top: 1px solid #dcdbdb;
    margin: 20px 0 40px;
    width: 100%;
}

.author-header {
    text-align: center;
    margin-bottom: 40px;
}

.author-avatar {
    margin-bottom: 20px;
}

.author-avatar img {
    border-radius: 50%;
    width: 10%;
}

.author-info {
    margin-bottom: 20px;
}

.author-name {
    font-size: 24px;
    margin-bottom: 20px;
}

.author-linkedin {
    display: block;
    margin-bottom: 10px;
    color: #e91e63;
    font-size: 24px;
}

.author-linkedin:hover {
    color: #c2185b;
}

.author-bio {
    color: #555;
    margin-bottom: 20px;
}

.articles-by-author {
    margin-bottom: 40px;
}

.article-list {
    list-style: none;
    padding: 0;
}

.article-item {
    margin-bottom: 20px;
}

.article-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    border-color: currentColor;
    color: #02838d;
    margin-bottom: 0;
    margin-top: 20px;
}

.role {
    margin-bottom: 10px;
}

.article-thumbnail {
    flex: 0 0 150px;
    max-width: 150px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.article-thumbnail img {
    max-width: 100%;
    height: auto;
}

.article-content {
    flex: 1;
}

.article-title {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.article-excerpt {
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
}

.read-more {
    color: #0073b1;
}

@media (max-width: 768px) {
    .article-wrapper {
        flex-direction: column;
    }

    .author-avatar img {
        width: 25%;
    }

    .article-thumbnail {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        justify-content: center;
    }
}

.hero-section {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    width: 100%;
}

.follow-us {
    margin-top: 10px;
    text-align: center;
}

.follow-us p {
    font-size: var(--wp--preset--font-size--small);
    color: #333;
}

.social-icons a {
    margin-right: 10px;
    font-size: var(--wp--preset--font-size--large);
    color: #32A4F7;
    text-decoration: none;
}

.small-icon {
    font-size: 1.5rem;
}

.hero-right {
    width: 35%;
    background-color: #fefff6;
    color: #000000;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: var(--wp--preset--shadow--natural);
}

.hero-right p {
    font-size: var(--wp--preset--font-size--medium);
    margin-bottom: 20px;
}

.subscribe-button {
    background-color: #CC3266;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: var(--wp--preset--font-size--medium);
    cursor: pointer;
}

.subscribe-button:hover {
    background-color: #B12455;
}

.hero-left {
    width: 60%;
}

.hero-right {
    width: 35%;
}

.subscribe-box img {
    width: 25%;
    margin-bottom: 10px;
}

.follow-us .small-icon {
    font-size: 16px;
    margin: 0 5px;
}

.categories-section {
    padding: 20px 20px;
}

.categories-section h2 {
    margin-bottom: 20px;
}

.categories-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.category-block {
    box-sizing: border-box;
    display: flex;
    width: 32%;
    border-radius: 15px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 3px 4px rgba(136, 136, 136, 0.2784313725);
    margin-bottom: 20px;
    transition: border 0.3s ease;
}

.category-block a {
    color: #384257;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    width: 100%;
}

.category-content {
    padding: 20px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.category-content i {
    font-size: 1.4rem;
    color: #6857FF;
}

@media (max-width: 768px) {
    .categories-container {
        flex-direction: column;
        gap: 0;
    }

    .category-block {
        width: 100%;
    }
}

.blog-article-list {
    padding: 40px 20px;
}

.blog-article-list .text h2 {
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .blog-article-list .text h2 {
        font-size: 32px;
    }
}

.blog-article-list .btn-wrap {
    text-align: center;
}

.blog-article-list .btn-wrap .btn {
    min-width: 275px;
    margin-top: 30px;
}

.blog-article-list h2 {
    margin-bottom: 20px;
}

.articles-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.article-block {
    box-sizing: border-box;
    width: 32%;
    border-radius: 15px;
    border: 1px solid #ddd;
    background: #fefff6;
    box-shadow: 0 3px 4px rgba(136, 136, 136, 0.2784313725);
    margin-bottom: 20px;
    transition: border 0.3s ease;
}

.article-block .article-image {
    width: 100%;
}

.article-block .article-image img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.article-content {
    padding: 20px;
}

.article-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.article-content h3 a {
    color: #384257;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-content h3 a:hover {
    color: #0073e6;
}

.article-content p {
    margin: 0 0 10px;
    color: #666;
    font-size: 14px;
}

.article-category {
    margin-top: 10px;
}

.article-category span {
    display: inline-block;
    background-color: #0073e6;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.pagination a,
.pagination .page-numbers {
    color: #0073e6;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pagination a:hover,
.pagination .page-numbers:hover {
    background-color: #0073e6;
    color: #fff;
}

.pagination .current {
    background-color: #0073e6;
    color: #fff;
    border: 1px solid #0073e6;
}

@media (max-width: 768px) {
    .articles-container {
        flex-direction: column;
        gap: 0;
    }

    .article-block {
        width: 100%;
    }
}

.active-category {
    background-color: #0073e6;
    color: #fff;
    border: 1px solid #0073e6;
}

.active-category a {
    color: #fff;
}

.active-category .category-content i {
    color: #fff;
}

/* Pros and Cons Container */
.pros-cons-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
    flex-wrap: wrap;
}

/* Pros and Cons Sections */
.pros-section {
    width: 48%;
    padding: 20px;
    background-color: #e8f5e9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.cons-section {
    width: 48%;
    padding: 20px;
    background-color: #ffebee;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Headings */
.pros-section h3,
.cons-section h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

/* List Styles */
.pros-section ul,
.cons-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pros-section li,
.cons-section li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
}

.pros-section li .icon {
    color: #4CAF50;
    font-size: 20px;
    margin-right: 10px;
}

.cons-section li .icon {
    color: #F44336;
    font-size: 20px;
    margin-right: 10px;
}

/* Mobile Styles */
@media (max-width: 600px) {
    .pros-cons-container {
        flex-direction: column;
        padding: 10px;
    }

    .pros-section,
    .cons-section {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
    }

    .pros-section li,
    .cons-section li {
        font-size: 14px;
    }

    .pros-section h3,
    .cons-section h3 {
        font-size: 18px;
        padding-bottom: 8px;
    }
}

/* Author Box Styles */
.custom-author-box {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.custom-author-box:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.author-avatar {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #e0e0e0;
}

.author-info {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    text-align: left;
}

.author-name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.author-name a {
    text-decoration: none;
    color: inherit;
}

.author-name a:hover {
    color: #0073aa;
}

.linkedin-icon {
    display: inline-block;
    margin-left: 10px;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.linkedin-icon:hover {
    transform: scale(1.2);
}

.linkedin-icon svg {
    fill: #0077b5;
    width: 20px;
    height: 20px;
}

.author-bio {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin: 0;
}

/* Mobile Styles */
@media (max-width: 600px) {
    .custom-author-box {
        flex-direction: column;
        padding: 15px;
        text-align: center;
    }

    .author-avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .author-avatar img {
        width: 60px;
        height: 60px;
    }

    .author-name {
        font-size: 18px;
        justify-content: center;
        margin-bottom: 5px;
    }

    .author-bio {
        font-size: 14px;
        line-height: 1.6;
    }

    .linkedin-icon {
        margin-top: 10px;
    }
}


@font-face {
    font-family: "Roboto";
    src: url("/wp-content/uploads/fonts/Roboto-Regular-subset.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/wp-content/uploads/fonts/Roboto-Bold-subset.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/wp-content/uploads/fonts/Roboto-Black-subset.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/wp-content/uploads/fonts/Roboto-Italic-subset.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* General Button Styles */
.wp-block-button {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-button__link {
    border-radius: 99px;
    color: white;
    font-size: 18px;
    text-align: center;
    background: linear-gradient(268deg, #ff5c6e 0%, #00a9ff 100%);
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    margin: 0 auto;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
    background: linear-gradient(268deg, #00a9ff 0%, #ff5c6e 100%);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    outline: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .wp-block-button {
        margin: 15px 0;
    }

    .wp-block-button__link {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .wp-block-button {
        margin: 10px 0;
    }

    .wp-block-button__link {
        font-size: 14px;
        padding: 8px 16px;
    }
}

.single-page ul,
.single-page ol {
    font-size: 17px;
}

.wp-block-list {
    margin: 2rem 0;
}

.single-page p {
    margin-bottom: 1.5rem;
    font-size: 17px;
    line-height: 24px;
}

.single-page h1,
.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    margin: 35px auto 25px;
    font-weight: 600;
}

.single-page h1 {
    font-size: 34px;
}

.single-page h2 {
    font-size: 24px;
}

.single-page h3 {
    font-size: 21px;
}

.single-page h4 {
    font-size: 18px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .container {
        padding: 0;
    }
}

/* Flexbox Layout */
.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    /* Adjust for padding */
}

/* Main Content Area */
.main-content {
    flex: 0 0 66.666%;
    /* Takes up 66.666% width */
    max-width: 66.666%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Sidebar Area */
.sidebar {
    flex: 0 0 33.333%;
    /* Takes up 33.333% width */
    max-width: 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
    top: 20px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {

    .main-content,
    .sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Ratings CSS */
.rating-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
    text-align: center;
    background-color: #f9f9f9;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.rating-section h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.rating-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}

.pld-like-dislike-wrap {
    display: flex;
}

.pld-like-dislike-wrap .pld-common-wrap {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.pld-like-dislike-wrap .pld-common-wrap {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.rating-icons a {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s;
    text-decoration: none;
}

.rating-icons a svg,
.rating-icons a img {
    width: 80px;
    height: 80px;
}

.rating-icons a:hover svg,
.rating-icons a:hover img {
    transform: scale(1.1);
}

.rating-icons .pld-count-wrap {
    margin-top: 10px;
    font-size: 18px;
    color: #666;
}

@media (max-width: 600px) {
    .rating-section {
        padding: 20px;
    }

    .rating-icons a svg,
    .rating-icons a img {
        width: 60px;
        height: 60px;
    }

    .rating-icons {
        gap: 20px;
    }
}

.registration-box {
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.registration-box h2 {
    margin-bottom: 15px;
}

.registration-box p {
    margin-bottom: 20px;
}

.registration-box .btn {
    background: repeat padding-box border-box 0%/auto scroll linear-gradient(268deg, #ff5c6e 0%, #00a9ff 100%);
    color: #fff;
    padding: 20px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
}

.registration-box .btn:hover {
    background-color: #0056b3;
}

.tip-section {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.lightbulb-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.lightbulb-icon svg {
    width: 40px;
    height: 40px;
    fill: linear-gradient(268deg, #ff5c6e 0%, #00a9ff 100%);
}

.tip-content {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .tip-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .lightbulb-icon {
        margin-bottom: 15px;
    }
}

.home-image {
    text-align: right;
}

.ebook-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Hero Section */
.ebook-hero {
    position: relative;
    background: linear-gradient(135deg, #f0f4f8 0%, #e4ecf3 100%);
    padding: 60px 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
}

.ebook-hero-content {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex: 1 1 400px;
    max-width: 600px;
}

.ebook-hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
}

.ebook-hero-content p.short-teaser {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #555;
}

.download-button {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, transform 0.3s ease;
    letter-spacing: 0.5px;
}

.download-button:hover {
    background: #005880;
    transform: translateY(-2px);
}

.ebook-hero-image {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ebook-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.ebook-hero-image img:hover {
    transform: scale(1.03);
}

/* Description Section */
.ebook-description {
    margin-top: 40px;
    line-height: 1.6;
}

.ebook-description h2 {
    margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: 600;
    color: #222;
}

@media screen and (max-width: 768px) {
    .wp-block-table table.has-fixed-layout {
        table-layout: auto !important;
        width: auto !important;
    }

    .wp-block-table {
        overflow-x: auto;
        display: block;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .wp-block-table table {
        width: auto;
        min-width: 100%;
        margin-bottom: 1em;
    }

    .wp-block-table td {
        min-width: 160px;
        white-space: normal;
        padding: 8px;
    }
}

.btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 15px;
    border-radius: 4px;
    background-color: white;
    height: 72px;
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    &:hover {
        color: rgba(51, 51, 51, 1);
        opacity: 0.8;
        text-decoration: none;
    }
}

.key-takeaway-box {
    background-color: #f4f8fb;
    border-left: 5px solid #00a9ff;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    font-size: 1.05em;
}

.key-takeaway-box h3 {
    margin-top: 0;
    color: #2D3748;
}

/* Consolidated Styles for All Free Tools Content */

/* --- Main Wrapper --- */
/* Replace .slt-content-container, .spf-content-container etc. with this one class */
.tool-content-wrapper {
    max-width: 900px;
    margin: 2rem auto;
    color: #4a5568;
    line-height: 1.7;
}

/* --- Base Typography --- */
.tool-content-wrapper h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.tool-content-wrapper h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2d3748;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2.5rem;
}

.tool-content-wrapper h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.tool-content-wrapper p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.tool-content-wrapper strong {
    color: #2d3748;
}

/* --- Specific Intro Paragraph Style --- */
/* Use class="intro-p" for these */
.tool-content-wrapper .slt-intro-p,
.tool-content-wrapper .spf-intro-p,
.tool-content-wrapper .intro-p {
    font-size: 1.15rem;
    text-align: center;
    color: #667085;
    max-width: 750px;
    margin: 0 auto 3rem auto;
}

/* --- Component: Stat Highlight --- */
.stat-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-left: 5px solid #00a9ff;
    /* Default blue, can be overridden */
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
    border-radius: 8px;
}

.stat-highlight.red-accent {
    /* Added for blacklist checker */
    border-left-color: #ff5c6e;
}

.stat-highlight .stat-number {
    font-size: 4rem;
    font-weight: 800;
    color: #00a9ff;
    /* Default blue */
    line-height: 1;
    margin-right: 1.5rem;
}

.stat-highlight.red-accent .stat-number {
    color: #ff5c6e;
}

.stat-highlight .stat-text {
    font-size: 1.1rem;
    color: #4a5568;
    max-width: 400px;
}

/* --- Component: Grids & Cards --- */
.factors-grid,
.tips-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.factor-card,
.tip-card,
.benefit-card,
.metric-card {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05),
        0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.metric-card {
    padding: 1.5rem;
}

.factor-card .factor-icon,
.tip-card .tip-icon,
.benefit-card .benefit-icon {
    background-color: #e7f5ff;
    color: #00a9ff;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.benefit-card .benefit-icon {
    margin: 0 auto 1rem auto;
    border-radius: 50%;
}

.factor-card .factor-icon svg,
.tip-card .tip-icon svg,
.benefit-card .benefit-icon svg {
    width: 28px;
    height: 28px;
}

.factor-card ul {
    list-style-type: '✓ ';
    padding-left: 1.2rem;
    color: #4a5568;
}

/* --- Component: Numbered & Icon Lists --- */
.how-it-works-steps {
    list-style: none;
    padding: 0;
    counter-reset: steps-counter;
    max-width: 700px;
    margin: 0 auto;
}

.how-it-works-steps li {
    counter-increment: steps-counter;
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    position: relative;
}

.how-it-works-steps li::before {
    content: counter(steps-counter);
    font-size: 1.5rem;
    font-weight: 700;
    color: #00a9ff;
    background-color: #e7f5ff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
}

.steps-list {
    list-style: none;
    padding-left: 0;
    counter-reset: steps-counter;
    display: grid;
    gap: 2rem;
}

.steps-list li {
    position: relative;
    padding-left: 50px;
}

.steps-list li::before {
    content: counter(steps-counter);
    counter-increment: steps-counter;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(268deg, #ff5c6e 0%, #00a9ff 100%);
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.practices-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 1.5rem;
}

.practices-list li {
    display: flex;
    align-items: flex-start;
}

.practices-list .icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    color: #00a9ff;
}

/* --- Component: Call to Action (CTA) --- */
.slt-cta-section {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem 2rem;
    background-color: #f8f9fa;
    border-radius: 12px;
}

.slt-cta-section h2 {
    margin-top: 0;
}

.slt-cta-button {
    display: inline-block;
    background: linear-gradient(268deg, #ff5c6e 0%, #00a9ff 100%);
    color: white;
    text-decoration: none;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.slt-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -5px rgba(0, 169, 255, 0.3);
}

/* --- Other Unique Components --- */
.how-to-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: center;
}

.how-to-steps .step {
    margin-bottom: 1rem;
}

.how-to-steps .step-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00a9ff;
    border: 2px solid #e7f5ff;
    background-color: #f8f9fa;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
}

.metric-analogy-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

.metric-analogy-box .metric-card h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.2rem;
    color: #1a202c;
}


/* --- Responsive Styles --- */
@media (max-width: 768px) {

    .tool-content-wrapper h1,
    .spf-content-container h1 {
        font-size: 2rem;
    }

    .tool-content-wrapper h2,
    .spf-content-container h2 {
        font-size: 1.75rem;
    }

    .stat-highlight {
        flex-direction: column;
        text-align: center;
    }

    .stat-highlight .stat-number {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .factors-grid,
    .tips-grid,
    .benefits-grid,
    .metric-analogy-box {
        grid-template-columns: 1fr;
    }
}

section.next-steps-section .text>p {
    text-align: center;
}

.cta-button {
    background: linear-gradient(268deg, #ff5c6e 0%, #00a9ff 100%);
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    transition: opacity 0.3s, transform 0.2s;
}

.cta-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.next-steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.next-step-card {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.next-step-card p {
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.next-step-card .cta-button {
    width: 100%;
}

@media (max-width: 768px) {
    .next-steps-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .next-step-card {
        padding: 1.5rem;
    }

    .next-step-card .cta-button {
        width: auto;
        display: inline-block;
    }
}

.next-step-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.next-step-card .next-step-icon {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0;
}

.next-step-card h3 {
    font-size: 1.3rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}

.single-page .post-thumbnail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}


.breadcrumbs {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .breadcrumbs {
        margin-bottom: 40px;
    }
}