
.monsta-seo-blog.wp-block-group.row_bloglist {
    padding-bottom: 4rem;
    padding-top: 3.5rem;
}
.monsta-seo-blog.row_bloglist .blog-item {
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.25);
}
.monsta-seo-blog.row_bloglist .blog-item,
.monsta-seo-blog.row_bloglist .blog-item .blog-item-inner {
    height: 100%;
}
.monsta-seo-blog.row_bloglist .blog-item .blog-item-img {
    overflow: hidden;
    padding-top: 60%;
    position: relative;
}
.monsta-seo-blog.row_bloglist .blog-item .blog-item-img img {
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
}
.monsta-seo-blog.row_bloglist .blog-item h3 a,
.monsta-seo-blog.row_bloglist .blog-item h3 a:visited {
    color: #444444;
}
.monsta-seo-blog.row_bloglist .monsta-blog-title {
    text-align: center;
    margin: 0 0 2rem;
}

.monsta-seo-blog .pagination-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    text-align: center;
}
.monsta-seo-blog .pagination-wrapper * {
    color: #444;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
}
.monsta-seo-blog .pagination-wrapper a:hover {
    color: var(--secondary-color) !important;
}
.monsta-seo-blog .pagination-wrapper .nav-links {
    display: flex;
    gap: 10px;
}
.monsta-seo-blog .pagination-wrapper .current {
    color: var(--secondary-color) !important;
}

.monsta-seo-single h1,
.monsta-seo-single h2,
.monsta-seo-single h3,
.monsta-seo-single h4,
.monsta-seo-single h5,
.monsta-seo-single h6 {
    color: var(--primary-color) !important;
}
.monsta-seo-single a {
    color: var(--primary-color) !important;
}
.monsta-seo-single a:hover,
.monsta-seo-single a:focus,
.monsta-seo-single a:active {
    color: var(--secondary-color) !important;
}
.monsta-seo-single a:visited {
    color: var(--primary-color) !important;
}
.monsta-seo-single h1 {
    font-size: 54px;
    line-height: 1.2;
    font-weight: 600;
}
.monsta-seo-single h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
}
.monsta-seo-single h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}
.monsta-seo-single h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}
.monsta-seo-single h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
.monsta-seo-single .blog-item-img {
    margin-bottom: 3rem;
}
.monsta-seo-single .single-title {
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 3rem;
    text-align: center;
}
.monsta-seo-single .blog-item-content a {
    text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
    .monsta-seo-single h1 {
      font-size: 50px;
    }
    .monsta-seo-single h2 {
      font-size: 36px;
    }
}

@media only screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 1024px) {
    .monsta-seo-single h1 {
      font-size: 40px;
    }
    .monsta-seo-single h2 {
      font-size: 30px;
    }
    .monsta-seo-single h3 {
      font-size: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .monsta-seo-single h1 {
      font-size: 36px;
    }
    .monsta-seo-single h2 {
      font-size: 28px;
    }
    .monsta-seo-single h3 {
      font-size: 24px;
    }
    .monsta-seo-single h4 {
      font-size: 22px;
    }
}

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

@media only screen and (max-width: 375px) {
    .monsta-seo-single h1 {
      font-size: 30px;
    }
    .monsta-seo-single h2 {
      font-size: 24px;
    }
}


/* === MONSTA AI BLURB === */
#monsta-blurb {
    background: #efefef;
    padding: 3em 0;
}
#monsta-blurb ~ .site-footer > .wave {
    background-color: #efefef;
}
#monsta-blurb .monsta-seo-ai-blurb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3em;
    transition: all 0.3s ease;
}
#monsta-blurb .monsta-seo-ai-blurb-image {
    flex: 1 1 340px;
    max-width: 340px;
    min-height: 220px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}
#monsta-blurb .monsta-seo-ai-blurb-image img {
    border-radius: 15px;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    width: 100%;
}
#monsta-blurb .monsta-seo-ai-blurb-image img:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.25);
    top: -10px;
}
#monsta-blurb .monsta-seo-ai-blurb-text {
    flex: 1 1 400px;
    min-width: 280px;
}
#monsta-blurb .block-heading {
    color: var(--primary-color);
    font-size: 2.25rem;
    margin-bottom: 1.75em;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
#monsta-blurb .block-heading::after {
    background-color: var(--primary-color);
    border-radius: 10px;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 320px;
}
#monsta-blurb .monsta-seo-ai-blurb-title {
    font-size: clamp(1.375rem, 2vw + 1rem, 1.75rem);
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
    color: var(--secondary-color);
    line-height: 1.25;
}
#monsta-blurb .monsta-seo-ai-blurb-content {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--monsta-blurb-text, #444);
}
#monsta-blurb .monsta-seo-ai-blurb-content p {
    margin-bottom: 0;
}
#monsta-blurb .monsta-seo-ai-blurb-content p + p {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    #monsta-blurb .monsta-seo-ai-blurb {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    #monsta-blurb .monsta-seo-ai-blurb-image,
    #monsta-blurb .monsta-seo-ai-blurb-text {
        max-width: 100%;
    }

    #monsta-blurb .monsta-seo-ai-blurb-title {
        margin-top: 15px;
    }
}
