.kolabo-svg-card__container {
    position: relative;
    width: 100%;
    height: 100%;
    filter: drop-shadow(12px 14px 26px rgba(137, 105, 82, 0.4));
}

.kolabo-svg-card__image-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.kolabo-svg-card__right-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 17%;
}

.kolabo-svg-card__right-button-ratio {
    padding-bottom: 100%;
}

.kolabo-svg-card__right-button-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    text-align: center;
    line-height: 83px;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kolabo-svg-card__right-button-label {
    position: absolute;
    height: 100%;
    /* border-radius: 100%; */
    background: #000;
    line-height: 80px;
    color: #FFF;
    white-space: nowrap;
    width: 0;
    border-radius: 50px;
    top: 0;
    right: 90px;
    line-height: 77px;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    /* padding-left: 20px;
    padding-right: 20px; */
    right: 20px;
    line-height: 65px;


}

.kolabo-svg-card__right-button-label {
    /* padding-left: 50px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.kolabo-svg-card__inner {
    width: 70%;
    padding: 40px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    z-index: 2;
    transform: scale(1);
    transition: all ease .5s;
    transform-origin: center left;
}

.kolabo-svg-card__right-button+svg {
    position: absolute;
}

.kolabo-svg-card__description {
    color: #FFF;
    font-size: 16px;
}

.kolabo-svg-card__label {
    background: #9D7F63;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 7px;
    font-size: 13px;
    letter-spacing: -1px;
}

.kolabo-svg-card__inner h4 {
    font-size: 24px;
    color: #FFF;
}

.kolabo-svg-card__image-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transaprent;
    background-image: linear-gradient(180deg, #A5A5A52B 0%, #4F4F4FBF 100%);
    transition: all ease .5s;
}

.kolabo-svg-card__container:hover .kolabo-svg-card__image-container:before {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    transition: all ease .5s;
}

.kolabo-svg-card__container {
    transform: scale(1);
    transition: all ease 1s;
    z-index: 3;
}

.kolabo-svg-card__container:not(.blog_post_card):hover {
    transform: scale(1.02);
    transition: all ease 1s;
    filter: drop-shadow(12px 14px 26px rgba(67, 53, 44, 0.7));
}

.kolabo-svg-card__container.blog_post_card:hover {
    filter: drop-shadow(12px 14px 26px rgba(67, 53, 44, 0.2));
}

.kolabo-svg-card__container+.kolabo-svg-card__right-button {
    transform: scale(1);
    transition: all ease 0.8s;
    transform-origin: right center;
}

.kolabo-svg-card__container:hover+.kolabo-svg-card__right-button {
    transform: scale(0.85);
    transition: all ease 0.8s;
}

.kolabo-svg-card__container.blog_post_card .kolabo-svg-card__image-container {
    background-image: none !important;
}

.kolabo-svg-card__container.blog_post_card .kolabo-svg-card__inner {
    width: 100%;
    height: 50%;
    background: #F5F5F5;
    padding: 40px;
}

.kolabo-svg-card__container.blog_post_card .kolabo-svg-card__title {
    font-size: 27px;
    color: #000;
}

.kolabo-svg-card__container.blog_post_card .kolabo-svg-card__description {
    color: #000;
    font-size: 15px;
}

.kolabo-svg-card__blog-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50%;
    position: absolute;
    top: 0;
}

.kolabo-svg-card__container:not(.blog_post_card):hover .kolabo-svg-card__inner {
    transform: scale(1.1);
    transition: all ease .5s;
    transform-origin: center left;
}

.kolabo-svg-card__left-button {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 30px;
}

.blog_post_card .kolabo-svg-card__left-button {
    display: none;
}

.kolabo-svg-card__left-button-label {
    color: #FFF;
    font-size: 14px;
}

.kolabo-svg-card__left-button-icon {
    margin-right: 10px;
}

.kolabo-svg-card__left-button-icon i {
    font-size: 16px;
    color: #D6B9A4;
}

.kolabo-svg-card__left-button-icon svg {
    width: 20px;
    fill: #D6B9A4;
}

.kolabo-svg-card__blog-date svg {
    width: 16px;
}

.kolabo-svg-card__blog-date {
    position: absolute;
    top: 0;
    right: 0;
    background: #F5F5F5;
    font-size: 16px;
    color: #091A38;
    padding: 14px 24px;
    border-radius: 100px;
}