* {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
}

:host {
  display: inline-block;
}

div.root.light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #0D2B26;
}
div.root.light-theme p {
  margin: 0;
}
div.root.light-theme a, div.root.light-theme a:visited {
  color: #298563;
}
div.root.light-theme a:hover, div.root.light-theme a:visited:hover {
  color: #298563B3;
}
div.root.light-theme a:active, div.root.light-theme a:visited:active {
  color: #29856380;
}
div.root.light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
div.root.light-theme .text-reduced {
  opacity: 50%;
}
div.root.light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.light-theme .contrast {
  background-color: #0D2B26;
  color: #fff;
}
div.root.light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
div.root.light-theme .scrollable {
  overflow-y: auto;
}
div.root.light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.light-theme .interactive {
  cursor: pointer;
}
div.root.light-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.light-theme .interactive:hover {
  background-color: #298563;
}
div.root.light-theme .interactive:active {
  background-color: #216A4F;
}
div.root.light-theme .interactive:active, div.root.light-theme .interactive:hover {
  color: #fff;
}
div.root.light-theme .interactive:active img.interactive-green-leaf, div.root.light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.light-theme .interactive:active img.interactive-white-leaf, div.root.light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.light-theme .interactive-text {
  cursor: pointer;
}
div.root.light-theme .interactive-text:hover {
  color: #298563;
}
div.root.light-theme .interactive-text:active {
  color: #216A4F;
}
div.root.dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
div.root.dark-theme p {
  margin: 0;
}
div.root.dark-theme a, div.root.dark-theme a:visited {
  color: #298563;
}
div.root.dark-theme a:hover, div.root.dark-theme a:visited:hover {
  color: #298563B3;
}
div.root.dark-theme a:active, div.root.dark-theme a:visited:active {
  color: #29856380;
}
div.root.dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #298563;
}
div.root.dark-theme .text-reduced {
  opacity: 50%;
}
div.root.dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
div.root.dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
div.root.dark-theme .scrollable {
  overflow-y: auto;
}
div.root.dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.dark-theme .interactive {
  cursor: pointer;
}
div.root.dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.dark-theme .interactive:hover {
  background-color: #184D49;
}
div.root.dark-theme .interactive:active {
  background-color: #216A4F;
}
div.root.dark-theme .interactive:active, div.root.dark-theme .interactive:hover {
  color: #fff;
}
div.root.dark-theme .interactive:active img.interactive-green-leaf, div.root.dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.dark-theme .interactive:active img.interactive-white-leaf, div.root.dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.dark-theme .interactive-text {
  cursor: pointer;
}
div.root.dark-theme .interactive-text:hover {
  color: #184D49;
}
div.root.dark-theme .interactive-text:active {
  color: #216A4F;
}
div.root.contrast-light-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
div.root.contrast-light-theme p {
  margin: 0;
}
div.root.contrast-light-theme a, div.root.contrast-light-theme a:visited {
  color: #000;
}
div.root.contrast-light-theme a:hover, div.root.contrast-light-theme a:visited:hover {
  color: #298563B3;
}
div.root.contrast-light-theme a:active, div.root.contrast-light-theme a:visited:active {
  color: #29856380;
}
div.root.contrast-light-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
div.root.contrast-light-theme .text-reduced {
  opacity: 50%;
}
div.root.contrast-light-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.contrast-light-theme .contrast {
  background-color: #000;
  color: #fff;
}
div.root.contrast-light-theme .contrast .contrast-white-text-image {
  filter: brightness(0) invert(1);
}
div.root.contrast-light-theme .scrollable {
  overflow-y: auto;
}
div.root.contrast-light-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.contrast-light-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.contrast-light-theme .interactive {
  cursor: pointer;
}
div.root.contrast-light-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.contrast-light-theme .interactive:hover {
  background-color: #298563;
}
div.root.contrast-light-theme .interactive:active {
  background-color: #216A4F;
}
div.root.contrast-light-theme .interactive:active, div.root.contrast-light-theme .interactive:hover {
  color: #fff;
}
div.root.contrast-light-theme .interactive:active img.interactive-green-leaf, div.root.contrast-light-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.contrast-light-theme .interactive:active img.interactive-white-leaf, div.root.contrast-light-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.contrast-light-theme .interactive-text {
  cursor: pointer;
}
div.root.contrast-light-theme .interactive-text:hover {
  color: #298563;
}
div.root.contrast-light-theme .interactive-text:active {
  color: #216A4F;
}
div.root.contrast-dark-theme {
  font-family: var(--yook-font-family, "Mark W01 Book");
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
div.root.contrast-dark-theme p {
  margin: 0;
}
div.root.contrast-dark-theme a, div.root.contrast-dark-theme a:visited {
  color: #fff;
}
div.root.contrast-dark-theme a:hover, div.root.contrast-dark-theme a:visited:hover {
  color: #298563B3;
}
div.root.contrast-dark-theme a:active, div.root.contrast-dark-theme a:visited:active {
  color: #29856380;
}
div.root.contrast-dark-theme .text-emphasis {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
div.root.contrast-dark-theme .text-reduced {
  opacity: 50%;
}
div.root.contrast-dark-theme .text-bold {
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
}
div.root.contrast-dark-theme .white-text-image {
  filter: brightness(0) invert(1);
}
div.root.contrast-dark-theme .contrast {
  background-color: #fff;
  color: #000;
}
div.root.contrast-dark-theme .scrollable {
  overflow-y: auto;
}
div.root.contrast-dark-theme .scrollable::-webkit-scrollbar {
  width: 6px;
}
div.root.contrast-dark-theme .scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
div.root.contrast-dark-theme .interactive {
  cursor: pointer;
}
div.root.contrast-dark-theme .interactive img.interactive-white-leaf {
  display: none;
}
div.root.contrast-dark-theme .interactive:hover {
  background-color: #184D49;
}
div.root.contrast-dark-theme .interactive:active {
  background-color: #216A4F;
}
div.root.contrast-dark-theme .interactive:active, div.root.contrast-dark-theme .interactive:hover {
  color: #fff;
}
div.root.contrast-dark-theme .interactive:active img.interactive-green-leaf, div.root.contrast-dark-theme .interactive:hover img.interactive-green-leaf {
  display: none;
}
div.root.contrast-dark-theme .interactive:active img.interactive-white-leaf, div.root.contrast-dark-theme .interactive:hover img.interactive-white-leaf {
  display: inline-block;
}
div.root.contrast-dark-theme .interactive-text {
  cursor: pointer;
}
div.root.contrast-dark-theme .interactive-text:hover {
  color: #184D49;
}
div.root.contrast-dark-theme .interactive-text:active {
  color: #216A4F;
}
div.root .container {
  box-sizing: border-box;
  width: 190px;
  max-width: 190px;
  padding: 8px 14px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 24px;
  grid-template-rows: auto 24px;
  grid-template-areas: "text arrow" "sub  leaf";
}
div.root .container:not(.compensated) {
  background-color: #fff;
  border: solid #184D49 1.5px;
}
div.root .container:not(.compensated):hover {
  background-color: #0D2B26;
  border-color: transparent;
}
div.root .container.compensated {
  background-color: #184D49;
  color: #fff;
  box-shadow: 1px 1px 2px #0000004D;
}
div.root .container:hover {
  box-shadow: none;
}
div.root .container:hover .arrow img {
  filter: brightness(0) invert(1);
}
div.root .container .main-text {
  grid-area: text;
  font-family: var(--yook-font-family-bold, "Mark W01 Bold");
  font-size: 16px;
  line-height: 20px;
}
div.root .container .sub-text {
  grid-area: sub;
  font-size: 12px;
  line-height: 13px;
  place-self: center start;
}
div.root .container:not(.compensated) .sub-text {
  margin: 4px 0;
}
div.root .container .leaf {
  grid-area: leaf;
  place-self: end end;
  width: 24px;
  height: 24px;
  display: none;
}
div.root .container .leaf img {
  width: 24px;
  height: 24px;
}
div.root .container.compensated .leaf, div.root .container.benchmarked .leaf {
  display: block;
}
div.root .container .arrow {
  grid-area: arrow;
  place-self: start end;
}
div.root .container .arrow img {
  width: 12px;
  height: 12px;
}
div.root .container .sub-text .hover {
  display: none;
}
div.root .container:hover .sub-text .hover {
  display: block;
}
div.root .container:hover .sub-text .default {
  display: none;
}