/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.highlighted {
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .highlighted {
      text-align: center;
      margin-bottom: 0; } }
  .highlighted .header-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 768px) {
      .highlighted .header-box {
        display: block; } }
    .highlighted .header-box .title-articles {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 28px;
      color: #F664A6 !important;
      font-family: "archiasemibold";
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      /* autoprefixer: off */ }
      @media (max-width: 768px) {
        .highlighted .header-box .title-articles {
          font-size: 20px;
          line-height: 28px;
          width: 100%;
          padding: 0 1rem;
          display: block; } }
    .highlighted .header-box .title-box {
      width: 65%;
      text-align: left;
      padding-right: 3%; }
      @media (max-width: 768px) {
        .highlighted .header-box .title-box {
          text-align: center;
          width: 100%;
          padding: 0; } }
    .highlighted .header-box .sponsor-box {
      width: 35%;
      text-align: right; }
      @media (max-width: 768px) {
        .highlighted .header-box .sponsor-box {
          text-align: center;
          width: 100%;
          margin-top: 1rem; } }
      .highlighted .header-box .sponsor-box span {
        font-family: "archiasemibold";
        font-weight: 500;
        color: #154EA5;
        font-size: 15px;
        line-height: 24px;
        margin-right: 6px; }
      .highlighted .header-box .sponsor-box img {
        max-width: 100px; }
  .highlighted .img_wrapper, .highlighted .iframe_wrapper {
    margin-top: 8px; }
    @media (max-width: 768px) {
      .highlighted .img_wrapper, .highlighted .iframe_wrapper {
        margin-top: 12px; } }

.iframe_wrapper {
  margin-bottom: -7px; }

.info-wrapper {
  background: #FEF5F9;
  margin: 0;
  text-align: left; }
  .info-wrapper p {
    margin-bottom: 0; }
  .info-wrapper .image-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media (max-width: 768px) {
      .info-wrapper .image-wrap {
        padding: 7px; } }
    @media (max-width: 768px) {
      .info-wrapper .image-wrap img {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 990px) {
      .info-wrapper .image-wrap img {
        width: 100%; } }
  .info-wrapper .author-wrap {
    padding: 10px 0; }
    .info-wrapper .author-wrap .text-name-doctor {
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 23px;
      color: #154EA5; }
    .info-wrapper .author-wrap .info-article {
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 21px; }
    .info-wrapper .author-wrap .text-name-pharmacy {
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 21px;
      color: #007BAD; }

.ytp-chrome-top, .ytp-watermark {
  display: none !important;
  opacity: 0; }
