:root {
  --header-height: 64px;
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue);
  --background: white;
  --grey-10: color-mix(in srgb, var(--dora-black), white 90%);
  --grey-15: color-mix(in srgb, var(--dora-black), white 85%);
  --grey-20: color-mix(in srgb, var(--dora-black), white 80%);
  --grey-30: color-mix(in srgb, var(--dora-black), white 70%);
  --grey-40: color-mix(in srgb, var(--dora-black), white 60%);
  --grey-50: color-mix(in srgb, var(--dora-black), white 50%);
  --grey-60: color-mix(in srgb, var(--dora-black), white 40%);
  --grey-70: color-mix(in srgb, var(--dora-black), white 30%);
  --grey-80: color-mix(in srgb, var(--dora-black), white 20%);
  --grey-90: color-mix(in srgb, var(--dora-black), white 10%); }

h3 {
  margin-top: 1.5em; }

#rotate-tip {
  display: none; }

@media (orientation: portrait) {
  #rotate-tip {
    display: revert; } }

.hasSidebar article {
  padding: 1rem; }
  .hasSidebar article img {
    max-width: 100%; }
  .hasSidebar article li {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300; }
  .hasSidebar article .responsive-svg {
    width: 100%;
    min-width: 815px; }
  @media (max-width: 799px) {
    .hasSidebar article {
      /* Adjust breakpoint as needed */ }
      .hasSidebar article .responsive-svg {
        min-width: 0;
        /* Or min-width: auto; */ } }
#questions h3 {
  font-size: 1.25em; }

#questions h4 {
  color: #666;
  margin-bottom: 1em; }

#questions li {
  font-weight: 300;
  font-family: "Roboto";
  font-size: .9rem; }

#questions p.description {
  border-top: 1px solid lightgray; }

#questions .responses {
  margin-bottom: .5rem; }
  #questions .responses label {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: .75rem;
    font-weight: normal; }
  #questions .responses .answer {
    display: inline-block;
    font-size: .8rem;
    border: none;
    color: #5b5e66;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    padding: .25rem 0.5rem;
    margin: 0.2rem 0.05rem; }

main:has(#app) {
  padding: 0; }

tab_links {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--grey-15);
  padding-bottom: 1rem; }
  tab_links a {
    display: inline-block;
    padding: 4px 18px;
    margin: 4px;
    border-radius: 50vh;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    color: var(--dora-primary-dark);
    border: 2px solid var(--dora-primary-dark);
    transition: all 200ms ease-out; }
    tab_links a.selected, tab_links a:hover {
      background-color: var(--dora-primary-dark);
      color: var(--dora-primary-light); }

.hero-image img {
  max-width: 100%; }

.research-note {
  font-size: 0.85rem;
  font-style: italic;
  color: #5b5e66; }
