/**
 * Article Lists and Pages
 */

/******************************************************************************************************************************//*
* Paragraphs items
********************************************************************************************************************************/

/* Pull quotes */
.paragraph--type--pull-quote .tweet_this a::before {
  background-image: url(../../../images/share-circle-twitter.svg);
}

/******************************************************************************************************************************//*
* Live News content type
********************************************************************************************************************************/

.page-node-type-live-news-item .main {
  max-width: 900px !important;
}

/******************************************************************************************************************************//*
* Live News item
********************************************************************************************************************************/

.page-node-type-live-news-item .paragraph--type--full-width-image {
  max-width: 100% !important;
}
.page-node-type-live-news-item .paragraphs-items .paragraph {
  margin: 0 0 1.5rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px dotted #bbb;
}
.page-node-type-live-news-item .paragraph--type--live-update.is-pinned {
  background: #f3f3f3;
  padding: 2rem 5%;
  border-bottom: none;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  box-sizing: border-box;
}
.paragraph--type--live-update.not-pinned .field--name-field-pinned {
  display: none;
}
.page-node-type-live-news-item .paragraphs-items .paragraph:last-child,
.page-node-type-live-news-item .paragraphs-items .paragraph.before-pinned-item {
  margin-bottom: 0;
  border-bottom: none;
}
.paragraph--type--live-update .published-date,
.paragraph--type--live-update .field--name-field-byline {
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
  font-size: 0.8rem;
}
.paragraph--type--live-update .field--name-field-pinned,
.paragraph--type--live-update .published-date,
.paragraph--type--live-update .field--name-field-byline {
  margin: 0 0 0.5rem;
}
.paragraph--type--live-update h2 {
  margin: 1.3333rem 0;
}
.paragraph--type--live-update .updates-anchor {
  width: 15px;
  height: 15px;
  margin: 0 0 10px 10px;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: block;
  float: right;
  background-color: #fff;
  background-image: url('../../../images/icon-anchor-link.svg');
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.667;
  text-indent: -10000px;
}
.paragraph--type--live-update .updates-anchor:hover {
  opacity: 1;
}
.paragraph--type--live-update .updates-anchor img {
  vertical-align: middle;
  display: table-cell;
}
.paragraph--type--live-update.is-pinned .field--name-field-pinned {
  color: #000;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 100%;
}
.field--name-field-pinned .pinned-item {
  width: 10px;
  margin: 0 6px 0 0;
}
.field--name-field-pinned .pinned-item,
.field--name-field-pinned .pinned-label {
  float: left;
}
.paragraph--type--live-update .no-image {
  display: none;
}
.paragraph--type--live-update .byline {
  text-transform: uppercase;
  font-size: 0.7rem;
}

@media all and (min-width: 560px) {
  .page-node-type-live-news-item .paragraphs-items .paragraph {
    margin: 0 0 2rem 0;
    padding: 0 0 1.25rem 0;
  }
  .page-node-type-live-news-item .paragraph--type--live-update.is-pinned {
    padding: 2rem 4%;
    width: 108%;
    margin-left: -4%;
    margin-right: -4%;
  }
  .paragraph--type--live-update h2.field--name-field-title {
    font-size: 20px;
  }
  .paragraph--type--live-update.is-pinned h2.field--name-field-title {
    font-size: 25px;
  }
}
@media all and (min-width: 800px) {
  .page-node-type-live-news-item .paragraphs-items .paragraph {
    margin: 0 0 3rem 0;
    padding: 0 0 2.25rem 0;
  }
  .page-node-type-live-news-item .paragraph--type--live-update.is-pinned {
    padding: 3rem 3%;
    width: 106%;
    margin-left: -3%;
    margin-right: -3%;
  }
  .paragraph--type--live-update h2.field--name-field-title {
    font-size: 22px;
  }
  .paragraph--type--live-update.is-pinned h2.field--name-field-title {
    font-size: 28px;
  }
}

/******************************************************************************************************************************//*
* Author Sidebar
********************************************************************************************************************************/

.is-article .join-conversation h3 a {
  color: #00A3D9;
}

/******************************************************************************************************************************//*
* Dateline and Share This Social Buttons
********************************************************************************************************************************/

.social-share a.bluesky {
  background-image: url(../../../images/share-circle-bluesky.svg);
}
.social-share a.facebook {
  background-image: url(../../../images/share-circle-facebook.svg);
}
.social-share a.twitter {
  background-image: url(../../../images/share-circle-twitter.svg);
}
.social-share a.email {
  background-image: url(../../../images/share-circle-email.svg);
}
.social-share a.print {
  background-image: url(../../../images/share-circle-print-large.svg);
}

/*****************************************************************************************************************************
* Printer icon
******************************************************************************************************************************/
/* QUIQUI TEST CODE */
.print__link.print__link--pdf {
  background-image: url(../../../images/share-circle-print.svg);
  background-repeat: no-repeat;
}
a.print__link.print__link--pdf {
  text-indent: -9999px;
  display: block;
  height: 25px;
  width: 25px;
  background-size: 25px;
  position: absolute;
  right: 0;
}

/*****************************************************************************************************************************
* Ad styles
******************************************************************************************************************************/

.paragraph--type--advertisement p {
  font-size: .6rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/*****************************************************************************************************************************//*
* Articles: right sidebar
********************************************************************************************************************************/

.stories-readers-like-sidebar h2,
.related-content-sidebar h2 {
  color: #00A3D9;
}
.stories-readers-like-sidebar h2::before,
.related-content-sidebar h2::before {
  border-top: 1px solid #00A3D9;
}
.stories-readers-like-sidebar a {
  color: #000;
}
.stories-readers-like-sidebar .views-field-counter {
  color: #00A3D9;
}
