.ath-reviews-grid{display:grid;gap:var(--ath-grid-gap,1.5rem);width:100%}.ath-reviews-columns-1{grid-template-columns:1fr}.ath-reviews-columns-2{grid-template-columns:repeat(2,1fr)}.ath-reviews-columns-3{grid-template-columns:repeat(3,1fr)}.ath-reviews-columns-4{grid-template-columns:repeat(4,1fr)}@media (max-width:992px){.ath-reviews-columns-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ath-reviews-columns-2,.ath-reviews-columns-3,.ath-reviews-columns-4{grid-template-columns:1fr}}.ath-review-card{display:flex;flex-direction:column;gap:1rem;padding:var(--ath-review-card-padding,var(--ath-card-padding,0));background-color:var(--ath-review-card-bg,var(--ath-card-bg,#ffffff));border:1px solid var(--ath-border-color,#e2e8f0);border-radius:var(--ath-review-card-radius,var(--ath-border-radius-card,12px));box-shadow:var(--ath-review-card-shadow,var(--ath-card-shadow,0 1px 3px rgb(0 0 0 / .05)));transition:transform 0.2s ease,box-shadow 0.2s ease}.ath-review-card:hover{transform:var(--ath-review-card-hover-transform,translateY(-2px));box-shadow:var(--ath-review-card-shadow-hover,var(--ath-card-shadow-hover,0 8px 20px rgb(0 0 0 / .08)))}.ath-review-rating{display:flex;align-items:center;gap:.15em;color:var(--ath-review-rating-color,var(--ath-accent-color,#f59e0b));font-size:1.125rem;line-height:1;letter-spacing:.05em}.ath-review-rating-icon svg{display:block;width:1em;height:1em}.ath-review-content{flex:1 1 auto;margin:0;padding:0;font-size:var(--ath-review-content-size,var(--ath-font-size-base,1rem));line-height:1.7;color:var(--ath-review-content-color,var(--ath-text-color,#1f2937));font-style:italic}.ath-review-content::before{content:"\"";margin-right:.15em;color:var(--ath-primary-color,#2563eb);font-weight:700}.ath-review-author{display:flex;align-items:center;gap:.875rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--ath-border-color-light,#f1f5f9)}.ath-review-avatar{flex:0 0 auto;width:var(--ath-review-avatar-size,56px);height:var(--ath-review-avatar-size,56px);border-radius:var(--ath-review-avatar-radius,50%);overflow:hidden;background-color:var(--ath-primary-color,#2563eb)}.ath-review-avatar-img{display:block;width:100%;height:100%;object-fit:cover}.ath-review-avatar-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:1.5rem;font-weight:600;color:#fff;text-transform:uppercase}.ath-review-meta{display:flex;flex-direction:column;min-width:0}.ath-review-nickname{font-weight:600;color:var(--ath-review-nickname-color,var(--ath-heading-color,#111827));font-size:var(--ath-review-nickname-size,var(--ath-font-size-sm,.9375rem))}.ath-reviews-section-title{margin:0 0 1.5rem;font-family:var(--ath-font-heading,inherit)}.ath-carousel-reviews{position:relative}.ath-carousel-reviews .splide__track{padding:20px;margin:-20px}.ath-carousel-reviews .ath-review-card{gap:1.25rem}.ath-carousel-reviews .ath-review-content{font-style:normal;font-size:var(--ath-font-size-base,1rem);line-height:1.75;color:var(--ath-text-color,#1f2937)}.ath-carousel-reviews .ath-review-content::before{content:"";display:none}.ath-carousel-reviews .ath-review-author{padding-top:0;border-top:none;gap:1rem}.ath-carousel-reviews .ath-review-avatar{width:48px;height:48px}.ath-carousel-reviews .ath-review-nickname{font-weight:600;font-size:var(--ath-font-size-sm,.9375rem);color:var(--ath-heading-color,#111827)}.ath-carousel-reviews .splide__arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none;z-index:2}.ath-carousel-reviews .splide__arrow{position:absolute;top:0;transform:none;width:2.5rem;height:2.5rem;background:rgb(255 255 255 / .85);border:1px solid var(--ath-border-color,#e2e8f0);border-radius:50%;box-shadow:0 1px 4px rgb(0 0 0 / .06);opacity:.7;transition:opacity 0.2s ease,transform 0.2s ease,background 0.2s ease;pointer-events:auto;cursor:pointer}.ath-carousel-reviews .splide__arrow:hover{opacity:1;background:#fff;transform:scale(1.05)}.ath-carousel-reviews .splide__arrow svg{width:1rem;height:1rem;fill:var(--ath-text-color,#1f2937);opacity:.7}.ath-carousel-reviews .splide__arrow--prev{left:-1.25rem}.ath-carousel-reviews .splide__arrow--next{right:-1.25rem}.ath-carousel-reviews .splide__pagination{position:relative;bottom:auto;padding-top:0;padding-bottom:1.5rem;gap:.5rem}.ath-carousel-reviews .splide__pagination:empty{padding-bottom:0}.ath-carousel-reviews .splide__pagination__page{width:8px;height:8px;background:var(--ath-border-color,#d1d5db);border-radius:50%;opacity:.6;transition:opacity 0.2s ease,background 0.2s ease,transform 0.2s ease}.ath-carousel-reviews .splide__pagination__page.is-active{background:var(--ath-primary-color,#2563eb);opacity:1;transform:scale(1.15)}@media (max-width:768px){.ath-carousel-reviews .splide__arrow--prev{left:-.75rem}.ath-carousel-reviews .splide__arrow--next{right:-.75rem}}