.angie-reviews-wrapper-2ad66946 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px; /* Space for box shadow */
    box-sizing: border-box;
}

.angie-reviews-track-2ad66946 {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.angie-review-slide-2ad66946 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.angie-review-card-2ad66946 {
    position: relative;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.angie-quote-icon-2ad66946 {
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.angie-review-stars-2ad66946 {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}

.angie-review-text-2ad66946 {
    font-size: 18px;
    line-height: 1.6;
    color: #1e293b;
    font-weight: 500;
    margin-bottom: 25px;
    flex-grow: 1;
    padding-right: 20px; /* Leave space to avoid colliding with quote icon if text is long */
}

.angie-review-author-2ad66946 {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

.angie-reviews-pagination-2ad66946 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.angie-dot-2ad66946 {
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}