.tcs-69df4b86-wrapper {
    position: relative;
    padding: 0 50px 50px;
    overflow: hidden;
}

.tcs-69df4b86-swiper {
    overflow: visible !important;
}

.tcs-69df4b86-swiper .swiper-wrapper {
    align-items: stretch;
}

.tcs-69df4b86-swiper .swiper-slide {
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: flex;
    height: auto;
}

.tcs-69df4b86-slide {
    background-color: #007272;
    color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    transition: background-color 0.4s ease;
    box-sizing: border-box;
    overflow: hidden;
}

.tcs-69df4b86-content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tcs-69df4b86-stars {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

.tcs-69df4b86-stars span {
    margin-right: 2px;
}

.tcs-69df4b86-text {
    font-size: 14px;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 20px;
}

.tcs-69df4b86-text blockquote {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: inherit;
    font-style: inherit;
    color: inherit;
}

.tcs-69df4b86-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
    margin-top: auto;
}

.tcs-69df4b86-name {
    font-size: 16px;
    font-weight: 700;
}

.tcs-69df4b86-name cite {
    font-style: normal;
}

.tcs-69df4b86-quote {
    font-size: 60px;
    line-height: 0.5;
    opacity: 0.25;
    font-family: Georgia, serif;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tcs-69df4b86-quote i {
    font-size: inherit;
    line-height: 1;
}

.tcs-69df4b86-quote svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* Shades */
.tcs-69df4b86-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 5;
    pointer-events: none;
}

.tcs-69df4b86-shade-left {
    left: 0;
    background: linear-gradient(to right, var(--tcs-shade-color, #ffffff) 0%, transparent 100%);
}

.tcs-69df4b86-shade-right {
    right: 0;
    background: linear-gradient(to left, var(--tcs-shade-color, #ffffff) 0%, transparent 100%);
}

/* Arrows */
.tcs-69df4b86-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #007272;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    box-sizing: border-box;
    line-height: 1;
}

.tcs-69df4b86-wrapper.arrows-center-card .tcs-69df4b86-arrow {
    top: auto;
    bottom: auto;
}

.tcs-69df4b86-arrow:hover {
    transform: translateY(-50%) scale(1.05);
}

.tcs-69df4b86-wrapper.arrows-center-card .tcs-69df4b86-arrow:hover {
    transform: scale(1.05);
}

.tcs-69df4b86-arrow-prev {
    left: 5px;
}

.tcs-69df4b86-arrow-next {
    right: 5px;
}

.tcs-69df4b86-arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.tcs-69df4b86-arrow-icon i {
    font-size: inherit;
    color: inherit;
    line-height: 1;
}

.tcs-69df4b86-arrow-icon svg {
    fill: currentColor;
}

/* Pagination */
.tcs-69df4b86-pagination {
    text-align: center;
    margin-top: 25px;
    position: relative;
    z-index: 5;
}

.tcs-69df4b86-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #cccccc;
    opacity: 1;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.tcs-69df4b86-pagination .swiper-pagination-bullet-active {
    background-color: #007272;
    transform: scale(1.2);
}
