/**
 * @file
 * Styles for expandable text formatter.
 */

.expandable-text {
  position: relative;
}

.expandable-text__toggle {
  font-weight: normal;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: #d32f2f;
}

.expandable-text__toggle a:hover {
  text-decoration: none;
}

.expandable-text__remaining {
  display: none;
}

.expandable-text__ellipsis {
  margin-right: 0.25em;
}