/* DMB-4415: Add style to error message when user works with
pagebuilder mode on legacy content v6.3 to 6.8 */

.ssa-modal-dialog .ssa-modal-footer {
  text-align: center;
  margin-top: 24px;
  font-weight: bold;
  font-size: 18px;
}

.ssa-modal-dialog .ssa-modal-footer button {
  margin-top: -10px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
  cursor: pointer;
  appearance: none;
  padding: 2px 15px;
  border: 1px solid rgb(187, 187, 187);
  border-radius: 4px;
  font-weight: 700;
  background-color: #eee;
}

body>.fade.ssa-modal.show {
  position: fixed;
  top: 10%;
  height: 80%;
  margin: 0 15%;
  width: 70%;
  padding: 15px;
}

body>.fade.ssa-modal.show .ssa-modal-content pre {
  height: 110px;
  overflow-y: scroll;
  background-color: #eee;
}

.ssa-modal-dialog-centered .ssa-modal-content {
  background: #fff;
  padding: 30px;
}

.ssa-app .ssa-absolute-container .ssa-modal-dialog-centered .ssa-modal-content {
  background: #fff;
  padding: 3px;
}

/* DMB-4415 - END */

/* 5276 */
#onetrust-banner-sdk,
.trustcookie-bottom,
.trustcookie-bottom-only-gt {
  bottom: 0;
  top: auto !important;
  z-index: 900 !important;
}

/* DMB-5489: MyAlcon | News | Article News view block */
.news-article-title h2 {
  padding: 36px 0px;
  color: var(--Blue-100, #003595);
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 56px;
}

.news-article-cardtitle {
  color: #003595;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding-top: 16px;
  min-height: 68px;
}

a.news-article-readmore,
span.news-article-readmore {
  color: #003595;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-decoration: underline;
  text-transform: capitalize;
  padding: 24px 0px;
  margin-bottom: 24px;
  display: inline-block;
}

.news-article-description {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #4F4F4F;
}

.news-article-featureblock {
  display: flex;
  flex-direction: row;
  padding-bottom: 14px;
}

.news-article-text {
  padding-left: 48px;
}

.news-article-featuredescription p {
  font-size: 20px;
  line-height: 28px;
  color: #4F4F4F;
}

.news-article-featuretitle {
  color: #003595;
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 56px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1170px) {
  .news-article-cardimage img {
    width: 100%;
    height: auto;
  }

  .news-article-imagefeature {
    width: 62%;
  }

  .news-article-imagefeature img {
    width: 100%;
    height: auto;
  }

  .news-article-text {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .news-article-imagefeature {
    width: 100%;
  }

  .news-article-imagefeature img {
    width: 88vw;
    height: 496px;
    object-fit: cover;
  }

  .news-article-text {
    width: 100%;
  }

  .news-article-title h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .news-article-featureblock {
    flex-direction: column;
  }

  .news-article-imagefeature {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
  }

  .news-article-featuretitle {
    font-size: 36px;
    line-height: 42px;
  }

  .news-article-description {
    min-height: auto;
  }

  .news-article-card {
    display: flex;
    flex-direction: row;
  }

  .news-article-text {
    padding-left: 0px;
  }

  .news-article-cardimage img {
    width: 200px;
    height: auto;
    margin-right: 20px;
  }

  .news-article-cardtitle {
    padding-top: 0px;
    min-height: auto;
  }

  .news-article-card {
    border: #D5D5D5;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 20px 0px 14px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .news-article-title h2 {
    font-size: 36px;
    line-height: 42px;
    padding: 16px 0px;
  }

  .news-article-imagefeature img {
    width: 100%;
    height: auto;
    object-fit: initial;
    max-width: 100%;
  }

  .news-article-card {
    display: flex;
    flex-direction: row;
  }

  .news-article-text {
    padding-left: 0px;
  }

  .news-article-cardimage img {
    width: 200px;
    height: auto;
    margin-right: 20px;
  }

  .news-article-cardtitle {
    padding-top: 0px;
    min-height: auto;
  }

  a.news-article-readmore {
    padding: 10px 0px;
    margin-bottom: 0px;
    display: inline-block;
  }

  .news-article-featuredescription p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 565px) {
  .news-article-title h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 16px 0px;
  }

  .news-article-featureblock {
    flex-direction: column;
  }

  .news-article-featuretitle {
    font-size: 30px;
    line-height: 38px;
  }

  .news-article-cardimage img {
    width: 152px;
    height: auto;
    margin-right: 18px;
  }

  .news-article-description {
    display: none;
  }

  a.news-article-readmore {
    display: none;
  }

  span.news-article-readmore {
    display: none;
  }

  .news-article-featuredescription p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* DMB-5489 - END */