.carousel-cell {
    height: auto;
    max-height: 50vh;
    margin-right: 10px;
}

/* position dots in carousel */
.flickity-page-dots {
    bottom: 3px;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white;
}

.rating-box {
    cursor: pointer;
    transition: border-color 0.3s;
}

.rating-box:hover {
    border-color: #154F96;
}
.carousel-cell img {
    max-width: 800px;
    height: auto;
    object-fit: contain;
}
[x-cloak] {
    display: none;
}
