.wp-embed {
  padding: 25px;
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #646970;
  background: #fff;
  border: 1px solid #dcdcde;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  overflow: auto;
  zoom: 1
}

.wp-embed a {
  color: #646970;
  text-decoration: none
}

.wp-embed a:hover {
  text-decoration: underline
}

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

.wp-embed-featured-image img {
  width: 100%;
  height: auto;
  border: none
}

.wp-embed-featured-image.square {
  float: left;
  max-width: 160px;
  margin-right: 20px
}

.wp-embed p {
  margin: 0
}

p.wp-embed-heading {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3
}

.post-new-badge-wrapper {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.post-new-badge {
  display: inline-block;
  background-color: #ffd700;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.wp-embed-heading a {
  color: #2c3338
}

.wp-embed .wp-embed-more {
  color: #2271b1;
  text-decoration: underline
}

.wp-embed-footer {
  display: table;
  width: 100%;
  margin-top: 30px
}

.wp-embed-site-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border: 0
}

.wp-embed-site-title {
  font-weight: 600;
  line-height: 1.78571428
}

.wp-embed-site-title a {
  position: relative;
  display: inline-block;
  padding-left: 35px
}

.wp-embed-meta, .wp-embed-site-title {
  display: table-cell
}

.wp-embed-meta {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle
}

.wp-embed-comments, .wp-embed-share {
  display: inline
}

.wp-embed-meta a:hover {
  text-decoration: none;
  color: #135e96
}

.wp-embed-comments a {
  line-height: 1.78571428;
  display: inline-block
}

.wp-embed-comments + .wp-embed-share {
  margin-left: 10px
}

html[dir=rtl] .wp-embed-featured-image.square {
  float: right;
  margin-right: 0;
  margin-left: 20px
}

html[dir=rtl] .wp-embed-site-title a {
  padding-left: 0;
  padding-right: 35px
}

html[dir=rtl] .wp-embed-site-icon {
  margin-right: 0;
  margin-left: 10px;
  left: auto;
  right: 0
}

html[dir=rtl] .wp-embed-meta {
  text-align: left
}

html[dir=rtl] .wp-embed-share {
  margin-left: 0;
  margin-right: 10px
}
