
.carousel-item-wrap{
    display: inline-flex;
    width: 150%;
    justify-content: center;
    margin-left: -25%;
}

.carousel-recenze-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%!important;
}
/*
.carousel-img-wrap img {
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-img-wrap .full-row-img{
    width: 20%!important;
}*/

.carousel-recenze-wrap{
    padding-left: 10px;
    padding-right: 10px;
}
.carousel-control-prev{
    background: white!important;
    opacity: .9!important;
}

.carousel-control-next{
    background: white!important;
    opacity: .9!important;
}

.carousel-indicators{
    position: relative!important;
}

.carousel-control-next, .carousel-control-prev {
    top: calc(50% - 16px)!important;
    width: 20px!important;
    bottom: auto!important;
    background-color: transparent!important;
}

.carousel-control-next {
    right: 24.5%!important;
}
.carousel-control-prev {
    left: 24.5%!important;
}

@media only screen and (max-width: 980px) {
    .carousel-item-wrap{
        display: inline-flex;
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .carousel-img-wrap .full-row-img {
        width: 100%!important;

    }

    .carousel-control-next {
        right: 0!important;
    }
    .carousel-control-prev {
        left: 0!important;
    }

    .carousel-control-next, .carousel-control-prev {
        top: calc(50% - 22px)!important;
    }
}


.visually-hidden {display:none!important;}



.carousel-recenze-wrap {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 30px 30px 30px;
    justify-content: flex-start;
    width: 27% !important;
    flex-direction: column!important;
    align-items: flex-start!important;
}

.carousel-item-wrap {
    gap: 30px;
}

.toret-room-stars-carousel span {
    font-size: 20px;
}

.carousel-item-wrap {
    width: 100%;
    margin-left: 0;
}

#carouselExampleIndicators .carousel-control-next {
    right: 0!important;
    top: -60px!important;
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    background-color: #32435b!important;
    color: white!important;
    cursor: pointer;
}

#carouselExampleIndicators .carousel-control-next span {
    filter:none!important;
}

#carouselExampleIndicators .carousel-control-prev {
    right: 60px!important;
    top: -60px!important;
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    background-color: #32435b!important;
    color: white!important;
    cursor: pointer;
    left: auto!important;
}

#carouselExampleIndicators .carousel-control-prev span {
    filter:none!important;
}

.toret-room-recenze-name {
    color: darkorange;
    font-weight: bold;
}

.toret-room-stars-list {
    line-height: 60px;
    font-size: 30px;
}

.toret-room-recenze-name, .toret-room-stars-carousel {
    margin-top: 10px;
}

.carousel-img-wrap {
    width: 300px; /* Nastav šířku dle potřeby */
    height: 200px; /* Nastav výšku dle potřeby */
    overflow: hidden;
}

.carousel-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ořízne obrázek tak, aby pokryl celou oblast */
}

@media only screen and (max-width: 767px) {
    .carousel-recenze-wrap {
        padding: 10px 10px 10px;
    }

    .carousel-item-wrap {
        gap: 10px;
    }

    .toret-room-recenze-data, .toret-room-stars-carousel span {
        font-size: 12px;
    }
}


