.wp-embed-featured-image {
  float: left;
  width: 100%;
}

@media (min-width: 400px) {
  .wp-embed-featured-image {
    max-width: 200px;
    width: auto;
  }
}
* {
  box-sizing: border-box;
}

.wp-embed__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wp-embed__item .item__image {
  position: relative;
  aspect-ratio: 335/228;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
  display: block;
}
.wp-embed__item .item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-embed__item .item__image .item__title {
  color: var(--white-100, #fcfcfc);
  font-size: 13.045px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.568px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 22px 20px 22px;
  height: calc(100% - 32px);
  display: flex;
  align-items: flex-end;
  width: 100%;
  background: var(--AffRoom-main-page-black-Linear, linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%));
}
.wp-embed__item .item__image .item__title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-embed__item .item__image .item__title:hover {
  color: var(--white-100, #fcfcfc);
}
.wp-embed__item .item__image .item__title:active {
  color: var(--white-100, #fcfcfc);
}
.wp-embed__item .item__image::before {
  content: "";
  background: var(--AffRoom-main-page-black-Linear, linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed__item .item__image::after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: -65px;
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background: var(--yellow-60, rgba(250, 255, 0, 0.6));
  mix-blend-mode: screen;
  filter: blur(61px);
}
.wp-embed__item .item__icon {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 30px;
}
.wp-embed__item .item__icon svg {
  width: 100%;
  height: auto;
  display: block;
}
.wp-embed__item .item__title {
  margin-top: 24px;
  color: var(--black-100, #111);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: color 0.3s ease-in-out;
}
.wp-embed__item .item__title:hover {
  color: var(--green-100, #7fb805);
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
.wp-embed__item .item__title:active {
  color: var(--green-100, #7fb805);
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
@media (min-width: 992px) {
  .wp-embed__item:hover .item__content .item__title {
    color: var(--green-100, #7fb805);
    transition: color 0.3s ease-in-out;
  }
}
.wp-embed__item:active .item__content .item__title {
  color: var(--green-100, #7fb805);
  transition: color 0.3s ease-in-out;
}

.wp-embed__item .wp-embed-featured-image.square {
  float: none;
  max-width: none;
  margin-right: 0;
  margin-bottom: 0;
}

.wp-embed {
  border: 1px solid var(--richads-com-iron, #dcdcde);
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
  padding: 24px;
}

.wp-embed-more {
  display: block;
  margin-top: 4px;
}

@media (min-width: 400px) {
  .wp-embed {
    padding: 28px;
  }
  .wp-embed__item {
    flex-direction: row;
    gap: 24px;
  }
  .wp-embed__item .wp-embed-featured-image {
    flex-shrink: 0;
  }
  .wp-embed__item .item__image {
    max-width: 168px;
    aspect-ratio: 168/115;
  }
  .wp-embed__item .item__image .item__icon {
    width: 17px;
    top: 14px;
    left: 14px;
  }
  .wp-embed__item .item__image .item__title {
    font-size: 7.636px;
    font-style: normal;
    font-weight: 400;
    line-height: 11.455px;
    padding: 0 14px 12px 14px;
    width: 168px;
  }
  .wp-embed__item .item__image::after {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    bottom: -40px;
    right: -40px;
    filter: blur(36px);
  }
}/*# sourceMappingURL=embed.css.map */