.user-guide-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.maps-table-row-highlight td {
  background: #d4d4d4;
  text-transform: uppercase;
}

/* Smb frequently-asked-questions*/
#cloud-site .frequently-asked-questions .qa-item .question {
  margin-bottom: 24px;
}

/* Devsite standard site footer */
footer.devsite-footer-linkboxes,
.devsite-footer-linkboxes {
  display:none;
}


/* Button full-width */
@media handheld and (max-width: 480px),
    screen and (max-device-width: 480px),
    screen and (max-width: 780px) {
  #cloud-site .button {
    width: 100%;
  }
}

/* Modal */
.hh-modal {
  display: none;
}

.hh-modal__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  pointer-events: none;
}

.hh-modal__container {
  max-width: 700px;
  width: 100%;
  height: auto;
  background: white;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  pointer-events: all;
}

.hh-modal__header {
  margin: 25px 40px 50px;
  display: flex;
  align-items: center;
}

.hh-modal__content {
  padding: 0 40px 0;
  text-align: left;
}

.hh-modal__step-list {
  padding: 0 15px;
  font-size: 16px;
}

.hh-modal__step-list li {
  margin: 0;
}

.hh-modal__title {
  font-size: 24px;
}

.hh-modal__step-list li:first-child {
  font-weight: 500;
}

.hh-modal__logo {
  display: block;
  margin-right: 0px;
  width: 48px;
  padding-right: 24px;
  height: auto;
}

/* Options */
.hh-options__container {
  display: flex;
  margin-top: 40px;
}

.hh-options__option {
  display: flex;
  flex-basis: 33%;
}

.hh-options__copy {
  position: relative;
}

.hh-options__title {
  margin: 0;
  font-size: 16px;
  line-height: initial;
  color: #565656;
}

.hh-options__copy p {
  margin: 0;
  font-size: 14px;
  line-height: initial;
  color: #9a9a9a;
}

.hh-options__copy:hover .hh-tooltip {
  display: block;
}

.hh-options__copy label {
  font-size: 18px;
  line-height: initial;
  margin-bottom: 10px;
  font-weight: 500;
  color: #464646;
  position: relative;
}


/* Buttons */
.hh-buttons {
  text-align: right;
  margin: 40px;
}


/* Tooltip */
.hh-tooltip {
  display: none;
  position: absolute;
  background: white;
  box-shadow: #dedede 0 0 12px 1px;
  top: -80px;
  left: 40%;
  border-radius: 3px;
  padding: 10px 15px;
  z-index: 100;
  pointer-events: none;
  width: 300px;
}

.hh-tooltip__list {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  font-weight: 500;
}

.hh-tooltip__list li {
  margin: 0;
  font-size: 14px;
  color: #6d6d6d;
}

.hh-tooltip__list:last-child {
  margin-bottom: 0;
}

.devsite-nav-list > .devsite-nav-item-heading:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

a[href*="console.cloud.google.com"] {
  display: none;
}
