/* app/assets/stylesheets/news/article/article.css */
.article-panel,
.disqus-panel,
.article-subhead,
.article-panel p {
  margin: 0 0 20px;
}
.article-panel {
  padding: 0;
}
.article-panel > div {
  padding: 20px;
}
.article-panel > .article-head > h1 {
  margin: 0;
}
.article-panel > .article-subhead {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.article-panel > .article-subhead > .share-button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.article-panel > .article-subhead > .article-author {
  overflow: hidden;
}
.article-panel > .article-subhead > .article-author > img {
  float: left;
  margin: 0 10px 10px 20px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 150px;
}
.article-panel > .article-subhead.empty {
  overflow: visible;
  padding: 0 20px;
}
.article-panel > .article-share {
  margin-top: 20px;
  padding: 0 0 0 20px;
  border-top: solid 1px #ddd;
  background-color: #ebebeb;
  text-align: center;
}
.article-panel > .article-share > span {
  font-style: italic;
  font-size: 18px;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
  line-height: 40px;
}
.article-panel > .article-share > em {
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 40px;
}
.article-panel > .article-share .share-button {
  float: right;
}
.article-panel .article-author .author-info > h3 {
  margin-top: 7px;
  color: #4c4c4c;
  font-weight: bold;
}
.article-panel .article-author .author-info {
  margin-left: 20px;
}
.article-panel .article-author.detail {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.article-panel .article-author.detail > .thumb {
  float: left;
  margin: 0 20px 0 0;
  padding: 15px 20px;
  background: #333;
  text-align: center;
}
.article-panel .article-author.detail > .thumb img {
  margin: 0 0 15px;
  max-width: 100px;
  max-height: 100px;
  border: 2px solid var(--neutral-000);
  border-radius: 150px;
}
.article-panel .article-author.detail > .thumb h3 {
  color: #4aa7f6;
}
.article-panel .article-author.detail > .thumb h3:hover {
  color: var(--link-blue);
}
.article-panel .article-author.detail > .thumb,
.article-author.detail > .thumb p {
  color: var(--neutral-000);
  font-weight: 100;
}
.article-panel .article-author.detail > .thumb p {
  font-style: italic;
  font-size: 16px;
  font-family: "Times New Roman", serif;
}
.article-panel .article-author.detail > .desc p {
  padding: 15px;
}
.article-panel .article-author.detail > .desc a {
  text-transform: uppercase;
  font-size: 14px;
}
.article-panel .article-author-name {
  color: var(--neutral-000);
}
.article-next {
  margin: 0 0 20px;
  padding: 20px;
  background-color: #333;
  display: block;
  transition: background-color 0.3s linear;
}
.article-next > p {
  margin: 0 0 5px;
  color: var(--neutral-000);
  font-size: 14px;
}
.article-next > h1 {
  display: inline-block;
  overflow: hidden;
  max-height: 1em;
  width: 85%;
}
.article-next > .icon-next {
  float: right;
}
.article-next > .icon-next > .icon {
  padding: 14px;
  border: 2px solid var(--neutral-000);
  border-radius: 16px;
  background-size: 12px;
}
.article-next > h1 > a {
  color: var(--neutral-000);
  line-height: 1em;
}
.article-next > h1 > a:hover {
  color: var(--neutral-300);
}
.article-next .icon-next:hover {
  opacity: 0.8;
}
html .article-body iframe {
  max-width: 100%;
}
.article-body img {
  height: auto !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .standard-video {
    min-height: 160px;
  }
}
@media (min-width: 768px) {
  .standard-video {
    height: 480px;
  }
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/news/article/desktop.1lk6aomp.css */
