
/* Supreme readmore — functional collapse */
.dsm_read_more{overflow:hidden;position:relative;transition:max-height .3s ease}
.dsm_read_more.is-collapsed{max-height:200px}
.dsm_read_more.is-collapsed::after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(transparent,white)}
.dsm_read_more_button{display:inline-block;margin-top:12px;padding:8px 18px;background:#2ea3f2;color:#fff;cursor:pointer;border:0}
