.android-app-performance-page h2 {
  margin-top: 20px;
}

.android-app-performance-page th {
  width: 50%;
}

.evaluation-table {
  width: 100%;
}

.evaluation-table th:first-child {
  width: 40%;
}

.android-app-performance .android-promo {
  padding: 16px 0 0;
}

.android-app-performance .android-promo .devsite-landing-row-item {
  margin: 32px 0;

  &:first-child {
    margin-top: 0;
  }
}

.android-app-performance .android-promo .devsite-landing-row-item-description {
  padding: 32px;
}

.android-app-performance devsite-select .devsite-select-toggle {
  border: 2px solid #202124;
  border-radius: 96px;
  height: unset;
  margin-left: 12px;
  max-width: none;
  padding: 0 24px 0 42px;

  .color-scheme--dark & {
    border-color: #fff;
  }
}

.android-app-performance devsite-select .devsite-select-toggle-icon {
  left: 18px;
}

.android-app-performance .devsite-icon-arrow-drop-down:before {
  content: "expand_more";
}

.android-app-performance devsite-select[menu-position=below] .devsite-select-list {
  left: 18px !important;
  top: 39px;
}

.android-app-performance .android-illustrated-resources-secondary-small
  .devsite-landing-row-item:not([background]) {
  background: #f8ecf0;

  .color-scheme--dark & {
    background: #6e4545;
  }
}

.android-app-performance .android-illustrated-resources-secondary-small
  .devsite-landing-row-item-description-content {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-transform: uppercase;
}

.android-app-performance .answers {
  color: #ea5426;
  font-size: 20px;
  font-weight: 500;
  margin: 8px 0 0 32px;
}

.android-app-performance .hide {
  display: none;
}