/* Estimated time callouts */
aside.note.time::before {
  content: 'schedule';
}

/* Drop breadcrumb/description */
.devsite-product-id-row {
  display: none;
}

.devsite-multiple-choice-question {
  /** These questions typically inherit from the site color theme set in
   *   _project.yaml. Since MEDU content has a white theme now, hard coding the
   *  google-blue color and the contrasting text color
   **/
  background: #4285f4;
  color: #fff;
}

.casestudies-landing-hero .devsite-landing-row-header {
  text-align: center;
  margin: 32px 0;
}

@media screen and (max-width: 1200px) {
  *:not(.code-sample):not(.data-sample):not(.kd-tabbed-horz):not(.kd-tabbed-vert)>*>h2:not(.hide-from-toc):not(#contents):not(#table-of-contents) {
    padding-right: 0;
  }
}

/* Center-align exercise button in parent div */
div.exercise-button {
  text-align: center;
}

div.exercise-button .button {
  margin-left: auto;
  margin-right: auto;
}

/* Beta flag */
.beta {
  font-size: smaller;
  font-variant: small-caps;
  color: red;
  position: relative;
  top: -0.5em;
}
