.tc-carousel-wrapper-b3fdaefb {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px; /* Space for pagination */
}
.tc-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.tc-bubble {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-style: italic;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    font-family: serif;
    font-size: 16px;
    line-height: 1.6;
}
.tc-bubble::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #f5f5f5 transparent transparent transparent;
    display: block;
    width: 0;
}
.tc-author {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tc-author img, .tc-avatar-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.tc-avatar-placeholder {
    background: #ccc;
}
.tc-author-info {
    text-align: left;
}
.tc-author-info h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #333;
    font-family: sans-serif;
}
.tc-author-info span {
    font-size: 14px;
    color: #4da6c0;
    font-family: sans-serif;
}
.tc-carousel-wrapper-b3fdaefb .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}
.tc-carousel-wrapper-b3fdaefb .swiper-pagination-bullet-active {
    background: #1e455e;
}