.miko-post-item.style_1+.miko-post-item.style_1 {
    margin-top: 1.25rem;
}

.miko-post-item .miko-post-item-title a {
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.miko-post-item .miko-post-item-date {
    margin-top: 12px;
}

.miko-post-item .miko-post-item-excerpt {
    margin-top: 4px;
}

.miko-post-item .miko-post-item-image a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.miko-post-item .miko-post-item-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}

.miko-post-item:hover .miko-post-item-image a img {
    transform: scale(1.05);
}

.miko-post-swiper .swiper-slide {}

.miko-post-swiper.swiper-initialized .swiper-slide {
    display: block;
}

.miko-post-swiper.swiper-ready .swiper-slide {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.miko-post-swiper .swiper-slide.is-hover {
}

.elementor-widget-miko_post .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.elementor-widget-miko_post .swiper-button svg path {
    stroke: #fff;
}

.elementor-widget-miko_post .swiper-button.miko-next {
    right: -2.5rem;
}

.elementor-widget-miko_post .swiper-button.miko-prev {
    left: -2.5rem;
}

.miko-post-swiper {
    visibility: hidden;
}

.miko-post-swiper.swiper-initialized {
    visibility: visible;
}

.miko-post-swiper .swiper-wrapper {}

.miko-post-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(111, 111, 111, 0.2);
    width: 5px;
    height: 5px;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.miko-post-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 33px;
    background-color: #6F6F6F;
    border-radius: 20px;
}

.miko-post-swiper .swiper-pagination {
    position: unset;
    margin-top: 20px;
}

.miko-post-swiper .miko-post-item {
    position: relative;
    transition: all 0.3s ease;
    display: flex;
}

.miko-post-swiper .miko-post-item::after {
    content: '';
    border-radius: var(--miko-radius);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    overflow: hidden;
    display: none;
}

.miko-post-item:hover .miko-post-item-content {}

.miko-post-swiper .miko-post-item-content h3 {
    margin-bottom: 4px;
    font-weight: 400;
}
.miko-post-swiper .miko-post-item-content a.link{
    display: inline-flex;    
    gap: 4px;
    align-items: center;
    border-bottom: 1px solid var( --e-global-color-primary );
}

.miko-post-swiper .miko-post-item-content h3 a {
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.miko-post-swiper .miko-post-item-content .miko-post-item-link a {
    display: inline-block;
    margin-right: 40px;
    border-bottom: 1px solid #fff;
}

.miko-post-swiper .swiper-slide.swiper-up {
    padding-top: 100px;
}

.miko-post-item-polygon .miko-post-item-content {
    position: unset;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.miko-post-item-polygon .miko-post-swiper .miko-post-item::after {
    display: none;
}

.miko-post-item-polygon .miko-post-swiper .miko-post-item-content h3 {
    width: 100%;
    padding: 0;
    border: none;
}

.miko-post-item-polygon .miko-post-swiper .miko-post-item-image {
    -webkit-mask-image: url(../../../../themes/astra-child/images/polygon.png);
    mask-image: url(../../../../themes/astra-child/images/polygon.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.miko-post-item-polygon .miko-post-swiper .swiper-slide:nth-child(even) .miko-post-item-image {
    -webkit-mask-image: url(../../../../themes/astra-child/images/polygon-rotate.png);
    mask-image: url(../../../../themes/astra-child/images/polygon-rotate.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.miko-post-item.style_1 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.miko-post-item.style_1:nth-child(odd) {
    flex-direction: row-reverse;
}

.miko-post-item.style_1 .miko-post-item-content {
    padding-left: 80px;
}

.miko-post-item.style_1:nth-child(odd) .miko-post-item-content {
    padding-right: 85px;
    padding-left: 0;
}

.miko-post-item.style_1 .miko-post-item-image,
.miko-post-item.style_1 .miko-post-item-content {
    flex: 1;
}

.miko-post-item.style_1 .miko-post-item-title a {
    font-size: 30px;
}

.miko-post-item.style_1 .miko-post-item-excerpt {
    font-size: 20px;
}

.miko-post-item.style_2::after {
    display: none;
}

.miko-post-item.style_2 .miko-post-item-content {
    position: unset;
    padding: 16px 16px 4px;
    display: block;
    background-color: rgba(217, 217, 217, 0.46);
    border-radius: 20px;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.miko-post-item.style_2 .miko-post-item-content .miko-post-item-title {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.miko-post-item-book .miko-post-item {
    border: 1px solid var(--e-global-color-primary);
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
}

.miko-post-item-book .miko-post-item .miko-post-item-image {
    margin: 38px 31px;
}

.miko-post-item-book .miko-post-item hr {
    margin: 6px 0;
}

.miko-post-item-book .miko-post-item .miko-post-item-price {
    text-align: right;
}

.miko-post-item-book .miko-post-item .miko-post-item-button {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 16px 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
    background-color: var(--e-global-color-accent);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.miko-post-item-book .miko-post-swiper .swiper-wrapper {
    min-height: auto;
}

@media screen and (max-width: 1024px) {
    .miko-post-swiper .swiper-wrapper {        
    }

    .miko-post-item.style_1 .miko-post-item-content {
        padding-left: 0px;
    }

    .miko-post-item.style_1:nth-child(odd) .miko-post-item-content {
        padding-right: 0;
    }
}

@media screen and (max-width: 823px) {
    .miko-post-swiper .miko-post-item-content {
        bottom: 2rem;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: self-start;
        gap: 1rem;
    }

    .miko-post-swiper .miko-post-item-content h3 {
        width: 100%;
    }

    .miko-post-swiper .miko-post-item-content .miko-post-item-link {
        padding-left: 32px;
    }
}

@media screen and (max-width: 540px) {
    .miko-post-swiper .swiper-wrapper {
        min-height: max-content;
    }

    .miko-post-swiper .swiper-slide.swiper-up {
        padding-top: 0;
    }

    .miko-post-item.style_1 {
        flex-wrap: wrap;
    }

    .miko-post-item.style_1 .miko-post-item-image,
    .miko-post-item.style_1 .miko-post-item-content {
        flex: 0 0 100%;
    }

    .miko-post-item-book .miko-post-item .miko-post-item-image {
        margin: 1rem
    }
}