
    .journal-banner {
      position: absolute;
      top: 30px;
      left: 60%;
      transform: translateX(-50%);
      width: 380px;
      z-index: 2;
    }

    .back-button {
      position: absolute;
      top: 55px;
      left: 20px;
      width: 88px;
      z-index: 2;
    }

    .journal-wrapper {
      position: absolute;
      top: 15.5%;
      left: 0.1%;
      width: 100%;
      height: 95%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1;
    }

    .panel {
      position: absolute;
      font-size: 1.2vw;
      font-family: 'NintendoDS', sans-serif;
      color: black;
      overflow-y: auto;
      padding: 4px;
      background-color: transparent;
    }

.panel-title {
  position: sticky;
  background-color: #2EC0F9; 
  font-family: 'Code', sans-serif;
  font-size: 1.4vw;
  height: 20%;
  width: 88%;
  color: black;
  margin-left: 3%;
  text-align: center;
  z-index: 10;
}

    .panel-display h2 {
      font-size: 1.6vw;
      margin-top: 0;
    }

    /* Panel positions using percentages */
    .panel-links {
      top: 10%;
      left: 4.5%;
      width: 28%;
      height: 19%;
      text-align: left;
    }

    .panel-updates {
      top: 58%;
      left: 3.8%;
      margin-right: 5px;
      width: 22%;
      height: 24%;
      overflow: hidden;
    }

    .panel-display {
      top: 22.5%;
      left: 44%;
      width: 51.5%;
      height: 55%;
      margin-left: 1%;
      overflow-y: scroll;
    }

/* Remove bullets from top-level list only */
.panel-links > ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 1px;
  padding-top: 0;
}

/* Style nested lists with image bullets */
.panel-links ul ul {
  list-style: none;
  padding-left: 16px; /* space for the image bullet */
}

.panel-links ul ul li {
  position: relative;
  padding-left: 20px; /* space for the bullet image */
  margin-bottom: 4px;
}

.panel-links ul ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-image: url('favicons/bulletcloud.gif'); /* your custom image URL */
  background-size: contain;
  background-repeat: no-repeat;
}

/* Base list reset */
.panel-links ul {
  list-style: none;
  padding-left: 16px;
  margin: 0;
}

/* All list items get cloud bullets */
.panel-links li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.panel-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-image: url('favicons/bulletcloud.gif');
  background-size: contain;
  background-repeat: no-repeat;
}

/* Section headers still look clean */
.panel-links > ul > li > h2 {
  margin-bottom: 4px;
  padding-left: 0;
}

.panel-links > ul > li > h2::before {
  display: none; /* don’t add bullets to the header text */
}

/* Style your links */
.panel-links a {
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
}
/* Base list reset */
.panel-links ul {
  list-style: none;
  padding-left: 16px;
  margin: 0;
}

/* All list items get cloud bullets */
.panel-links li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.panel-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-image: url('favicons/bulletcloud.gif');
  background-size: contain;
  background-repeat: no-repeat;
}

/* Section headers still look clean */
.panel-links > ul > li > h2 {
  margin-bottom: 4px;
  padding-left: 0;
}

.panel-links > ul > li > h2::before {
  display: none; /* don’t add bullets to the header text */
}

/* Style your links */
.panel-links a {
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
}
  .panel-links {
  position: relative;
  display: flex;
  flex-direction: column;
}

.panel-title {
  flex-shrink: 0;
  height: 8%;
  font-size: 18px;
  z-index: 1;
}

.panel-links-content {
  overflow-y: auto;
  flex-grow: 1;
  padding: 3px 4px;
}

.panel-links-title {
  position: absolute;
  top: 20%;
  left: 7%;
  width: 22%;
  height: 15px;
  font-family: 'Code', sans-serif;
  font-size: 1.2vw;
  margin-bottom: 8px;
  text-align: center;
  overflow: hidden;
  z-index: 5;
}

/* Move scroll panel down to make room */
.panel.panel-links {
  top: calc(18% + 9%); /* original top + title height */
}

    .EB0 {
      position: absolute;
      height: 140px;
      width: auto;
    }
    
    .EB0-container {
      position: fixed;
      bottom: 52.5%;
      left: 40%;
      z-index: 999;
      pointer-events: none;
    }