.instagram-teaser {
  padding: 10px;
  border-radius: 24px;
}
.instagram-teaser .instagram-teaser__head {
  margin: 0 0 15px 10px;
}
.instagram-teaser .instagram-teaser__head strong, .instagram-teaser .instagram-teaser__head span {
  font-size: 18px;
}
.instagram-teaser .instagram-teaser__image {
  position: relative;
  margin: 0 0 15px;
}
.instagram-teaser .instagram-teaser__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.instagram-teaser .instagram-teaser__image .instagram-teaser__icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  padding: 6px 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.instagram-teaser .instagram-teaser__image .instagram-teaser__icon svg {
  width: 20px;
  height: 20px;
}
.instagram-teaser .instagram-teaser__image .instagram-teaser__icon svg > path {
  fill: #ffffff;
}
.instagram-teaser .instagram-teaser__caption {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 600;
}
.theme--white .instagram-teaser {
  background-color: color-mix(in oklab, var(--secondary-color) 15%, #ffffff);
}
.theme--almost-white .instagram-teaser {
  background-color: color-mix(in oklab, var(--secondary-color) 15%, #ffffff);
}
.theme--primary .instagram-teaser {
  background-color: #fbfbfb;
}
.theme--primary-85 .instagram-teaser {
  background-color: #fbfbfb;
}
.theme--secondary .instagram-teaser {
  background-color: #fbfbfb;
}
.theme--secondary-70 .instagram-teaser {
  background-color: #fbfbfb;
}
.theme--secondary-85 .instagram-teaser {
  background-color: #fbfbfb;
}
.theme--signal .instagram-teaser {
  background-color: #fbfbfb;
}