.obs-testimonial{display:flex;flex-direction:column;height:100%;width:100%}.obs-testimonial__card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:rgba(var(--obs-test-bg-rgb),var(--obs-test-bg-opacity));border:1px solid var(--obs-test-border,transparent);border-radius:1rem;box-shadow:0 10px 30px var(--obs-test-shadow,rgba(0,0,0,.2));display:flex;flex-direction:column;flex-grow:1;overflow:hidden;padding:2.5rem;position:relative;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s cubic-bezier(.25,.46,.45,.94),border-color .4s ease}.obs-testimonial__card:hover{border-color:var(--obs-test-accent,hsla(0,0%,100%,.2));box-shadow:0 24px 56px rgba(0,0,0,.5),0 0 44px rgba(var(--obs-test-accent-rgb,23,161,146),.25);transform:translateY(-8px)}.obs-testimonial__quote-icon{color:var(--obs-test-accent,currentColor);font-family:Georgia,serif;font-size:6rem;left:1.5rem;line-height:1;opacity:.15;pointer-events:none;position:absolute;top:.5rem;z-index:0}.obs-testimonial__stars{color:var(--obs-test-accent,currentColor);display:flex;font-size:1.25rem;gap:.25rem;margin-bottom:1.5rem;position:relative;z-index:1}.obs-testimonial__star--empty{opacity:.3}.obs-testimonial__content{color:var(--obs-test-text,inherit);flex-grow:1;font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:2rem;position:relative;z-index:1}.obs-testimonial__author{align-items:center;display:flex;margin-top:auto;position:relative;z-index:1}.obs-testimonial__avatar-wrapper{background-color:var(--obs-test-avatar-bg,transparent);border:2px solid var(--obs-test-accent,currentColor);border-radius:50%;flex-shrink:0;height:60px;margin-right:1rem;overflow:hidden;width:60px}.obs-testimonial__avatar{display:block;height:100%;object-fit:cover;width:100%}.obs-testimonial__meta{display:flex;flex-direction:column}.obs-testimonial__name{color:var(--obs-test-text,inherit);font-size:1.1rem;font-weight:700;line-height:1.2;margin:0 0 .25rem}.obs-testimonial__role{color:var(--obs-test-role,inherit);font-size:.85rem;line-height:1.4}@media (max-width:768px){.obs-testimonial__card{padding:1.75rem}.obs-testimonial__content{font-size:1rem}.obs-testimonial__avatar-wrapper{height:48px;width:48px}}