.annotation-content, .annotation-contents {
  &[data-theme="instruction-ui-v2"] {
    font-family: 'Inter', sans-serif;
    font-size: 1em;

    .warning, .caution, .note {
      margin: 15px;
      background-color: #3bbae3;
      border-radius: 10px;
      overflow: clip;
      min-height: 33vh;
    }

    .title {
      display: flex;
      flex-direction: row;
      background-color: black;

      img.icon {
        display: inline-block;
        width: 100px;
        height: 100px;
      }

      h1,h2,h3 {
        margin: 0;
        padding: 0;
        padding-left: 30px;
        display: inline-block;
        font-weight: 600;
        line-height: 100px;
        color: white;
      }
    }

    .content {
      margin: 1em;
      min-height: 20vh;
      display: grid;
      align-items: center;
      justify-items: center;
      font-size: 1.1em;
      line-height: 1.5em;
      font-weight: 600;
      color: white;
    }
  }
}