#tabs > .ui-tabs-nav {
  /* Store illustrations extend above their panel; keep tab targets on top. */
  position: relative;
  z-index: 1;
}

#tabs-5 {
  box-sizing: border-box;
  max-height: calc(100% - 42px);
  overflow-y: auto;
}

#sequel-cta {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 100%;
  margin: 18px 0 8px;
  padding: 14px;
  border: 1px solid #c6a456;
  border-radius: 8px;
  background: #fff5d7;
  color: #4b3414;
  font-size: 16px;
  line-height: 1.4;
}

#sequel-cta .sequel-cta-copy {
  flex: 1 1 170px;
}

#sequel-cta strong,
#sequel-cta .sequel-cta-caption {
  display: block;
}

#sequel-cta .sequel-cta-caption {
  margin-top: 3px;
  font-size: 14px;
}

#sequel-cta a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  padding: 8px 12px;
  border: 2px solid #a87826;
  border-radius: 6px;
  background: #fadc8e;
  color: #3b290d;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#sequel-cta a:hover {
  background: #ffe9b4;
}

#sequel-cta a:focus-visible {
  outline: 3px solid #4b3414;
  outline-offset: 3px;
}
