.tc-db34c0e7-carousel-container {
    position: relative;
}

.tc-db34c0e7-carousel {
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.tc-db34c0e7-carousel .swiper-slide {
    height: auto;
}

.tc-db34c0e7-card {
    background: #fff;
    border: 1px solid #eee;
    border-top-width: 4px;
    border-top-style: solid;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.tc-db34c0e7-stars {
    color: #e0e0e0;
    margin-bottom: 15px;
    font-size: 18px;
}

.tc-db34c0e7-star.filled {
    color: #f5a623;
}

.tc-db34c0e7-content {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin-bottom: 30px;
    flex-grow: 1;
}

.tc-db34c0e7-author {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-top: auto;
}

/* Navigation Customizations */
.tc-db34c0e7-carousel .swiper-button-next,
.tc-db34c0e7-carousel .swiper-button-prev {
    background-color: transparent; /* Default transparent */
    border-radius: 50%; /* Default rounded */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tc-db34c0e7-carousel .swiper-button-next:after,
.tc-db34c0e7-carousel .swiper-button-prev:after {
    font-size: 20px; /* Default size */
    color: #000; /* Default color */
}
