.maps-code-export-wrapper .hidden {
  display: none;
}

body {
  background-color: transparent;
}

.maps-code-export-wrapper .devsite-dialog-buttons {
  display: flex;
  height: 100%;
  position: relative;
  gap: 12px;
}

.maps-code-export-wrapper button > .material-icons {
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-inline: 0;
}

.maps-code-export-wrapper .devsite-dialog-buttons .export-option {
  width: 144px;
  height: 108px;
  text-align: start;
  padding: 8px;
  white-space: normal;
  align-content: center;
}

.maps-code-export-wrapper .copy-icon-container {
  display: flex;
  gap: 6px;
}

.maps-code-export-wrapper .devsite-dialog-buttons .export-option:hover,
.maps-code-export-wrapper .devsite-dialog-buttons .export-option:focus {
  background-color: #e5e6e7;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
  text-decoration: none;
}

.maps-code-export-wrapper .devsite-dialog-buttons h4 {
  margin: 0;
  color: #000;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
}

.maps-code-export-wrapper .devsite-dialog-buttons p {
  margin: 0;
  line-height: normal;
  font-size: 12px;
  font-weight: 400;
  color: #5f6368;
}

.maps-code-export-wrapper .devsite-dialog-buttons button, .devsite-dialog-buttons a {
  border: none;
  border-radius: 10px;
  background-color: #fff;
}

.maps-code-export-wrapper .devsite-dialog-contents {
  color: #5f6368;
  font-size: 15px;
  margin-bottom: 50px;
}

.maps-code-export-wrapper devsite-snackbar {
  left: 14px;
}