.publication-container {
    max-width: 940px !important;
    width:100%
}

.information-container {
    flex: 1 1 200px; /* allows flexible size with min width */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* aligns children */
    margin-top: 2rem;
}

.information-container p:nth-of-type(2){
    font-weight: bold;
}

.information-container p:first-of-type {
    font-weight: 500 !important;
}

.car-swiper-thumbs .swiper-slide {
    max-width: 140px !important;
}

.car-swiper-thumbs .swiper-slide .img-thumbnail {
    width: 140px;
    height: 140px;
    display: block;
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    padding: unset;
    border-radius: 16px;
}

/* === Gallery Module === */
/* Główne ustawienia dla Swipera (kontenera slajdów) */
.car-swiper-main {
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 16px;
    max-height: 627px !important;
}

/* Ustawienia dla pojedynczego slajdu i obrazka w środku */
.car-swiper-main .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.car-swiper-main .swiper-slide img {
    height: auto;
    display: block;
    @media screen and (min-width: 800px) {
        max-height: 626px;
        max-width: 50vw !important;
    }
}

.car-swiper-thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.car-swiper-thumbs .swiper-slide img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.35);
    width: 60px !important;
    height: 60px;
    border-radius: 30px;
    color: #006d6f;
    /*max-width: fit-content;*/
}

.car-swiper-thumbs {
    margin-top: 1.5rem;
    margin-bottom: 3rem;

}
.car-swiper-thumbs .swiper-wrapper {
    justify-content: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0.9rem;
    font-weight: 1000;
    color:white;
}
.swiper-button-next::after {
    margin-left: 0.25rem;
}
.swiper-button-prev::after {
    margin-right: 0.25rem;
}
.car-swiper-thumbs .swiper-slide img {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.car-swiper-thumbs .swiper-slide-thumb-active img {
    opacity: 1;
}

.swiper-slide > .rounded {
    border-radius: unset !important;
}

.publication-description tr td:nth-child(2) {
    text-align: right;
}
.publication-description tr td,
.fw-500 {
    font-weight: 500;
}

h2 {
    font-weight: bold;
}

.fs-875 {
    font-size: 0.875rem;
}
.description-justified {
    justify-content: start;
}
.car-swiper-main {
    min-height: 250px !important;
}

.swiper-slide {
    height: unset !important;
}

.mb-7 {
    margin-bottom: 5rem;
}