.ad__wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 9px;
  text-decoration: none;
}

.ad__imageContainer {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  background-color: #f5f5f4;
}

.ad__adImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
}

.ad__cornerMask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  height: 24px;
  width: 24px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2723%27 height=%2731%27 viewBox=%270 0 23 31%27%3E%3Cpolygon fill=%27%23000%27 points=%270 0 23 0 0 31%27/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2723%27 height=%2731%27 viewBox=%270 0 23 31%27%3E%3Cpolygon fill=%27%23000%27 points=%270 0 23 0 0 31%27/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.ad__cornerImg {
  width: 24px;
  height: 24px;
  transform: scaleX(-1);
}

.ad__adText {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #78716c;
}

.ad__adText * {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #78716c;
}

