.card {
    box-shadow: rgba(99, 99, 99, 0.3) 0 2px 8px 0;
    border-radius: 20px;
    border: none;
    min-width: 250px;
}

.carousel-card {
    z-index: 19;
}

.slick-current .carousel-card {
    z-index: 20;
}

.slick-slide:not(.slick-current) {
    opacity: 0.5;
}

.reading-type-title {
    color: #a62017;
    font-size: xx-large;
    text-align: center;
}
.reading-type-price {
    text-align: center;
    font-size: large;
    color: #a62017;
    font-weight: bold;
    margin-bottom: 20px;
}

.card-link-button {
    width: 100%;
}

.reading-type-text {
    font-size: medium;
}
