.stack-legal-terms {
  background-color: white;
  padding: 20px 0 24px; }
  .stack-legal-terms .legal-terms-ng__content {
    margin-top: 12px;
    height: 82px;
    overflow: hidden;
    position: relative; }
    .stack-legal-terms .legal-terms-ng__content::after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.57) 30%, #ffffff 77%);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .stack-legal-terms .legal-terms-ng__content.opened::after {
      display: none; }
  .stack-legal-terms .legal-terms-ng__subcontent {
    color: #8a8a8a; }
  .stack-legal-terms .legal-terms-ng__opener {
    margin-top: 16px;
    color: black;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .stack-legal-terms .legal-terms-ng__opener img {
      margin-top: 1px;
      margin-left: 4px; }

