.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;
    line-height: normal;
}

.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 {
    display: none;
    height: auto;
}

.miko-post-swiper.swiper-initialized .swiper-slide {
    display: block;
}

.miko-post-swiper .swiper-slide .miko-post-item.slider {
    height: 100%;
}

.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 {
    width: 400px !important;
}

.elementor-widget-miko_post .swiper-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.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 {
    min-height: 610px;
}

.miko-post-swiper.miko-normal .swiper-wrapper {
    min-height: auto;
}

.miko-post-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(111, 111, 111, 0.3);
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0 12px;
    opacity: 1;
}

.miko-post-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #6F6F6F;
    width: 72px;
}

.miko-post-swiper .swiper-pagination {
    position: unset;
    margin-top: 32px;
}

.miko-post-swiper .miko-post-item {
    position: relative;
}

.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;
}

.miko-post-swiper .miko-post-item-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 26px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    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-item:hover .miko-post-item-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.miko-post-swiper .miko-post-item-content h3 {
    margin-bottom: 14px;
    border-bottom: 1px solid white;
    font-weight: 400;
    padding-bottom: 12px;
}

.miko-post-swiper .miko-post-item-content h3 a {
    color: #fff;
    text-decoration: none !important;
    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-wrapper.row-reverse .miko-post-item.style_1 .miko-post-item-content {
    padding-left: 80px;
    padding-right: 0;
}

.miko-post-item.style_1 .miko-post-item-content {
    padding-right: 85px;
}

.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;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.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;
}

.miko-post-wrapper.miko-post-normal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.miko-post-wrapper.miko-post-normal .miko-post-swiper-thumb,
.miko-post-wrapper.miko-post-normal .miko-post-swiper {
    width: calc(50% - 10px);
}

.miko-post-swiper.miko-normal .miko-post-item-content {
    position: unset;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.miko-post-swiper.miko-normal .miko-post-item::after {
    display: none;
}

.elementor-widget-miko_post .miko-post-item.style_1 {
    background-color: white;
}

.elementor-widget-miko_post .miko-post-swiper.miko-normal .swiper-button.miko-prev {
    left: 1rem;
    background-color: transparent;
}

.elementor-widget-miko_post .miko-post-swiper.miko-normal .swiper-button.miko-next {
    right: 1rem;
    background-color: transparent;
}

.elementor-widget-miko_post .miko-post-item.style_1 .miko-post-item-title-fixed {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .miko-post-swiper .swiper-wrapper {
        min-height: 550px;
    }

    .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;
    }

    .miko-post-item .miko-post-item-content {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 540px) {
    .miko-post-swiper .swiper-pagination .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }

    .miko-post-swiper .swiper-pagination .swiper-pagination-bullet-active {
        width: 32px;
    }

    .miko-post-swiper .swiper-wrapper {
        min-height: max-content;
    }

    .miko-post-wrapper.row-reverse .miko-post-item.style_1 .miko-post-item-content {
        padding-left: 0px;
    }

    .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
    }

    .miko-post-wrapper.miko-post-normal .miko-post-swiper-thumb,
    .miko-post-wrapper.miko-post-normal .miko-post-swiper {
        width: 100%;
    }
}