/* Demo styles */

.green-block-text {
  color: green;
}

.underline-block-text {
  text-decoration: underline;
}

.cool-inline-text {
  font-style: italic;
  font-weight: bold;
}

.red-inline-text {
  color: red;
}

#style-menu.ui.dropdown .menu {
  .item {
    display: flex;
    user-select: none;

    span.text {
      margin-top: auto;
      line-height: normal;
      vertical-align: middle;
    }
  }

  .header {
    color: rgb(153, 153, 153);
    font-size: 1rem;
    font-weight: normal;
  }

  .active {
    z-index: 1;
    background: #68778d;
    box-shadow: none;
    color: #ffffff;
    font-weight: 300;
  }

  overflow: auto;
  max-height: 50vh;
}
