.bloganonces-module-action {
    margin: 3em auto;
    max-width: var(--safeframe-width);
    transition: opacity 200ms ease-out;
    opacity: 0;
}

.bloganonces-module-action.-loaded {
    opacity: 1;
}

.blog-last-anonces-inner {
    display: flex;
    height: 31.75rem;
}

.blog-last-anonces-title {
    margin-bottom: 1em;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.blog-last-anonces-title .h4{
        font-size: 1.8rem;
    margin: 0 0 0.2em 0;
    font-weight: 400;
    line-height: 1;
    word-break: break-word;
}
.blog-last-anonces-title .controls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-last-anonces-title .control {
    font-size: 1em;
    padding: 0.3em 1em;
    margin-left: 0.4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-last-anonces-inner .last-post {
    margin-right: 1em;
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 50%;
}

.blog-last-anonces-inner .last-post .post-image:before {
    content: '';
    position: absolute;
    inset: 0;
}

.blog-last-anonces-inner .last-post .post-image {
    width: 100%;
    height: 100%!important;
    position: absolute;
    object-fit: cover;
}

.blog-last-anonces-inner .last-post .post-image:before {
    content: '';
    inset: 0;
    position: absolute;
    background: linear-gradient(5deg, rgb(0 0 0 / 60%) 30%, rgb(0 0 0 / 0%) 80%, rgb(0 0 0 / 0%) 100%);
    transition: all 240ms ease-out;
}

.blog-last-anonces-inner .last-post:hover .post-image:before {
    opacity: 0.5;
}

.blog-last-anonces-inner .last-post .post-info {
    position: relative;
    padding: 2em;
    color: #fff;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-last-anonces-inner .last-post .post-title {
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    margin: 0 0 0.2em 0;
    font-weight: 400;
    line-height: 1;
    word-break: break-word;
}

.blog-last-anonces-inner .last-post .post-title:hover {
    color: var(--accent-primary-light);
}

.blog-last-anonces-inner .last-post .post-anonce {
    line-height: 1.7;
    margin-top: 1em;
}

.blog-last-anonces-inner .last-post .post-date {
    opacity: 0.6;
    margin-top: 0.9em;
    font-size: 0.9em;
}

.blog-last-anonces-inner .post-category {
    background: #fbc13c;
    color: #fff;
    padding: 0.3em 0.7em;
    border-radius: 0.2em;
    margin-bottom: 1em;
    text-decoration: none;
    display: inline-flex;
    font-size: 0.86em;
}

.blog-last-anonces-inner .post-category:hover {
    background: #f79830;
}

.blog-last-anonces-inner .swiper {
    width: 50%;
    position: relative;
    height: 100%;
}

.blog-last-anonces-inner .post-carousel .swiper-slide {
}

.blog-last-anonces-inner .post-carousel .post-image {
    width: 100%;
    background-color: #fbc13c;
    display: inline-flex;
    object-fit: cover;
}

.blog-last-anonces-inner .post-carousel .swiper-slide {
    display: inline-flex;
}

.blog-last-anonces-inner .post-carousel .post-inner {
    display: flex;
    flex-flow: column;
    border: 1px solid;
    border-color: #e5e5e5;
    /* width: 100%; */
}

.blog-last-anonces-inner .post-carousel .post-info {
    padding: 1em;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-last-anonces-inner .post-carousel .post-title {
    flex: 1;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.blog-last-anonces-inner .post-carousel .post-title:hover {
    color: #fbc13c;
}

.blog-last-anonces-inner .post-carousel .post-anonce {
    height: 10em;
    overflow-y: auto;
    margin-top: 1em;
    font-weight: 200;
}

.blog-last-anonces-inner .post-carousel .post-date {
    color: var(--text-secondary);
    font-size: 0.9em;
    margin-top: 3em;
}

@media all and (max-width: 1500px) {
    .blog-last-anonces-inner .last-post .post-anonce {
        max-height: 10em;
        overflow-y: auto;
    }

    .bloganonces-module-action {
        padding-left: var(--safeframe-padding);
        padding-right: var(--safeframe-padding);
        /* width: 100vw; */
    }
}

@media all and (max-width: 780px) {
    .blog-last-anonces-inner {
        height: auto;
        flex-direction: column-reverse;
    }

    .blog-last-anonces-inner .last-post {
        width: 100%;
        margin: 0;
    }

    .blog-last-anonces-inner .swiper {
        width: 100%;
        margin-top: 1em;
    }

    .blog-last-anonces-inner .post-carousel .post-anonce {
        height: auto;
    }

    .blog-last-anonces-inner .last-post .post-anonce {
        max-height: 100%;
        margin-top: 5rem;
    }

    .blog-last-anonces-inner .last-post .post-image:before {
        background: linear-gradient(5deg, rgb(0 0 0 / 82%) 30%, rgb(0 0 0 / 59%) 80%, rgb(0 0 0 / 0%) 100%);
    }
}
