/* Burke Share Quote (text-based PDF) */
.share-quote-wrap--top{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:12px;
  margin:0 0 8px 0;
}

/* When injected into the PrintQ Pricing header */
.share-quote-wrap--in-header{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto; /* push to the right in flex headers */
  padding-left:12px;
}

.share-quote-link{
  font-size:12px;
  font-weight:600;
  text-decoration:none;
  color:#d14;
}

.share-quote-link[aria-disabled="true"]{
  opacity:.5;
  pointer-events:none;
}

.share-quote-status{
  font-size:12px;
  color:#666;
}
