@font-face {
	font-family: 'GMP Icons';
	src: local("GMP Icons"), url(//www.gstatic.com/mobilesdk/200309_mobilesdk/GMPIcons.eot) format("embedded-opentype"), url(//www.gstatic.com/mobilesdk/200309_mobilesdk/GMPIcons.woff2) format("woff2"), url(//www.gstatic.com/mobilesdk/200309_mobilesdk/GMPIcons.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}

.gmp-icons {
	cursor: default;
	direction: ltr;
	display: inline-block;
	font-family: 'GMP Icons';
	-webkit-font-feature-settings: 'liga';
	-moz-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
	height: 1em;
	letter-spacing: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 1em;
	word-wrap: normal;
}

a .gmp-icons {
	cursor: pointer;
}

body {
	background-color: #fff;
	padding: 0;
	max-width: 100vw;
}

.code-picker__wrapper {
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px rgba(60, 64, 67, 0.15);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: hidden;
}

@media screen and (min-width:1000px) {
	.code-picker__wrapper {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.code-picker__sample-menu {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	width: 100%;
}

.code-picker__sample-menu li:first-of-type {
	white-space: nowrap;
}

@media screen and (min-width:1000px) {
	.code-picker__sample-menu {
		-webkit-flex: 0 1 300px;
		-ms-flex: 0 1 300px;
		flex: 0 1 300px;
		min-width: 300px;
		width: 300px;
	}
}

.code-picker__sample-menu--mobile-wrapper {
	border-bottom: 1px solid #cfd8dc;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.code-picker__sample-menu--mobile-wrapper:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #4a4a4a;
	content: '';
	height: 0;
	position: absolute;
	right: 12px;
	top: 33%;
	width: 0
}

@media screen and (min-width:1000px) {
	.code-picker__sample-menu--mobile-wrapper {
		display: none;
	}
}

.code-picker__sample-menu--mobile {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	font-family: "Google Sans", sans-serif;
	-webkit-appearance: none;
	background-image: none;
	background: 0 0;
	border: none;
	box-shadow: none;
	letter-spacing: .25px;
	padding: 8px;
	text-transform: none;
	width: 100%;
  max-width: none;
  height: auto;
}

.code-picker__sample-menu--mobile:focus {
	outline: none;
}

.code-picker__sample-menu--desktop {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	font-family: "Google Sans", sans-serif;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and (min-width:1000px) {
	.code-picker__sample-menu--desktop {
		display: block;
	}
}

.code-picker__samples-option.heading {
  pointer-events: none;
  cusor: unset;
  background: #8ab4f8;
}

.code-picker__samples-option.heading>span {
  color: #000;
}

.code-picker__samples-option {
	cursor: pointer;
	margin: 0;
	padding: 24px 0 22px 44px;
	transition: all 100ms linear;
  background: #d2e3fc;
}

.code-picker__samples-option:last-child {
	padding-bottom: 44px
}

.code-picker__samples-option>span {
	color: #6C6C6C;
	display: inline-block;
	font-weight: 500;
	letter-spacing: .29px;
	line-height: 18px;
	width: 172px;
	word-wrap: break-word;
}

.code-picker__samples-option.selected {
	background-color: #1a73e8;
}

.code-picker__samples-option.selected>span {
	color: #fff;
}

.code-picker__samples {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	width: 100%
}

@media screen and (min-width:1000px) {
	.code-picker__samples {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: calc(100% - 300px)
	}
}

.code-picker__sample {
	display: none;
}

.code-picker__sample.active {
	display: block;
}

.code-picker__sample__code {
  outline: none;
}

.code-picker__sample__code pre {
  background-color: #fff;
  line-height: 16px;
  font-size: 10px;
  margin: 0;
  min-height: 275px;
  padding: 10px;
  margin: 0;
  background: transparent;
  max-height: 450px;
}

@media screen and (min-width:720px) {
	.code-picker__sample__code pre {
		font-size: 14px;
    padding: 28px 20px;
		line-height: 20px;
	}
}

.code-picker__sample__code devsite-code {
  margin: 0 !important;
}

.code-picker__language-tabs {
  background-color: #4285f4;
  white-space: nowrap;
  overflow-x: auto;
}

.code-picker__language-tabs__tab, .code-picker__language-tabs__tab:hover, .code-picker__language-tabs__tab:focus {
  user-select: none;
  border-left: none;
  border-right: none;
  border-top: none;
  display: inline-block;
  margin: 0;
  border-radius: 0;
  background: transparent;
  height: auto !important;
  line-height: normal;
  padding: 16px;
  font-size: 12px;
  text-overflow: initial;
}

@media screen and (min-width:720px) {
  .code-picker__language-tabs__tab, .code-picker__language-tabs__tab:hover, .code-picker__language-tabs__tab:focus {
    font-size: 1rem;
    padding: 22px 42px;
  }
}

.code-picker__language-tabs__tab {
  color: #8AB4F8;
  position: relative;
  border: none;
}

.code-picker__language-tabs__tab:hover, .code-picker__language-tabs__tab:focus, .code-picker__language-tabs__tab[aria-selected="true"] {
  color: #fff;
  border: 0;
}

.code-picker__language-tabs__tab:focus::after, .code-picker__language-tabs__tab[aria-selected="true"]::after {
  background: #8ab4f8;
  content: '';
  display: block;
  border-radius: 4px 4px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
}

/* .code-picker__language-tabs__tab:focus, .code-picker__language-tabs__tab[aria-selected="true"] {
  border-bottom: 4px solid #8ab4f8 !important;
}
 */
