:root {
  --sd-heading1-size: 8.5vw;
  --sd-heading1-line-height: 1;
  --sd-heading2-size: 5vw;
  --sd-heading2-line-height: 1;
  --sd-text-size: 2.2vw;
  --sd-text-line-height: 1.2;
  --sd-caption-font-size: 1vw;
  --sd-caption-line-height: 1;

  --sd-background-color: #c2e1f9;
  --sd-heading-color: #00a6e8;
  --sd-text-color: #005772;
  --sd-primary-color: #ffbb3d;
  --sd-caption-color: rgba(255, 255, 255, 0.7);
  --sd-caption-bgcolor: #00465b;

  /* SpeakerView */
  --sd-sv-timer-size: 80px;
  --sd-sv-text-size: 40px;
  --sd-sv-text-line-height: 1.2;
  --sd-sv-background-color: #242424;
  --sd-sv-text-color: rgba(255, 255, 255, 0.87);
}

a {
  background-color: var(--sd-caption-bgcolor);
  padding: 0 5px 5px 5px;
}

.cover {
  margin-top: 50px;
}

.speaker {
  img {
    border: 2px solid var(--sd-primary-color);
    border-radius: 100%;
  }
}

.logo {
  img {
    border: none;
    border-radius: 0%;
  }
}

.chapter {
  h2 {
    color: var(--sd-primary-color);
  }
}

.split {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.split > div {
  width: 50%;
  padding: 1vh 1vw;
}

.bottom-right {
  position: absolute;
  right: 2vw;
  bottom: 2vh;
}

.bottom-left {
  position: absolute;
  left: 5vw;
  bottom: 5vh;
}

.bottom-center {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  transform: translateX(-50%);
}

.legend {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  transform: translateX(-50%);
  color: var(--sd-text-color);
  width: 90%;

  span {
    font-weight: bolder;
    color: var(--color-server-size);
  }
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Optional: ensures it fills parent */
  width: 100%; /* Optional: ensures it fills parent */
}

.left {
  img {
    background-color: white;
  }

  ul {
    list-style: none;
    li {
      padding-bottom: 20px;
      span {
        font-weight: bolder;
        color: var(--color-server-size);
      }
    }
  }
}

.right {
  span {
    span {
      font-weight: bolder;
      color: var(--color-server-size);
    }
  }
}
