.wp-embed {
  background-color: #f2f2f2;
  border-radius: 16px;
  padding: 25px 45px;
  position: relative;
  margin-bottom: 30px;
  border: none;
  display: flex;
}

.wp-embed p {
  color: #323232;
}

.p-detail__contents-cate {
  border-radius: 20px;
  background-color: rgb(26, 204, 91, 0.1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 5px !important;
  line-height: 29px;
  padding: 0 40px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

.wp-embed p.p-detail__contents-date {
  color: #1DCC59;
  margin-bottom: 10px;

}

.editor__article-link {
  position: absolute;
  right: 45px;
  bottom: 35px;
  font-size: 15px;
  font-weight: bold;
  width: 160px;
}

.editor__article-link::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  border-radius: 40px;
  background-color: #1DCC59;
  background-image: url("./assets/img/icon/arrow04.png");
  background-size: 30%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.editor__article-link a {
  display: block;
  padding-left: 50px;
  line-height: 45px;
}

.editor__article-text {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .wp-embed {
    display: block;
    padding: 20px;
  }

  .editor__article-link {
    right: 16px;
  }
}

.wp-embed-featured-image.square {
  max-width: 250px;
}

.wp-embed-featured-image img {
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .wp-embed-featured-image.square {
    float: none;
  }

  .wp-embed-featured-image {
    margin-bottom: 10px;
  }
}

.wp-embed a {
  color: #070707;
}