.blog-structure-header {
    background: url(../../images/blog/blog-header-archive.png?v=1) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 473px;
}

.blog-structure-header-container {
    max-width: 616px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.blog-structure-header-container .overwrite {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #009400;
}

.blog-structure-header-container h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -2px;
    color: #141414;
    padding-bottom: 12px;
}

.blog-structure-header-container p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #141414;
    opacity: 0.8;
    padding-bottom: 12px;
}

.blog-structure-header-container .has-button {
    text-align: center;
}


.blog-structure-header-container .has-button a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    background: linear-gradient(180deg, #2AD12A 0%, #1BC01B 56.94%);
    box-shadow: inset -2px 0px 2.1px rgba(255, 255, 255, 0.4), inset 2px 0px 2.1px rgba(255, 255, 255, 0.4), inset 0px 2px 1.7px rgba(255, 255, 255, 0.6);
    border-radius: 8px;
}


@media (max-width: 768px) {
    .blog-structure-posts-carousel .owl-carousel .owl-item {
        height: auto !important;
    }
    .blog-structure-header {
        background-image: url(../../images/blog/blog-header-archive-mobile.png);
        height: 437px;
        background-size: cover;
    }

    .blog-structure-header-container {
        gap: 18px;
        padding: 0 16px;
    }

    .blog-structure-header-container .overwrite {
        font-size: 16px;
        line-height: 1.3em;
    }

    .blog-structure-header-container h1 {
        font-size: 32px;
        line-height: 1.3em;
        letter-spacing: -1px;
        padding-bottom: 6px;
        width: 260px;
        margin: auto;
    }

    .blog-structure-header-container p {
        padding-bottom: 6px;
        font-size: 14px;
        font-weight: 600;
    }

}

.blog-structure-posts-carousel-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 32px;
    border: 1px solid #1BC01B;
    border-radius: 12px;
    margin: 2px;
    height: calc(100% - 3px);
}

.blog-structure-posts-carousel-card figure {
    margin: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.blog-structure-posts-carousel-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.blog-structure-posts-carousel-card h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #181D27;
}

.blog-structure-posts-carousel-card .excerpt {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #535862;
}

.blog-structure-posts-carousel-card .hasButton {
    text-align: center;
}

.blog-structure-posts-carousel-card .hasButton a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 24px;
    background: linear-gradient(180deg, #2AD12A 0%, #1BC01B 56.94%);
    box-shadow: inset -2px 0px 2.1px rgba(255, 255, 255, 0.4), inset 2px 0px 2.1px rgba(255, 255, 255, 0.4), inset 0px 2px 1.7px rgba(255, 255, 255, 0.6);
    border-radius: 8px;
}

.blog-structure-posts-carousel-content {
    margin-bottom: 16px;
}

.blog-structure-posts-carousel-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.blog-structure-posts-carousel-buttons > div {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1.5px solid #1BC01B80;
}

.blog-structure-posts-carousel-buttons > div svg {
    width: 10px;
}

.blog-structure-posts-carousel-buttons > div svg path {
    fill: #009400;
}

@media (max-width: 768px) {
    .blog-structure-posts-carousel-card {
        gap: 24px;
    }

    .blog-structure-posts-carousel-card h3 {
        font-size: 16px;
        line-height: 1.3em;
    }

    .blog-structure-posts-carousel-buttons > div {
        width: 40px;
        height: 40px;
    }

    .blog-structure-posts-carousel-buttons > div svg {
        width: 8px;
    }
}

.blog-footer {
  background: url(../../images/blog/blog-post-footer.png) no-repeat center;
}

.blog-footer .container {
  height: 462px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-footer-content {
  width: 430px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-footer-content h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-align: center;
}

.blog-footer-content p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.8;
}

.blog-footer-content .has-button {
  text-align: center;
}

.blog-footer-content .has-button a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 12px 24px;
  background: linear-gradient(180deg, #2AD12A 0%, #1BC01B 56.94%);
  box-shadow: inset -2px 0px 2.1px rgba(255, 255, 255, 0.4), inset 2px 0px 2.1px rgba(255, 255, 255, 0.4), inset 0px 2px 1.7px rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  display: inline-block;
}


@media (max-width: 768px) {

    .blog-footer {
        background-image: url(../../images/blog/blog-post-footer-mobile.png);
        height: 349px;
        background-size: cover;
    }

    .blog-footer .container {
        height: 349px !important;
    }
    .blog-footer-content {
        max-width: 312px;
        gap: 24px;
    }

    .blog-footer-content h3 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -1px;
        margin-bottom: 0;
    }

    .blog-footer-content p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        opacity: 1;
    }

    .elementor-widget-wrap.elementor-element-populated {
        margin-bottom: 0 !important;
    }
}