/* Shared Prodigy service chrome. Mail, Chat and the Web Browser keep their
   own application-specific controls instead of loading this stylesheet. */
.prodigy-service-client {
  min-width: 0;
  min-height: 0;
}

body.w95-on .prodigy-service-client {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

body:not(.w95-on) .prodigy-service-client {
  display: contents;
}

.prodigy-service-menubar .w95-menu-popup form {
  display: block;
  margin: 0;
}

.prodigy-service-toolbar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 3px;
  min-height: 31px;
  padding: 3px 6px;
  border-top: 2px solid #777;
  border-bottom: 1px solid #e8e8e8;
  background: #adadad;
  overflow: hidden;
}

.prodigy-service-toolbar a,
.prodigy-service-toolbar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  padding: 1px 7px 2px;
  border: 2px solid;
  border-color: #f5f5f5 #656565 #656565 #f5f5f5;
  border-radius: 0;
  background: #cfcfcf;
  color: #000;
  box-shadow: inset 1px 1px 0 #e8e8e8;
  font-family: "ProdigyPixel", "Courier New", monospace;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.prodigy-service-toolbar a:hover,
.prodigy-service-toolbar button:hover {
  background: #dedede;
}

.prodigy-service-toolbar a:active,
.prodigy-service-toolbar button:active,
.prodigy-service-toolbar a.is-active {
  border-color: #5d5d5d #eee #eee #5d5d5d;
  background: #bdbdbd;
  box-shadow: inset 1px 1px 0 #8d8d8d;
}

/* The desktop client's recovered toolbar screenshot is the source of truth
   for the Highlights button. The full 40x31 crop includes the original raised
   button frame as well as the magenta/list artwork. */
.prodigy-service-toolbar .prodigy-service-highlights-button,
.prodigy-service-toolbar .prodigy-service-highlights-button:hover,
.prodigy-service-toolbar .prodigy-service-highlights-button:active,
.prodigy-service-toolbar .prodigy-service-highlights-button.is-active {
  flex: 0 0 40px;
  min-width: 40px;
  width: 40px;
  height: 31px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.prodigy-service-toolbar form {
  display: inline-flex;
  margin: 0;
}

.prodigy-service-toolbar-status {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin-left: auto;
}

.prodigy-service-core-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 24px;
  padding: 1px 4px 2px;
  border: 2px solid;
  border-color: #eee #5a5a5a #5a5a5a #eee;
  background: #0016a8;
  color: #ffff38;
  font-family: "ProdigyPixel", "Courier New", monospace;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.prodigy-service-highlight-icon {
  display: block;
  width: 40px;
  height: 31px;
  background: url("https://prodigyclassic.com/assets/bottombar.jpg") 0 -4px no-repeat;
}

.prodigy-service-toolbar .member-mail-indicator {
  min-width: 0 !important;
  width: auto;
  height: auto !important;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  appearance: none;
  background: transparent !important;
  box-shadow: none !important;
}

.prodigy-service-toolbar .member-mail-indicator[hidden] {
  display: none;
}

.prodigy-service-toolbar .member-mail-indicator img {
  display: block;
  width: 52px;
  height: 22px;
  image-rendering: pixelated;
}

@media (max-width: 760px) {
  .prodigy-service-toolbar {
    overflow-x: auto;
  }
}
