.testimonio-item{overflow:hidden;transition:max-height .35s ease-in-out;box-sizing:border-box;position:relative}.testimonio-item.collapsed{max-height:400px}.testimonio-item.expanded{}.testimonio-item.has-overflow{padding-bottom:44px}.read-more-trigger{background:var(--fcc-color-white);background:linear-gradient(0deg,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);display:none;padding:0 15px 8px;min-height:44px;margin:0;cursor:pointer;color:var(--fcc-color-accent);font-weight:400;font-size:13px;transition:all .3s ease;border:none;outline:none;position:absolute;left:0;bottom:0;width:100%;text-align:left}.read-more-trigger:hover{color:var(--fcc-color-primary);text-decoration:underline}.testimonio-item.expanded .read-more-trigger{color:var(--fcc-color-text)}.testimonio-item.has-overflow .read-more-trigger{display:flex;align-items:flex-end;justify-content:flex-start}