.contact-box {
  flex: 0 0 auto;
}

.single-result {
  background: #EFFFF7;
  border: 2px solid #84B6B0;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 34px;
  .result-summary-section {
    padding: 20px;
    max-width: 700px;
    h2 {
      color: #033F4F;
      font-size: 24px;
      font-weight: 700;
    }
  }
  .result-details-section {
    background: white;
    border-top: 1px solid #84B6B0;
    padding: 20px;
    p {
      font-size: 14px;
    }
  }
}

.location_marker {
  padding-left: 40px;
  max-width: 440px;
  background-image: url("/assets/map-ed0d6e12.png");
  background-image: -webkit-image-set(
    url("/assets/map-ed0d6e12.png") 1x,
    url("/assets/map@2x-0b9a6232.png") 2x
  );
  background-image: image-set(
    url("/assets/map-ed0d6e12.png") 1x,
    url("/assets/map@2x-0b9a6232.png") 2x
  );
  background-repeat: no-repeat;
  background-position-y: 9px;
}

.reference-header {
  padding-left: 30px;
  line-height: 24px;
  display: block;
  min-width: 260px;
  background-image: url("/assets/microscope-243c9770.png");
  background-image: -webkit-image-set(
    url("/assets/microscope-243c9770.png") 1x,
    url("/assets/microscope@2x-59392d83.png") 2x
  );
  background-image: image-set(
    url("/assets/microscope-243c9770.png") 1x,
    url("/assets/microscope@2x-59392d83.png") 2x
  );
  background-repeat: no-repeat;
}

.contact-me-link {
  background-color: #14485B;
  padding: 12px 24px 12px 52px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border-radius: 6px;
  color: white;
  flex: 0 0 auto;
  background-image: url("/assets/send-e5e58d6c.png");
  background-image: -webkit-image-set(
    url("/assets/send-e5e58d6c.png") 1x,
    url("/assets/send@2x-ba04c778.png") 2x
  );
  background-image: image-set(
    url("/assets/send-e5e58d6c.png") 1x,
    url("/assets/send@2x-ba04c778.png") 2x
  );
  background-repeat: no-repeat;
  background-position: 12px center;
  &:hover {
    background-color: #01212c;
  }
}

.btn-note-text {
 margin: 0;
 font-size: 12px;
 color: #161616;
}


.qr-code-holder {
  border: 1px solid black;
  border-radius: 4px;
  margin-left: 10px;
  overflow: hidden;
}

.sm-subtle-link {
  color: #353535;
  font-size: 12px;
  &:hover {
    color: #000;
    cursor: pointer;
  }
}

.guide-link {
  color: #14485B;
  font-weight: 700;
}

.page-content-block {
  max-width: 390px;
}

.header-alert {
  background-color: #f3f3f3;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding: 10px 14px;
  margin-top: 20px;
  p {
    margin: 0;
    color: #363636;
  }
}

.versions-holder {
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  padding: 16px 20px;
  margin-top: 20px;
  h4 {
    font-size: 16px;
    text-transform: uppercase;
  }
  .single-version-holder {
    border-bottom: 1px solid #cfcfcf;
    padding: 5px 0;
    p {
      margin: 0;
    }
    .version-link {
      flex: 0 0 auto;
    }
    &:last-of-type {
       border-bottom: none;
    }
  }
}

.share-content {
  pre {
    background-color: aliceblue;
    padding: 3px;
    margin: 0;
    padding: .5rem .75rem;
    border: 1px solid #ddd;
    border-radius: .5rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    white-space: pre-wrap;     /* allow wrapping */
    overflow-wrap: anywhere;  
  }
  .btn {
    flex: 0 0 auto;
  } 
}

.modal-contact-form {
  label {
    font-weight: 700;
  }
}

#modal_contact_me_header {
  display: flex;
  background-color: #FFF8E0;
  padding: 20px;
  border-radius: 8px;
  gap: 20px;
  align-items: center;
  border: 1px solid #edc131;
  margin: 0 0 20px 0;
  span.fa-solid {
    font-size: 28px;
    color: #5d4700;
  }
}
