.customer-stories__controls{align-items:flex-end;display:flex;flex-wrap:wrap;gap:var(--s-4);justify-content:center;margin-bottom:var(--s-12)}.customer-stories__filter-group,.customer-stories__search-filter-group{display:flex;flex-direction:column;min-width:200px}.customer-stories__search-filter-group{flex:1 1 auto}.customer-stories__search-input{min-width:320px}.customer-stories__search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>") no-repeat 50%;cursor:pointer;height:var(--s-5);width:var(--s-5)}.customer-stories__search-input::-ms-clear{display:none}.customer-stories__label{color:var(--clr-text-muted);font-family:var(--font-family-body);font-size:var(--fs-caption);font-weight:var(--fw-semibold);margin-bottom:var(--s-1)}.customer-stories__clear-filters{background:none;border:none;border-radius:var(--btn-border-radius);color:var(--clr-secondary);cursor:pointer;font-family:var(--font-family-body);font-size:var(--fs-base);font-weight:var(--fw-bold);padding:var(--s-3) var(--s-4);transition:background .2s,color .2s}.customer-stories__clear-filters:hover:not(:disabled){background:var(--clr-terracotta-50);color:var(--clr-terracotta-600)}.customer-stories__clear-filters:disabled{background:none;color:var(--clr-grey-400);cursor:not-allowed}.customer-stories__cards{display:grid;gap:var(--s-8);grid-template-columns:repeat(3,1fr)}.customer-stories__card{background:var(--clr-white);border-radius:var(--border-radius-md);box-shadow:var(--box-shadow-card);display:flex;flex-direction:column;justify-content:space-between;padding:var(--s-6);transition:box-shadow .3s}.customer-stories__card-logo{align-items:center;display:flex;height:var(--s-12);margin-bottom:var(--s-6);max-width:50%}.customer-stories__card-logo img{height:100%;object-fit:contain;width:auto}.customer-stories__card-content{flex:1 1 auto}.customer-stories__card-title{font-family:var(--font-family-heading);font-size:var(--fs-h4)}.customer-stories__card-cta{align-self:flex-start;margin-top:var(--s-6)}.customer-stories__load-more-wrapper{margin-top:var(--s-8);text-align:center}.customer-stories .hidden{display:none}.customer-stories__no-results{font-weight:var(--fw-semibold);margin-bottom:var(--s-12);text-align:center}@media (max-width:1023px){.customer-stories__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.customer-stories__cards{grid-template-columns:1fr}.customer-stories__controls{align-items:stretch;flex-direction:column}}