 .fr-woo-product-alpha_tabs .panel { position: relative; } .tab-content-wrap { position: relative; overflow: hidden; transition: max-height 0.4s ease; } .tab-content-wrap.is-collapsed { max-height: 130px; } .tab-fade-overlay { position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(to bottom, transparent, #E3E2DB); pointer-events: none; transition: opacity 0.3s; }  .tab-read-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 14px; font-weight: 500; color: inherit; cursor: pointer; background: none; border: none; padding: 0; text-decoration: underline; text-underline-offset: 3px; }