@import "/public/css/swiper-js/swiper-bundle.min.css"; .blog-main-page {
    max-width: var(--safeframe-width);
    margin: 2rem auto;
}

.blog-main-page .heading-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    flex: 1;
}

.blog-main-page .heading-list .heading {
}

.blog-main-page .heading-list .heading .heading-name {
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.blog-main-page .heading-list .heading:hover {
    z-index: 1;
}

.other-blog-title {
    font-weight: 600;
    margin: 0 0 1em 0;
}

.blog-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 1rem 0;
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.blog-list .blog {
    display: flex;
    flex-flow: column;
    flex: 31%;
    border: 1px solid;
    border-color: #e5e5e5;
    margin: 0.5rem;
    position: relative;
    height: 100%;
    border-radius: 0.25em;
}

.blog-list .blog .image {
    background-image: url('/modules/Blog/public/front/img/blog-default-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: Center center;
    height: 11rem;
    width: 100%;
    display: block;
}

.blog-list .blog .blog-title {
    text-decoration: none;
    min-height: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 4rem;
    font-size: 1.8rem;
    display: block;
    color: inherit;
}

.blog-list .blog .blog-title:hover {
    color: var(--accent-primary);
}

.blog-list .blog .blog-date {
    color: var(--text-secondary);
    font-size: 0.9em;
}

.blog-list .blog .blog-anonce {
    font-weight: 400;
    height: 14.5em;
    overflow-y: auto;
    position: relative;
    margin: 1rem 0 2rem 0;
}

.blog-list .blog-data {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    overflow: hidden;
}

.blog-list .overlay .blog-data {
    background: none;
}

.blog-list .blog-url {
    text-decoration: none;
    display: block;
    height: 100%;
}

.blog-list .no-image {
    width: 100%;
    height: 200px;
}

.blog-list .blog:hover .overlay {
    transform: translate(-50%, -50%) scale(1.03);
    opacity: 1;
}

.blog-list .blog:hover {
    z-index: 1;
}

.blog-list .learn-more {
    --b: 2px;
    --w: 0.375em;
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    padding: 1.2em 1em;
    padding-left: 5.5em;
    position: relative;
    border: var(--b) solid transparent;
    background: linear-gradient(currentColor, currentColor) top left, linear-gradient(currentColor, currentColor) top left, linear-gradient(currentColor, currentColor) bottom left, linear-gradient(currentColor, currentColor) bottom left, linear-gradient(currentColor, currentColor) top right, linear-gradient(currentColor, currentColor) top right, linear-gradient(currentColor, currentColor) bottom right, linear-gradient(currentColor, currentColor) bottom right;
    background-size: var(--b) var(--w), var(--w) var(--b);
    background-origin: border-box;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-top: 2em;
    display: inline-block;
}

.blog-list .learn-more:after {
    content: "";
    position: absolute;
    background-image: url(/public/img/button-arrow.svg);
    width: 2.5em;
    height: 2.5em;
    background-size: contain;
    background-repeat: no-repeat;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.blog-list .learn-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: lime;
    opacity: 0;
    transition: opacity 120ms ease-out;
}

.blog-center-column section {
    line-height: 1.5rem;
    /* letter-spacing: 0.05em; */
}

.blog-heading-page {
    max-width: var(--safeframe-width);
    margin: 0 auto 5rem auto;
}

.blog-blog-page {
    max-width: var(--safeframe-width);
    margin: 0 auto 5rem auto;
}

.blog-columns {
    display: flex;
    flex-flow: row nowrap;
}

.other-blog-title {
}

.blog-left-column {
    padding: 0 2rem 0 0;
    flex: 1;
}

.blog-center-column {
    flex: 5;
}

.other-blog {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    color: var(--accent-primary-contrast);
    display: block;
    text-decoration: none;
    font-size: 1em;
    background-image: url('/modules/Blog/public/front/img/blog-default-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: Center center;
}

.other-blog .other-blog-image {
    inset: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.other-blog:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(1deg, black, transparent);
}
.blog-tags {
    margin-bottom: 0.3em;
}

.blog-tag {
    background: var(--accent-secondary);
    color: var(--accent-secondary-contrast);
    display: inline-block;
    padding: 0.1em 0.7em;
    border-radius: 0.2em;
    font-size: 0.8em;
    text-decoration: none;
}

.other-blog .other-blog-name {
    font-weight: 400;
    z-index: 1;
    position: relative;
    inset: 0;
    top: inherit;
    padding: 1em;
    min-height: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.blog-footer {
    margin-top: 4rem;
    padding: 2rem 0;
    box-sizing: border-box;
    border-top: 1px solid;
    border-color: var(--stroke-color);
}



.share-buttons-text, .heading-data, .blog-author-container {
    margin: 0 0 0.2em 0;
}

.heading-data .source-heading {
        display: inline-block;
        text-decoration: none;
        margin-left: 0.5em;
}

.blog-image {
    width: 100%;
}

.blog-title-name {
    margin-bottom: 4rem;
}

.paginator ul {
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    padding-inline-start: 1rem; }

.paginator ul li span, .paginator ul li a {
    background: linear-gradient(currentColor, currentColor) top left, linear-gradient(currentColor, currentColor) top left, linear-gradient(currentColor, currentColor) bottom left, linear-gradient(currentColor, currentColor) bottom left, linear-gradient(currentColor, currentColor) top right, linear-gradient(currentColor, currentColor) top right, linear-gradient(currentColor, currentColor) bottom right, linear-gradient(currentColor, currentColor) bottom right;
    background-size: 0.5rem 1px, 1px 0.5rem;
    background-origin: border-box;
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 1em 1.5em;
    font-weight: 600;
    position: relative;
}

.paginator ul li a .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 240ms ease-out;
    opacity: 0;
    z-index: 1;
    align-items: center;
    display: flex;
    flex: 1;
    flex-flow: column;
    padding: 1rem;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 50%);
}

.paginator ul li a:hover .overlay {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

.paginator ul li a .overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(currentColor, currentColor) top left, linear-gradient(currentColor, currentColor) top left, linear-gradient(currentColor, currentColor) bottom left, linear-gradient(currentColor, currentColor) bottom left, linear-gradient(currentColor, currentColor) top right, linear-gradient(currentColor, currentColor) top right, linear-gradient(currentColor, currentColor) bottom right, linear-gradient(currentColor, currentColor) bottom right;
    background-size: 0.5rem 1px, 1px 0.5rem;
    background-origin: border-box;
    background-repeat: no-repeat;
}

@media all and (max-width: 780px) {
    .blog-left-column {
        display: none;
    }
    
    body .blog-list .blog {
        flex: 100%;
    }

    .blog-list .blog-data {
        padding: 1rem;
    }

    .blog-list .blog .blog-anonce {
        margin: 1rem 0;
        height: auto;
    }
}

@media all and (max-width: 1377px) {
    body .blog-list .blog {
        flex: 46%;
    }
}
