@import url('https://fonts.googleapis.com/css2?family=Albert+Sans&display=swap');
body {
  background-color: color(display-p3 1 1 1);
  font-family: "Albert Sans", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

h1 {
  text-align: center;
}

h1.cascade_title {
  text-align: left;
}
h2.cascade_author {
  text-align: left;
}
i.cascade_author {
  text-align: left;
}

.html_cascade {
  padding-top: 25px;
}

.text_cascade {
    display: none;
}

.input_text {
  font-size: 16px;
  width: 100%;
  height: 250px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 4px;
  resize: vertical;
  overflow: auto;
}

.version_text {
  float: right;
  right: 0;
  font-size: 8px;
  color: #9e9e9e;
}

.cascade_button {
  float: right;
  right: 0;
  width: 100px;
}

.copy_button {
  float: right;
  right: 0;
  width: 100px;
}

.cascade_reader {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  background-color: #f7fbff;
  color: #000000;
}

.cascade_paragraph {
  padding-top: 25px;
  text-align: left;
}
 
.cascade_paragraph:nth-child(even) {
  background: #d5e6f2;
}

.cascade_sentence {
  padding-bottom: 12px;
  border-bottom-width: 2px;
  border-bottom-style: none;
  margin-bottom: 12px;
}

.cascade-node {
  position: relative;
  display: block;
  margin-left: 2.5ch;
}

.cascade-node.has-children::after {
  content: '';
  position: absolute;
  top: 1.8rem;
  left: 0.1rem;
  bottom:0.4rem;
  width: 1px;
}
.cascade-node.has-children.empty::after {
  content: '';
  position: absolute;
  top: .3rem;
  left: 0.1rem;
  bottom:0.4rem;
  width: 1px;
}
.cascade-node.has-children::after {
  background: #d8d8d8;
}
.cascade-node.has-children.tier-1::after {
  background: #cccccc;
}
.cascade-node.has-children.tier-2::after {
  background: #bfbfbf;
}
.cascade-node.has-children.tier-3::after {
  background: #b2b2b2;
}
.cascade-node.has-children.tier-4::after {
  background: #a5a5a5;
}
.cascade-node.has-children.tier-5::after {
  background: #999999;
}
.cascade-node.has-children.tier-6::after {
  background: #8c8c8c;
}
.cascade-node.has-children.tier-7::after {
  background: #7f7f7f;
}
.cascade-node.has-children.tier-8::after {
  background: #727272;
}
.cascade-node.has-children.tier-9::after {
  background: #666666;
}
.cascade-node.has-children.tier-10::after {
  background: #595959;
}
