.post-container {
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.indicator-col {
    flex: 0 0 7%;
    max-width: 7%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.content-col {
    flex: 0 0 86%;
    max-width: 86%;
    margin: 0;
    padding: 0;
}

.indicator-col button {
    height: 139px;
    background-color: transparent;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    border-radius: var(--bs-border-radius);
}

.indicator-col button:focus {
    outline: none;
}

.indicator-col button:hover {
    background-color: rgba(0,0,0,0.1);
}

.indicator-col button i {
    color: var(--foucault-blue);
}


.news-gallery, .news-gallery .col {
    box-sizing: border-box;
}

.content-col {
    overflow: visible;
}


.news-gallery {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: pointer;
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.news-gallery .col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0;
}

.news-gallery .col:first-child {
    margin-left: 0;
}

.news-gallery .col:last-child {
    margin-right: 0;
}

.news-gallery a {
    width: 100%;
    height: 100%;
}

.news-gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.fslightbox-toolbar-button:first-child {
    display: none !important;
}

.fslightbox-slide-btn-container-previous {
    left: 0;
    padding-left: 12px !important;
}

.fslightbox-slide-btn-container-next {
    right: 0;
    padding-right: 12px !important;
}



.hidden {
    display: none;
}

.visible {
    display: block;
}