.wy-nav-content {
  max-width: 1200px; /* theme default is 800px */
}
.wy-side-nav-search .wy-dropdown > a img.logo,
.wy-side-nav-search > a img.logo {
  width: 175px;
}

.wy-table-responsive table td {
  white-space: normal;
}

.caption-text {
  font: italic 85%/1 arial, sans-serif;
}

/* Hide the default copyright notice in the RTD (Read the Docs) theme footer */
div[role="contentinfo"] {
  display: none;
}

.qualcomm-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 1rem;
  font-size: 12px;
  line-height: 16px;
}

.qualcomm-footer nav ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.qualcomm-footer .legal {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 1rem;
}

.qualcomm-footer .legal p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

/* Override button styles provided by OneTrust to match other footer links */
.qualcomm-footer nav a#ot-sdk-btn.ot-sdk-show-settings {
  background-color: inherit;
  color: #2980b9;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  border: 0;
  padding: 0;
  font-family: inherit;
  transition: none;
}

.app-footer nav a#ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #3091d1;
}

.qualcomm-footer nav a#ot-sdk-btn.ot-sdk-show-settings:visited {
  color: #9b59b6;
}

/*
 * Language picker
 * ---------------
 */

.rst-versions.shift-up {
  /* This is set to scroll in the theme - we don't want to show a scrollbar if we don't have to */
  overflow-y: auto;
}

.rst-versions.shift-up .fa-caret-down {
  transform: rotate(180deg);
}
