.angie-testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.angie-testimonial-rating {
    display: flex;
    align-items: center;
    line-height: 1;
}

.angie-testimonial-rating .angie-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
}

.angie-testimonial-rating .angie-star svg {
    width: 1em;
    height: 1em;
    display: block;
    overflow: visible;
}

.angie-testimonial-rating .angie-star-fill {
    fill: currentColor;
}

.angie-testimonial-rating .angie-star-base {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linejoin: round;
    opacity: 0.45;
}

.angie-testimonial-title {
    margin-bottom: 8px;
    line-height: 1.2;
}

.angie-testimonial-subtitle {
    margin-bottom: 24px;
    line-height: 1.4;
    opacity: 0.9;
}

.angie-testimonial-text {
    flex-grow: 1;
    margin-bottom: 0;
}

.angie-testimonial-separator {
    width: 100%;
    margin-top: auto;
}

.angie-testimonial-author {
    display: flex;
    align-items: center;
}

.angie-testimonial-avatar {
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.angie-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.angie-testimonial-initials {
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.angie-testimonial-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.angie-testimonial-name {
    margin-bottom: 2px;
    line-height: 1.2;
}

.angie-testimonial-role {
    line-height: 1.2;
    opacity: 0.9;
}
