@keyframes color-transition-f479a81e {
    0% {
        color: var(--c-light-light-gray)
    }

    30% {
        color: var(--c-lime)
    }

    to {
        color: var(--c-dark-green)
    }
}

.blog-card[data-v-f479a81e] {
    overflow: clip
}

.blog-card__wrapper[data-v-f479a81e] {
    align-items: center;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 24px;
    justify-content: center
}

.blog-card__image-wrapper[data-v-f479a81e],.blog-card__wrapper[data-v-f479a81e] {
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.blog-card__image-wrapper[data-v-f479a81e] {
    cursor: pointer;
    display: block;
    text-decoration: none;
    width: 100%
}

.blog-card__image[data-v-f479a81e] {
    aspect-ratio: 1/1;
    background: #e5e7eb;
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 1.2s ease-out;
    width: 100%
}

.blog-card__content[data-v-f479a81e] {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.blog-card__category[data-v-f479a81e] {
    color: #6b7280;
    font-size: 12px;
    letter-spacing: -.12px;
    line-height: 146%;
    text-transform: uppercase
}

.blog-card__title[data-v-f479a81e] {
    color: #052424;
    cursor: pointer;
    font-size: 20px;
    font-weight: 450;
    line-height: normal
}

.blog-card__title[data-v-f479a81e] .--char {
    display: inline-block
}

.blog-card__title[data-v-f479a81e] .--line {
    display: unset!important;
    position: relative
}

.blog-card__title[data-v-f479a81e] .--line: after {
    background:#052424;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s ease;
    width: -webkit-fill-available;
    z-index: 1
}

.blog-card__excerpt[data-v-f479a81e] {
    color: #6b7280;
    display: -webkit-box;
    font-size: 18px;
    letter-spacing: -.18px;
    line-height: 146%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.blog-card__button[data-v-f479a81e] {
    align-items: center;
    background-color: #f3f4f4;
    border-radius: 8px;
    bottom: 24px;
    color: var(--c-dark-green);
    display: flex;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 1.98px;
    line-height: .81;
    opacity: 0;
    position: absolute;
    right: 24px;
    text-transform: uppercase;
    transition: opacity .3s ease;
    width: 124px!important;
    z-index: 1
}

.blog-card:hover .blog-card__image[data-v-f479a81e] {
    transform: scale(1)
}

.blog-card:hover .blog-card__button[data-v-f479a81e] {
    opacity: 1
}

.blog-card:hover .blog-card__title[data-v-f479a81e] .--line: after {
    transform:scaleX(1)
}

@media (min-width: 1024px) {
    .blog-card__button[data-v-f479a81e] {
        width:80px!important
    }
}
