/*! Copyright © 2024 Ask Media Group */
.article-title-container {
  width: 100%;
}
.article-title-container .article-title {
  font-style: normal;
  font-weight: 400;
  line-height: 2.625rem;
  color: #000000;
  margin: 10px 0;
}

.article-author-div {
  color: #1A69C7;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.article-author-div .pub-details-div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #A0A0B0;
}
.article-author-div .pub-details-div .article-author-info,
.article-author-div .pub-details-div .article-author-read-info {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0em;
  text-align: left;
}
.article-author-div .pub-details-div .image {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.article-author-div .article-author-content-div {
  display: flex;
  margin-bottom: 10px;
}
.article-author-div .article-author-info {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
}
.article-author-div .article-author-read-info {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  height: 32px;
  margin-left: 5px;
}
.article-author-div .horizontal-line {
  border-bottom: 1.5px solid #dddddd;
  margin-bottom: 10px;
  margin-left: 10px;
  flex: 1 0 20px;
}
.article-author-image-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #A0A0B0;
  font-size: 0.875rem;
  font-weight: 400;
}
.article-author-image-div .image-div {
  margin: 14px auto 16px auto;
}

.trending-articles {
  margin-top: 30px;
}
.trending-articles .more-from-headline {
  color: #02020B;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.trending-articles .articles {
  background-color: white;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 10px;
  margin: 0;
}
.trending-articles .articles .article {
  text-decoration: none;
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
.trending-articles .articles .article .image {
  border: 1px solid #dcdcdc;
  margin-right: 10px;
  width: 226.66px;
  height: initial;
}
.trending-articles .articles .article .label {
  align-items: center;
  color: #02020b;
  display: flex;
  font-size: 1rem;
  height: auto;
  line-height: 1.1875;
  padding: 10px 0;
  text-transform: capitalize;
  width: 225px;
}
@media (max-width: 720px) {
  .trending-articles .articles .article {
    display: flex;
  }
  .trending-articles .articles .article .image {
    width: 100px;
    height: 74.013px;
  }
  .trending-articles .articles .article .label {
    margin: 0;
    width: auto;
  }
}

.magnite-ad {
  margin-top: 15px;
  margin-bottom: 30px;
}

.adx-ad {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 895px) {
  .adx-ad {
    display: none;
    margin: 0;
  }
}

.dynamic-article {
  font-family: Roboto, Arial, sans-serif;
}
.dynamic-article .article-section .content-image {
  margin: 0 0 30px;
  color: #838383;
  font-size: 0.75rem;
  line-height: 1.1667;
}
.dynamic-article .article-section .content-image img {
  width: 100%;
  object-fit: cover;
  height: 430px;
}
.dynamic-article .article-section .content-image.after-read-more {
  display: none;
}
.dynamic-article .article-section .header-h2 {
  color: #02020B;
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 2;
  margin: 15px 0 10px;
}
.dynamic-article .article-section .header-h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
.dynamic-article .article-section > .content {
  color: #02020B;
  font-size: 1.125rem;
  line-height: 1.7778;
  margin: 0;
  padding-bottom: 15px;
  word-break: break-word;
}
.dynamic-article .article-section > .content .list-item h2 {
  font-size: 1.125rem;
}
.dynamic-article .article-section > .content.after-read-more {
  display: none;
}
.dynamic-article .article-section > .content.ai-content-disclosure {
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  padding: 20px;
  line-height: 24px;
}
.dynamic-article .article-section ol,
.dynamic-article .article-section ul {
  padding-left: 1.7rem;
  margin: 0 0 15px;
}
.dynamic-article .ad-platform-ads {
  margin-bottom: 15px;
}
.dynamic-article .ai-content-disclosure {
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  padding: 20px;
  line-height: 1.5;
}
.dynamic-article li:not(:has(p)) {
  padding-bottom: 0px;
}
.dynamic-article .read-more {
  margin: 15px 0 10px;
  color: #02020B;
  font-size: 1rem;
  line-height: 1.7778;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
}
.dynamic-article .read-more.large {
  background: #4a90e2;
  border-radius: 13px;
  display: block;
  border: 1px solid #4a90e2;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #ffffff;
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 12px 15px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  transition: background-color 0.7s;
}
@media (max-width: 719px) {
  .dynamic-article .article-section .content-image {
    margin: 0 0 10px;
  }
  .dynamic-article .article-section .content-image img {
    height: 218px;
  }
  .dynamic-article .article-section > .content {
    padding-bottom: 10px;
  }
  .dynamic-article .article-section .header-h2 {
    margin: 0 0 10px;
  }
}

.magnite-fixed-right {
  flex: none;
  position: fixed;
  top: 65px;
  right: 75px;
  height: 100%;
  width: 300px;
}
.magnite-fixed-right .magnite-ad {
  margin-bottom: 50px;
}

.dynamic-article {
  color: #02020b;
  font-family: Roboto, arial, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.dynamic-article .hide-contents {
  display: none;
}
.dynamic-article .sticky-bottom-ad {
  position: sticky;
  bottom: 5px;
  background-color: #ffffff;
  padding: 5px 0 0 0;
}


