.jekyll-linkpreview-wrapper {
  display: flex;
  max-width: 100%;
  max-height: 160px;
  border: 1px solid var(--main-border-color);
  background-color: var(--card-bg);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.jekyll-linkpreview-wrapper-inner {
  padding: 15px;
  display: flex;
  width: 100%;
  align-items: start;
}

.jekyll-linkpreview-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 16px;
}

.jekyll-linkpreview-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.jekyll-linkpreview-title {
  font-size: 16px;
  margin: 0 0 4px;
  line-height: 1.4;
  font-weight: bold;
}

.jekyll-linkpreview-description {
  line-height: 1.4;
  font-size: 13px;
  margin-bottom: 8px;
  color: var(--text-muted-color);
}

.jekyll-linkpreview-footer {
  font-size: 12px;
  text-align: left;
  color: var(--text-muted-color);
}

.jekyll-linkpreview-image {
  flex-shrink: 0;
  height: 160px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
