.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-243c9770.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;
}

.trial-id-text {
  
}

.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;
}

.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;
  }
}

/* /\* readmore feature *\/ */
/* .readmore { --rm-lines: 1; --rm-line: 1.4; } */

/* .readmore .readmore-text { */
/*   overflow: hidden; */
/*   display: -webkit-box; */
/*   -webkit-box-orient: vertical; */
/*   -webkit-line-clamp: var(--rm-lines); */
/*   max-height: calc(var(--rm-line) * 1em * var(--rm-lines)); */
/*   transition: max-height 200ms ease; */
/* } */

/* /\* /\\* hide toggle unless JS decides there is overflow *\\/ *\/ */
.readmore .readmore-toggle { display: none; }
/* /\* .readmore.has-more .readmore-toggle { display: inline; } *\/ */

/* .readmore.expanded .readmore-text { */
/*   -webkit-line-clamp: initial; */
/*   max-height: var(--rm-expanded, 9999px); */
/* } */

/* .readmore.measuring .readmore-text { transition: none !important; } */

/* readmore print fixes */
/* @media print { */
/*   .readmore .readmore-text { */
/*     display: block !important; */
/*     -webkit-line-clamp: initial !important; */
/*     -webkit-box-orient: initial !important; */
/*     max-height: none !important; */
/*     overflow: visible !important; */
/*     transition: none !important; */
/*   } */

/*   .readmore .readmore-toggle { */
/*     display: none !important; */
/*   } */
/* } */

/* /\* other print fixes *\/ */
/* @media print { */
/*   .reference-header, .location_marker, .trial-id-text { */
/*     padding-left: 0; */
/*     background-image: none; */
/*   } */
/*   .single-result { break-inside: avoid; } */
/* } */
