.wp-embed-shortcode-linkcard {
  overflow: auto;
  margin: 15px 0 30px 0;
  padding: 20px;
  border: 1px dashed #ccc;
  position: relative;
  color: #222;
}
.wp-embed-shortcode-linkcard a {
  overflow: auto;
  display: block;
  text-decoration: none;
  color: #222;
}
.wp-embed-shortcode-linkcard a:hover {
  opacity: 50%;
}
.wp-embed-shortcode-linkcard a .link-oembed-title,
.wp-embed-shortcode-linkcard a .link-oembed-footer {
  color: #222;
}
.wp-embed-shortcode-linkcard a .link-oembed-title {
  font-size: 14px;
  position: relative;
  top: -5px;
}
.wp-embed-shortcode-linkcard a .link-oembed-image {
  width: 140px;
  float: left;
  margin-right: 20px;
  line-height: 0;
}
.wp-embed-shortcode-linkcard a .link-oembed-footer {
  font-size: 12px;
  position: absolute;
  bottom: 17px;
  left: 180px;
}
.wp-embed-shortcode-linkcard.no-image .link-oembed-footer {
  position: relative;
  bottom: 0;
  left: 0;
}

@media (max-width: 320px) {
  .hide_when_narrow {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
