/* Blog index cards + pagination */
.blog-index-content .post-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.blog-index-content .post-list>.column-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 100%
}

@media(min-width: 768px) {
    .blog-index-content .post-list>.column-item {
        width: 50%
    }
}

@media(min-width: 1025px) {
    .blog-index-content .post-list>.column-item {
        width: 33.333333% !important
    }
}

.page-title-breadcrumb {
    min-height: auto !important;
}

.blog-index-content .post-style-1 {
    position: relative
}

.blog-index-content .post-style-1 .post-inner {
    height: 100%
}

.blog-index-content .post-style-1 .post-thumbnail {
    border-radius: 16px;
    overflow: hidden
}

.blog-index-content .post-style-1 .post-thumbnail img {
    width: 100%;
    height: 256px;
    object-fit: cover
}

@media(max-width: 1024px) {
    .blog-index-content .post-style-1 .post-thumbnail img {
        height: auto
    }
}

.blog-index-content .post-style-1 .post-content {
    margin-top: 20px;
    position: relative;
    z-index: 2
}

.blog-index-content .post-style-1 .entry-title {
    color: var(--text);
    font-size: 24px;
    line-height: 1.3333333333;
    font-weight: 600;
    margin: 0
}

.blog-index-content .post-style-1 .entry-title a {
    color: var(--text);
    text-decoration: none
}

.blog-index-content .post-style-1:hover .entry-title a {
    color: var(--primary)
}

.blog-index-content .post-style-1 .post__meta-data {
    display: flex;
    align-items: center;
    margin: 8px 0;
    color: #333;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500
}

.blog-index-content .post-style-1 .post__meta-data .post__meta-avatar {
    margin-right: 10px
}

.blog-index-content .post-style-1 .post__meta-data .post__meta-avatar img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 100%
}

.blog-index-content .post-style-1 .post__meta-data .divider {
    margin: 0 5px
}

.blog-index-content .post-style-1 .post__meta-data .post__meta-name a {
    color: #333;
    text-decoration: none
}

.blog-index-content .post-style-1 .entry-content {
    color: var(--light);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 10px
}

.blog-index-content .post-style-1>a {
    position: absolute;
    inset: 0;
    z-index: 1;
    text-indent: -9999px;
    overflow: hidden
}

.blog-index-content .navigation.pagination {
    width: 100%;
    margin-top: 20px
}

.blog-index-content .navigation.pagination .screen-reader-text {
    display: none
}

.blog-index-content .navigation.pagination .page-numbers {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.blog-index-content .navigation.pagination .page-numbers li {
    margin: 0;
    padding: 0
}

.blog-index-content .navigation.pagination .page-numbers a,
.blog-index-content .navigation.pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--border);
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
    background: transparent
}

.blog-index-content .navigation.pagination .page-numbers a:hover {
    border-color: var(--primary);
    color: var(--primary)
}

.blog-index-content .navigation.pagination .page-numbers .current {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white)
}

#content {
    font-size: 18px
}

#content p {
    font-size: 18px
}

.ggg-custom-css a {
    color: #009eeb
}

.ggg-custom-css ol {
    padding-left: 25px
}

.box-blog-post .box-text {
    padding-top: 15px;
    padding-bottom: 10px
}

.box-blog-post .box-image img {
    border-radius: 12px
}

.box-blog-post .box-text-inner .post-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 3px;
    color: var(--heading)
}

.box-blog-post .box-text-inner .from_the_blog_excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--text)
}

.wp-block-table {
    display: inline-block;
    width: 100%
}

.wp-block-image table,
.wp-block-table table {
    margin-bottom: 5px
}

.wp-block-image figcaption,
.wp-block-table figcaption {
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 0 0 !important
}

.wp-block-columns[class*=wp-block] .gigago-block-background {
    margin-bottom: 20px
}

.wp-block-columns[class*=wp-block] .gigago-block-background:last-child {
    margin-bottom: 20px
}

.gigago-block-background {
    margin: 32px 0;
    color: var(--heading);
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    background: #f2f9ff;
    border-left: 8px solid #007bff;
    padding: 22px 25px
}

@media(max-width: 767px) {
    .gigago-block-background {
        padding: 15px 18px
    }
}

.gigago-block-background ul {
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 24px
}

.gigago-block-background ul.gigago-bullet-check {
    padding-left: 5px
}

.gigago-block-background ul li {
    margin-bottom: 6px
}

.gigago-block-background ul li:last-child {
    margin-bottom: 0
}

.gigago-block-background h1,
.gigago-block-background h2,
.gigago-block-background h3,
.gigago-block-background h4,
.gigago-block-background h5,
.gigago-block-background h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    padding-left: 14px
}

.gigago-block-background h1 i,
.gigago-block-background h2 i,
.gigago-block-background h3 i,
.gigago-block-background h4 i,
.gigago-block-background h5 i,
.gigago-block-background h6 i {
    margin-left: -14px
}

.gigago-block-background p {
    padding-left: 14px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px !important
}

.gigago-block-background p:last-child {
    margin-bottom: 0 !important
}

.gigago-block-border {
    margin: 30px 0;
    color: var(--heading);
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    background: #f2f9ff;
    border-left: 8px solid #ffc107;
    padding: 22px 25px
}

@media(max-width: 767px) {
    .gigago-block-border {
        padding: 15px 18px
    }
}

.gigago-block-border h1,
.gigago-block-border h2,
.gigago-block-border h3,
.gigago-block-border h4,
.gigago-block-border h5,
.gigago-block-border h6 {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px
}

.gigago-block-border p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px !important
}

.gigago-block-border p:last-child {
    margin-bottom: 0 !important
}

.gigago-block-border ul {
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 24px
}

.gigago-block-border ul.gigago-bullet-check {
    padding-left: 5px
}

.gigago-block-border ul li {
    margin-bottom: 6px
}

.gigago-block-border ul li:last-child {
    margin-bottom: 0
}

ul.gigago-bullet-check {
    list-style: none
}

ul.gigago-bullet-check li:before {
    content: "&#10004;";
    margin-right: 8px;
    font-size: 16px
}

.wp-block-rank-math-toc-block nav div {
    margin-bottom: 10px
}

.wp-block-rank-math-toc-block nav div>div>div {
    margin-left: 10px
}

.wp-block-rank-math-toc-block nav>div {
    margin-top: 10px
}

.ggg-custom-css h2 {
    margin: 64px 0 48px 0;
    font-size: 32px
}

@media(max-width: 1024px) {
    .ggg-custom-css h2 {
        font-size: 24px;
        margin: 40px 0 32px 0
    }
}

.ggg-custom-css h3 {
    margin: 32px 0;
    font-size: 24px
}

@media(max-width: 1024px) {
    .ggg-custom-css h3 {
        font-size: 18px;
        margin: 24px 0
    }
}

.ggg-custom-css #rank-math-faq h3 {
    font-size: 18px
}

.ggg-custom-css .wp-block-image {
    margin: 48px 0
}

@media(max-width: 767px) {
    .ggg-custom-css .wp-block-image img {
        width: 100% !important;
        height: 100% !important
    }
}

.ggg-custom-css ul li {
    margin-left: 1.5em !important;
    margin-bottom: .3em !important
}

.ggg-custom-css ul li>ul {
    margin: 10px 0
}

.ggg-custom-css .gigago-price-list {
    margin: 48px 0
}

.ggg-custom-css .gigago-price-list .header {
    z-index: 1 !important
}

.ggg-custom-css .ggg-custom-shortcode {
    margin: 48px 0
}

.ggg-custom-css .wp-block-table table thead tr th,
.ggg-custom-css .wp-block-table table thead tr td {
    color: #222;
    line-height: 1.5
}

.ggg-custom-css .wp-block-table table td,
.ggg-custom-css .wp-block-table table th {
    border: 1px solid #d8d8d8;
    font-size: 16px;
    line-height: 1.5
}

.wp-block-rank-math-toc-block {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    max-width: 60%;
    margin-top: 1.4em
}

@media(max-width: 767px) {
    .wp-block-rank-math-toc-block {
        max-width: 100%
    }
}

.wp-block-rank-math-toc-block h2 {
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal !important;
    position: relative;
    margin: 0
}

.wp-block-rank-math-toc-block h2:after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../../images/btn-collspane.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.wp-block-rank-math-toc-block nav {
    max-height: 0;
    overflow: hidden
}

.wp-block-rank-math-toc-block nav ul {
    margin-top: 15px
}

.wp-block-rank-math-toc-block nav ul li ul {
    margin-left: 0;
    margin-right: 0
}

.wp-block-rank-math-toc-block input:checked+h2~nav {
    max-height: 100%;
    overflow: hidden
}

.page-template-page-right-sidebar .wpDataTables {
    margin: 32px 0 !important
}