.preview-container {
  display: flex;
  align-items: center;
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 460px;
  margin: 20px auto;
}

.preview-container img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 5px;
}

.text-container {
  flex-grow: 1;
}

.text-container h2, .text-container p {
  margin: 2px 0;
}

.previewPreview {
  background-color: #1D282F;
  color: #ffffff;
}

#linkPreviewStickyParent {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  //top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 20px;
}

#linkPreviewSticky {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0px;
}

.shareWording {
  text-align: center;
  margin-bottom: 12px;
  margin: 12px;
}

.shareHeader {
  /*margin-top: 6px;*/
  margin-bottom: 2px;
}

.sharePrewrittenTextCouple {
  margin-bottom: 20px;
  padding-bottom: 8px;
}

