.dsrm { width: 100%; }

.dsrm-title { margin: 0 0 12px; }
.dsrm-excerpt { margin: 0 0 12px; }

.dsrm-full-wrap{
  overflow: hidden;
  display: none;          /* FULLY hidden when collapsed */
  max-height: 0;
  transition: max-height 260ms ease;
}

.dsrm.is-expanded .dsrm-full-wrap{
  display: block;         /* show on expand */
}

.dsrm-actions { margin-top: 12px; }

.dsrm-actions--left { text-align: left; }
.dsrm-actions--center { text-align: center; }
.dsrm-actions--right { text-align: right; }

.dsrm-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border:1px solid #e5e7eb;
  background:#fff;
  cursor:pointer;
}
