.wp-embed {
  padding: 24px;
  border: none;
  box-shadow: none;
  color: #242424;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p.wp-embed-heading {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

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

.wp-embed-featured-image.square {
  margin-top: 16px;
  margin-bottom: 0;
}

.wp-embed-excerpt > p {
  margin-top: 16px;
}

.wp-embed-footer {
  display: none;
}

.wp-embed .wp-embed-readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 163px;
  height: 46px;
  margin: 24px auto 0;
  border: solid 1px #242424;
  background-color: rgba(105, 105, 105, 0.15);
  color: #242424;
  text-decoration: none;
}

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

  p.wp-embed-heading {
    font-size: 14px;
    letter-spacing: 0;
  }

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

  .wp-embed-featured-image.square {
    margin-top: 14px;
  }

  .wp-embed-excerpt > p {
    margin-top: 14px;
  }

  .wp-embed .wp-embed-readmore {
    margin: 14px auto 0;
    letter-spacing: 0;
  }
}
