.search-preview__display {
  border: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb);
  overflow-wrap: break-word;
  padding: 10px 20px;
  font-family: arial, sans-serif;
}

.search-preview__header {
  align-items: flex-end;
  gap: .5rem;
  display: flex;
}

.search-preview__menu {
  color: #4d5156;
  width: 18px;
  height: 18px;
  position: relative;
}

.search-preview__branding {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.search-preview__site--title {
  color: #202124;
  font-size: 14px;
  line-height: 20px;
}

.search-preview__icon {
  width: 1.75rem;
  height: 1.75rem;
}

.search-preview__title {
  color: #1a0dab;
  max-width: 616px;
  margin-top: 8px;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1.3;
}

.search-preview__title:hover {
  cursor: pointer;
  text-decoration: underline;
}

.search-preview__url {
  color: #4d5156;
  max-width: 616px;
  font-size: 12px;
  line-height: 1.3;
}

.search-preview__description {
  color: #4d5156;
  max-width: 616px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.twitter-preview {
  padding: 20px;
}

.twitter-preview__wrapper {
  padding-top: 1rem;
  background-color: #fff;
  border-radius: 4px;
  max-width: clamp(200px, 100%, 635px);
  margin-inline: auto;
  padding-inline-end: 1rem;
}

.twitter-preview__section.social-preview__section {
  width: clamp(200px, 100%, 635px);
}

.twitter-preview__section.social-preview__section .social-preview__section-heading, .twitter-preview__section.social-preview__section .social-preview__section-desc {
  padding-inline-start: 17px;
}

.twitter-preview__container {
  grid-template-columns: 65px auto;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
  display: grid;
}

.twitter-preview__container .twitter-preview__sidebar {
  grid-template-rows: 35px auto;
  justify-items: center;
  display: grid;
}

.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image {
  border-radius: 50%;
  align-items: center;
  max-width: 30px;
  max-height: 30px;
  display: flex;
  overflow: hidden;
}

.twitter-preview__container .twitter-preview__sidebar .twitter-preview__profile-image img {
  object-fit: cover;
  width: 100%;
}

.twitter-preview__container .twitter-preview__sidebar .twitter-preview__connector {
  background-color: #8c8f94;
  width: 2px;
}

.twitter-preview__container .twitter-preview__main {
  padding-bottom: 1rem;
  overflow: hidden;
}

.twitter-preview__container .twitter-preview__header {
  gap: .25rem;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 18px;
  display: flex;
}

.twitter-preview__container .twitter-preview__name {
  font-weight: 700;
}

.twitter-preview__container .twitter-preview__screen-name, .twitter-preview__container .twitter-preview__date {
  color: #667886;
  letter-spacing: -.3px;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__text {
  color: #0f1419;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__media {
  border-radius: 15px;
  grid-template-areas: "a";
  gap: 2px;
  height: 300px;
  margin-top: 12px;
  display: grid;
  overflow: hidden;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__media img, .twitter-preview__container .twitter-preview__content .twitter-preview__media video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__media img:first-child, .twitter-preview__container .twitter-preview__content .twitter-preview__media video:first-child {
  grid-area: a;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(2), .twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(2) {
  grid-area: b;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(3), .twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(3) {
  grid-area: c;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__media img:nth-child(4), .twitter-preview__container .twitter-preview__content .twitter-preview__media video:nth-child(4) {
  grid-area: d;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-2 {
  grid-template-areas: "a b";
}

.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-3 {
  grid-template-areas: "a b"
                       "a c";
}

.twitter-preview__container .twitter-preview__content .twitter-preview__media.twitter-preview__media-children-4 {
  grid-template-areas: "a b"
                       "c d";
}

.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet {
  min-height: 200px;
  margin-top: 10px;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__quote-tweet .twitter-preview__quote-tweet-overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card {
  border: 1px solid #e1e8ed;
  border-radius: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary {
  display: grid;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image {
  grid-template-columns: 125px auto;
  height: 125px;
  display: grid;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-body {
  border-left: 1px solid #e1e8ed;
  height: 100%;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary.twitter-preview__card-has-image .twitter-preview__card-description {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-summary_large_image {
  grid-template-rows: 254px auto;
  display: grid;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-image {
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-body {
  color: #000;
  text-align: left;
  flex-direction: column;
  gap: 2px;
  padding: .75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-height: 1.3em;
  overflow: hidden;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-description {
  text-overflow: ellipsis;
  color: #536471;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3.9em;
  display: -webkit-box;
  overflow: hidden;
}

.twitter-preview__container .twitter-preview__content .twitter-preview__card .twitter-preview__card-url {
  text-transform: lowercase;
  color: #8899a6;
  white-space: nowrap;
  overflow-inline: hidden;
  text-overflow: ellipsis;
}

.twitter-preview__container .twitter-preview__footer {
  justify-content: space-between;
  max-width: 425px;
  margin-top: 12px;
  display: flex;
}

.twitter-preview__container .twitter-preview__footer svg {
  fill: #787c82;
  width: 16px;
  height: 16px;
}
.social-previews__expand-toggle.components-button.is-link {
  height: auto;
  font: inherit;
  vertical-align: baseline;
  padding: 0;
}
.linkedin-preview__wrapper {
  max-width: clamp(200px, 100%, 555px);
  margin-inline: auto;
}

.linkedin-preview__section .linkedin-preview__wrapper {
  padding: 0;
}

.linkedin-preview__section.social-preview__section {
  width: clamp(200px, 100%, 555px);
}

.linkedin-preview__container {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px #0003, 0 -1px #0000000d;
}

.linkedin-preview__container.has-media {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.linkedin-preview__header {
  gap: .5rem;
  margin-bottom: .8rem;
  padding: .8rem 1rem 0;
  display: flex;
}

.linkedin-preview__header--avatar {
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.linkedin-preview__header--avatar img {
  object-fit: contain;
  width: 100%;
}

.linkedin-preview__header--profile {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.linkedin-preview__header--profile-title {
  font-size: .75rem;
}

.linkedin-preview__header--profile-info {
  gap: .25rem;
  display: flex;
}

.linkedin-preview__header--profile-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  overflow: hidden;
}

.linkedin-preview__header--profile-meta {
  align-items: center;
  gap: .25rem;
  display: flex;
}

.linkedin-preview__caption {
  margin: 0 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 20px;
}

.linkedin-preview__content article, .linkedin-preview__media {
  background-color: #eef3f8;
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.linkedin-preview__media-item {
  display: flex;
}

.linkedin-preview__media-item img, .linkedin-preview__media-item video {
  object-fit: cover;
  width: 100%;
}

.linkedin-preview__description {
  padding: .5rem .75rem;
}

.linkedin-preview__description--title {
  margin: 0;
  font-size: .875rem;
  font-weight: 600;
}

.linkedin-preview__description--meta {
  color: #0009;
  gap: .25rem;
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.linkedin-preview__image {
  object-fit: cover;
  width: 100%;
}
.tumblr-preview__post-icon {
  align-items: center;
  display: flex;
}

.tumblr-preview__post-icon svg {
  fill: #000000a6;
}

.tumblr-preview__post-icon-blaze {
  width: 23px;
  height: 20px;
}

.tumblr-preview__post-icon-delete {
  width: 17px;
  height: 21px;
}

.tumblr-preview__post-icon-edit {
  width: 21px;
  height: 21px;
}

.tumblr-preview__post-icon-share {
  width: 24px;
  height: 24px;
}

.tumblr-preview__post-icon-reply, .tumblr-preview__post-icon-reblog {
  width: 21px;
  height: 21px;
}

.tumblr-preview__post-icon-like {
  width: 23px;
  height: 21px;
}

.tumblr-preview__post-icon-ellipsis {
  width: 18px;
  height: 4px;
}
.tumblr-preview__post-actions {
  color: #000000a6;
  margin-top: .25rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.tumblr-preview__post-manage-actions, .tumblr-preview__post-social-actions {
  justify-content: space-between;
  align-items: center;
  min-height: 3.5rem;
  display: flex;
}

.tumblr-preview__post-manage-actions ul, .tumblr-preview__post-social-actions ul {
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.tumblr-preview__post-manage-actions ul > li, .tumblr-preview__post-social-actions ul > li {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tumblr-preview__post-social-actions {
  border-top: 1px solid #c27b7b26;
}

.tumblr-preview__post-actions-blaze {
  align-items: center;
  display: flex;
}
.tumblr-preview__post-header {
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
  padding: 0 1.25rem;
  display: flex;
}

.tumblr-preview__post-header-username {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}
.tumblr-preview__section.social-preview__section {
  width: clamp(200px, 100%, 604px + 1.25rem);
}

.tumblr-preview__post {
  align-items: flex-start;
  gap: 1.25rem;
  display: flex;
}

.tumblr-preview__avatar {
  border-radius: 8px;
  width: 64px;
  height: 64px;
}

@media (width <= 660px) {
  .tumblr-preview__avatar {
    display: none;
  }
}

.tumblr-preview__card {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  font-family: Favorit, Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  overflow-y: hidden;
  box-shadow: 0 1px 2px #0003, 0 -1px #0000000d;
}

.tumblr-preview__card :any-link {
  color: inherit;
  text-decoration: underline;
}

.tumblr-preview__custom-text {
  margin: 0 0 1rem;
  padding: 0 1.25rem;
}

.tumblr-preview__title {
  margin: 0 0 1rem;
  padding: 0 1.25rem;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.3;
}

.tumblr-preview__description {
  margin: 0 0 1rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.tumblr-preview__image {
  width: 100%;
  margin: 0 0 1rem;
  display: block;
}

.tumblr-preview__url {
  margin: 0 0 1rem;
  padding: 0 1.25rem;
  display: inline-block;
}

.tumblr-preview__site-name {
  color: #000000a6;
  text-transform: uppercase;
  font-size: .75rem;
}

.tumblr-preview__window {
  margin: 0 1.25rem 1.25rem;
}

.tumblr-preview__window-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
}

.tumblr-preview__window-top .tumblr-preview__image {
  aspect-ratio: 16 / 9;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  object-fit: cover;
  width: 100%;
  margin: 0;
}

.tumblr-preview__window-bottom {
  border: 1px solid #00000040;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  gap: .5rem;
  padding: 1rem .75rem;
  display: flex;
}

.tumblr-preview__window-bottom.is-full {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.tumblr-preview__window-bottom > * {
  margin: 0;
  padding: 0;
}

.tumblr-preview__overlay {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  color: #fff;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding: 1rem .75rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.tumblr-preview__overlay > * {
  margin: 0;
  padding: 0;
}
.facebook-preview__post-icon {
  filter: invert(40%);
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-size: 73px 18px;
  display: inline-block;
}

.facebook-preview__post-icon-like {
  background-position: 0 0;
  width: 18px;
  height: 18px;
}

.facebook-preview__post-icon-comment {
  background-position: -18px 0;
  width: 18px;
  height: 18px;
}

.facebook-preview__post-icon-share {
  background-position: -36px 0;
  width: 18px;
  height: 18px;
}

.facebook-preview__post-icon-info {
  background-position: -54px 0;
  width: 7px;
  height: 14px;
}

.facebook-preview__post-icon-public {
  background-position: -61px 0;
  width: 12px;
  height: 12px;
}
.facebook-preview__post-actions {
  color: #65676b;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 2.625rem;
  margin: 0;
  padding: 0;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.33;
  list-style-type: none;
  display: flex;
}

.facebook-preview__post-actions > li {
  align-items: center;
  gap: .5rem;
  margin: 0;
  display: flex;
}
.facebook-preview__post-header {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: .75rem 1rem .5rem;
  display: flex;
}

.facebook-preview__post-header-content {
  gap: .5rem;
  display: flex;
}

.facebook-preview__post-header-avatar {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.facebook-preview__post-header-name {
  color: #050505;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.33;
}

.facebook-preview__post-header-share {
  color: #65676b;
  align-items: center;
  display: flex;
}

.facebook-preview__post-header-time {
  font-size: .8125rem;
  line-height: 1.23;
}

.facebook-preview__post-header-dot {
  text-align: center;
  width: .625rem;
}

.facebook-preview__post-header-more {
  background-image: radial-gradient(circle at .125rem .125rem, #65676b 2px, #0000 0);
  background-size: .5rem .25rem;
  width: 1.25rem;
  height: .25rem;
  margin: 0 .625rem 0 0;
}
.facebook-preview__post {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  max-width: clamp(508px, 100%, 680px);
  margin-inline: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, \.SFNSText-Regular, sans-serif;
  display: flex;
  overflow-y: hidden;
  box-shadow: 0 1px 2px #0003, 0 -1px #0000000d;
}

.facebook-preview__post :any-link {
  color: #216fdb;
  text-decoration: none;
}

.facebook-preview__custom-text {
  color: #050505;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0 1rem 1rem;
  font-size: .9375rem;
  line-height: 1.33;
}

.facebook-preview__custom-text-post-url {
  margin-top: .5rem;
  display: block;
}

.facebook-preview__body {
  border-top: 1px solid #d4d0d4;
  border-bottom: 1px solid #d4d0d4;
  flex-direction: column;
  display: flex;
}

.facebook-preview__body.is-loading {
  visibility: hidden;
}

.facebook-preview__body.is-portrait {
  flex-direction: row;
}

.facebook-preview__text {
  color: #050505;
  overflow-wrap: break-word;
  background-color: #f0f2f5;
  flex: 1;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.facebook-preview__text-wrapper {
  width: 100%;
}

.facebook-preview__url {
  color: #65676b;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .8125rem;
  line-height: 1;
}

.facebook-preview__title {
  margin: .25rem 0 .125rem;
  font-size: .9444rem;
  font-weight: 600;
  line-height: 1.18;
}

.facebook-preview__description {
  color: #65676b;
  font-size: .9375rem;
  line-height: 1.33;
}

.facebook-preview__body.is-landscape .facebook-preview__description.is-compact {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.facebook-preview__image img, .facebook-preview__image video, .facebook-preview__custom-image img, .facebook-preview__custom-image video, .facebook-preview__media-item img, .facebook-preview__media-item video {
  object-fit: cover;
  width: 100%;
  display: block;
}

.facebook-preview__image.is-empty {
  border-inline-end: 1px solid #d4d0d4;
  width: 140px;
  height: 140px;
}

.facebook-preview__image.is-portrait img {
  width: 278px;
  height: 430px;
}

.facebook-preview__image.is-landscape img {
  aspect-ratio: 1.91;
  width: 100%;
}

.facebook-preview__custom-image, .facebook-preview__media-item {
  background-color: #121212;
  justify-content: center;
  width: 100%;
  display: flex;
}

.facebook-preview__custom-image.is-portrait img, .facebook-preview__media-item.is-portrait img {
  width: 500px;
  height: 685px;
}

.facebook-preview__custom-image.is-landscape img, .facebook-preview__media-item.is-landscape img {
  aspect-ratio: 1.78;
  width: 100%;
}

.facebook-preview__info {
  background-color: #fff;
  border: 1px solid #d4d0d4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: -10px;
  right: 15px;
}

.facebook-preview__info i {
  filter: invert(8%);
}

.facebook-preview__window {
  border: 1px solid #d4d0d4;
  border-radius: 16px;
  margin: 0 .75rem;
}

.facebook-preview__window .facebook-preview__image, .facebook-preview__window .facebook-preview__custom-image, .facebook-preview__window .facebook-preview__image img, .facebook-preview__window .facebook-preview__custom-image img {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.mastodon-preview__post-actions {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.mastodon-preview__post-actions > div {
  color: #606984;
  align-items: center;
  display: flex;
}

.mastodon-preview__post-actions svg {
  fill: currentColor;
}

.mastodon-preview__post-icon-text {
  color: #525a71;
  font-size: .75rem;
  font-weight: 500;
}
.mastodon-preview__card {
  color: #000;
  border: 1px solid #d9e1e8;
  border-radius: 8px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.mastodon-preview__card.has-image {
  flex-direction: column;
}

.mastodon-preview__card.has-image .mastodon-preview__card-img {
  width: 100%;
}

.mastodon-preview__card-img {
  min-height: 60px;
}

.mastodon-preview__card-img img {
  object-fit: cover;
  border-start-start-radius: inherit;
  border-end-start-radius: inherit;
  width: 100%;
  min-height: 100%;
  display: block;
}

.mastodon-preview__card-img--fallback {
  aspect-ratio: 1;
  background: #c0cdd9;
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
  position: relative;
}

.mastodon-preview__card-text {
  flex-direction: column;
  gap: .5rem;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.mastodon-preview__card-title {
  color: #282c37;
  font-size: 1.187rem;
  font-weight: 700;
  line-height: 1.4;
}

.mastodon-preview__card-site {
  font-size: .875rem;
  display: block;
}

.mastodon-preview__card-description {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: .875rem;
  display: -webkit-box;
  overflow: hidden;
}
.mastodon-preview__post-header {
  justify-content: space-between;
  align-items: start;
  margin-bottom: .625rem;
  font-size: .9375rem;
  line-height: 1.47;
  display: flex;
}

.mastodon-preview__post-avatar {
  border-radius: 4px;
  width: 46px;
  height: 46px;
}

.mastodon-preview__post-header-user {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.mastodon-preview__post-header-displayname {
  color: #000;
  font-weight: 700;
}

.mastodon-preview__post-header-audience {
  align-items: center;
  gap: .25rem;
  display: flex;
}
.mastodon-preview__section {
  width: 578px;
  max-width: 100%;
  margin-inline: auto;
}

.mastodon-preview__post {
  box-sizing: border-box;
  color: #444b5d;
  background-color: #fff;
  border: 1px solid #c0cdd9;
  width: 100%;
  padding: 1rem;
  font-family: mastodon-font-sans-serif, sans-serif;
  font-size: .9375rem;
  line-height: 1.47;
  overflow-y: hidden;
}

.mastodon-preview__post :any-link {
  color: #3a3bff;
  text-decoration: none;
}

.mastodon-preview__img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  margin: .875rem auto 0;
  display: block;
}

.mastodon-preview__media {
  border-radius: 8px;
  min-height: 64px;
  margin-top: 8px;
}

.mastodon-preview__media.as-grid {
  grid-template-columns: 50% 50%;
  gap: 2px;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.mastodon-preview__media-item {
  border: 0;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.mastodon-preview__media-item img, .mastodon-preview__media-item video {
  object-fit: cover;
  width: 100%;
}
.mastodon-preview__body {
  color: #000;
  margin-bottom: 1rem;
}

.mastodon-preview__body > p {
  margin-bottom: 1.25rem;
}
.nextdoor-preview__wrapper {
  max-width: clamp(200px, 100%, 600px);
}

.nextdoor-preview__section .nextdoor-preview__wrapper {
  padding: 0;
}

.nextdoor-preview__section.social-preview__section {
  width: clamp(200px, 100%, 600px);
}

.nextdoor-preview__container {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px #0000001a;
}

.nextdoor-preview__container.small-preview {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.nextdoor-preview__header {
  align-items: center;
  gap: .5rem;
  margin-bottom: 8px;
  display: flex;
}

.nextdoor-preview__header--avatar {
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.nextdoor-preview__header--avatar img {
  object-fit: contain;
  width: 100%;
}

.nextdoor-preview__header--details {
  flex-direction: column;
  display: flex;
}

.nextdoor-preview__header--name {
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -.32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
}

.nextdoor-preview__header--meta {
  color: #666;
  letter-spacing: -.32px;
  white-space: pre-wrap;
  align-items: center;
  gap: .25rem;
  font-size: 14px;
  line-height: 19px;
  display: flex;
}

.nextdoor-preview__footer {
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 24px;
  display: flex;
}

.nextdoor-preview__footer--actions {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.nextdoor-preview__footer--actions-item {
  align-items: center;
  gap: .25rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.nextdoor-preview__content {
  padding: 12px 16px;
}

.nextdoor-preview__card {
  border-radius: 16px;
  flex-direction: column;
  margin-top: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 4px #00000014, 0 0 2px #0003;
}

.nextdoor-preview__card.small-preview {
  flex-direction: row;
  align-items: center;
}

.nextdoor-preview__card--chevron-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  display: flex;
}

.nextdoor-preview__caption {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.nextdoor-preview__media-item {
  display: flex;
}

.nextdoor-preview__media-item img, .nextdoor-preview__media-item video {
  object-fit: cover;
  width: 100%;
}

.nextdoor-preview__description {
  flex-direction: column;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.small-preview .nextdoor-preview__description {
  flex-grow: 1;
  padding: 10px;
}

.nextdoor-preview__description--title {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
}

.nextdoor-preview__description--url {
  color: #666;
  font-size: 13px;
}

.nextdoor-preview__media {
  margin-inline: -16px;
}

.nextdoor-preview__image {
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.small-preview .nextdoor-preview__image {
  width: 62px;
  height: 62px;
}

.nextdoor-preview__default-avatar {
  color: #fff;
  background-color: #8c6e63;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: x-large;
  display: flex;
}

.nextdoor-preview__default-image {
  background-color: #f1ffca;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
}
.bluesky-preview__post-actions {
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.bluesky-preview__post-actions > div {
  color: #6f869f;
  flex: 1;
  align-items: center;
  gap: 4px;
  display: flex;
}

.bluesky-preview__post-actions svg {
  fill: currentColor;
}
.bluesky-preview__body {
  color: #000;
  margin-bottom: 1rem;
}

.bluesky-preview__body > p {
  margin-bottom: 1.25rem;
}
.bluesky-preview__card {
  color: #000;
  border: 1px solid #d9e1e8;
  border-radius: 8px;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.bluesky-preview__card-image img {
  object-fit: cover;
  width: 100%;
}

.bluesky-preview__card-text {
  border-color: #d4dbe2;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: 1;
  padding: 8px 14px;
}

.bluesky-preview__card-title {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  color: #0b0f14;
  letter-spacing: .25px;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
}

.bluesky-preview__card-site {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #42576c;
  letter-spacing: .25px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}

.bluesky-preview__card-description {
  -webkit-line-clamp: 2;
  color: #0b0f14;
  letter-spacing: .25px;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
}
.bluesky-preview__post-header {
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: .5rem;
  max-width: max-content;
  margin-bottom: .625rem;
  font-size: .9375rem;
  line-height: 1.47;
  display: grid;
}

.bluesky-preview__post-header-user {
  grid-template-columns: auto auto;
  align-items: center;
  gap: .5rem;
  display: grid;
}

.bluesky-preview__post-header--displayname, .bluesky-preview__post-header--username {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 2ch;
  overflow: hidden;
}

.bluesky-preview__post-header--displayname {
  letter-spacing: .25px;
  color: #0b0f14;
  min-width: 3ch;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.bluesky-preview__post-header--username, .bluesky-preview__post-header--separator, .bluesky-preview__post-header--date {
  letter-spacing: .25px;
  color: #42576c;
  font-size: 15px;
  font-weight: 400;
}
.bluesky-preview__post-avatar {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
.bluesky-preview__section {
  width: 600px;
  max-width: 100%;
  margin-inline: auto;
}

.bluesky-preview__post {
  box-sizing: border-box;
  color: #444b5d;
  background-color: #fff;
  border: 1px solid #c0cdd9;
  border-radius: 8px;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  max-width: 600px;
  padding: 1rem;
  font-family: bluesky-font-sans-serif, sans-serif;
  font-size: .9375rem;
  line-height: 1.47;
  display: flex;
  overflow-y: hidden;
}

.bluesky-preview__post :any-link {
  color: #3a3bff;
  text-decoration: none;
}

.bluesky-preview__media {
  border-radius: 8px;
  min-height: 64px;
  margin-top: 8px;
}

.bluesky-preview__media.as-grid {
  grid-template-columns: 50% 50%;
  gap: 2px;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.bluesky-preview__media-item {
  border: 0;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.bluesky-preview__media-item img, .bluesky-preview__media-item video {
  object-fit: cover;
  width: 100%;
}
.threads-preview {
  padding: 20px;
}

.threads-preview__wrapper {
  padding-top: 1rem;
  background-color: #fff;
  border-radius: 4px;
  max-width: clamp(200px, 100%, 635px);
  margin-inline: auto;
  padding-inline-end: 1rem;
}

.threads-preview__section.social-preview__section {
  width: clamp(200px, 100%, 635px);
}

.threads-preview__section.social-preview__section .social-preview__section-heading, .threads-preview__section.social-preview__section .social-preview__section-desc {
  padding-inline-start: 17px;
}

.threads-preview__container {
  color: #000;
  grid-template-columns: 50px auto;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 21px;
  display: grid;
}

.threads-preview__container .threads-preview__sidebar {
  grid-template-rows: 35px auto;
  justify-items: center;
  display: grid;
}

.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image {
  border-radius: 50%;
  align-items: center;
  max-width: 36px;
  max-height: 36px;
  display: flex;
  overflow: hidden;
}

.threads-preview__container .threads-preview__sidebar .threads-preview__profile-image img {
  object-fit: cover;
  width: 100%;
}

.threads-preview__container .threads-preview__sidebar .threads-preview__connector {
  background-color: #8c8f94;
  width: 2px;
}

.threads-preview__container .threads-preview__main {
  padding-bottom: 1rem;
  overflow: hidden;
}

.threads-preview__container .threads-preview__header {
  gap: 6px;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 18px;
  display: flex;
}

.threads-preview__container .threads-preview__name {
  font-size: 15px;
  font-weight: 600;
}

.threads-preview__container .threads-preview__date {
  color: #999;
}

.threads-preview__container .threads-preview__content .threads-preview__text {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.threads-preview__container .threads-preview__content .threads-preview__media {
  border-radius: 15px;
  grid-template-areas: "a";
  gap: 2px;
  height: 300px;
  margin-top: 12px;
  display: grid;
  overflow: hidden;
}

.threads-preview__container .threads-preview__content .threads-preview__media img, .threads-preview__container .threads-preview__content .threads-preview__media video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.threads-preview__container .threads-preview__content .threads-preview__media img:first-child, .threads-preview__container .threads-preview__content .threads-preview__media video:first-child {
  grid-area: a;
}

.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(2), .threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(2) {
  grid-area: b;
}

.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(3), .threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(3) {
  grid-area: c;
}

.threads-preview__container .threads-preview__content .threads-preview__media img:nth-child(4), .threads-preview__container .threads-preview__content .threads-preview__media video:nth-child(4) {
  grid-area: d;
}

.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-2 {
  grid-template-areas: "a b";
}

.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-3 {
  grid-template-areas: "a b"
                       "a c";
}

.threads-preview__container .threads-preview__content .threads-preview__media.threads-preview__media-children-4 {
  grid-template-areas: "a b"
                       "c d";
}

.threads-preview__container .threads-preview__content .threads-preview__card {
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-image {
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-body {
  color: #000;
  text-align: left;
  flex-direction: column;
  gap: 2px;
  padding: .75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-title {
  text-overflow: ellipsis;
}

.threads-preview__container .threads-preview__content .threads-preview__card .threads-preview__card-url {
  text-transform: lowercase;
  color: #999;
  white-space: nowrap;
  overflow-inline: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.threads-preview__container .threads-preview__footer {
  gap: 2.5rem;
  margin-top: 1rem;
  display: flex;
}

.threads-preview__container .threads-preview__footer svg {
  fill: #424242;
  width: 19px;
  height: 19px;
}

.threads-preview__container .threads-preview__icon--like svg, .threads-preview__container .threads-preview__icon--reply svg, .threads-preview__container .threads-preview__icon--share svg {
  fill: #0000;
  stroke: #424242;
}
.instagram-preview__wrapper {
  background-color: #fff;
  max-width: clamp(200px, 100%, 555px);
  margin-inline: auto;
  padding: 20px;
}

.instagram-preview__section .instagram-preview__wrapper {
  padding: 0;
}

.instagram-preview__section.social-preview__section {
  width: clamp(200px, 100%, 555px);
}

.instagram-preview__container {
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000014;
}

.instagram-preview__header {
  gap: .5rem;
  padding: .5rem 1rem;
  display: flex;
}

.instagram-preview__header--avatar {
  align-items: center;
  max-width: 32px;
  max-height: 32px;
  display: flex;
}

.instagram-preview__header--avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.instagram-preview__header--profile {
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.instagram-preview__header--profile-name {
  font-weight: 700;
}

.instagram-preview__media {
  display: flex;
}

.instagram-preview__media--image, .instagram-preview__media--video {
  object-fit: cover;
  width: 100%;
}

.instagram-preview__media-item {
  flex-grow: 1;
}

.instagram-preview__content {
  flex-direction: column;
  gap: .5rem;
  padding: .5rem 1rem;
  display: flex;
}

.instagram-preview__content a {
  color: #00376b;
  text-decoration: none;
}

.instagram-preview__content--actions {
  justify-content: space-between;
  display: flex;
}

.instagram-preview__content--actions-primary {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.instagram-preview__content--name {
  font-weight: 600;
  display: inline;
}

.instagram-preview__content--text {
  display: inline;
}

.instagram-preview__content--footer {
  color: #737373;
  font-weight: 400;
}
