#node-article{
  --primary: #10a0eb;
  --white: #ffffff;
  --businessGray: #2d415a;
}

#node-article .news-story-header {
    position: relative;
}
#node-article .news-story-header > p {
    margin: 5px 0px;
}

#node-article .share-btn { 
	display: flex;
	cursor: pointer;
}

#node-article .ysr_content>h2, .news-heading {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3;
    color: var(--black);
    margin-bottom: 15px;
}
#node-article .news-story-header .dropdown-item>img {
    margin-right: 12px;
    margin-bottom: 0;
    width: 20px;
}
#node-article .news-story-header li:last-child .dropdown-item>img {
    margin-right: 2px;
}
#node-article .news-heading+p {
    margin-bottom: 0;
	font-size: 15px;
}
#node-article .news-story-content {
    position: relative;
    text-align: center;
}
#node-article .news-story-content .article-body{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    color: rgb(17, 17, 17);
}
#node-article .news-story-content .article-body ul{
	list-style:inherit;
}
#node-article .news-story-content p {
	margin-bottom: 20px;
	margin-top: 0px;
}

#node-article .news-story-content img { 
  border-radius: 0.8rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}
#node-article .news-story-content .bullet_points{
		font-size: 15px;
		font-weight: 600;
		line-height: 1;
    color: rgb(17, 17, 17);
    margin-bottom: 20px;
    border-left: 4px solid #299deb;
    background: #e8f4fd;
    padding: 14px 16px 14px 36px;
    border-radius: 0 8px 8px 0;
		text-align:left;
}
#node-article .news-story-content .bullet_points > p::marker {
  color: #299deb;
}
#node-article .news-story-content .bullet_points > p {
    display: list-item;
    list-style: disc;
		text-align: left;
}
#node-article .news-story-content table.table{
	border-collapse: collapse;
    margin: 0 auto;
	max-width: 100%;
    word-break: break-word;
}
#node-article .news-story-content table.table td{
    border: 2px solid var(--color-bg);
    padding: 2px;
}
#node-article .news_img_cover {
    position: relative; 
}
#node-article .news_img_cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.page-node-type-article img.icon {
    width: 18px;
    height: 16px;
} 
.path-node .region.region--sidebar-first{
	position: sticky;
    top: 60px;
}
.art-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0px;
    gap: 10px;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.art-meta-left {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 12px;
}
.art-meta .art-meta-left img {
    width: 18px;
    height: 16px;
}
.art-category-tag {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #299deb;
    padding: 3px 10px 1px;
    border-radius: 3px;
}
.art-category-tag a{
	color: #fff !important ;
}
.art-meta-item {
    font-size: 13px;
    color: #555555;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.art-read-time {
    color: #299deb;
    font-weight: 600;
}
.art-trusted-badge {
    font-size: 12px;
    font-weight: 700;
    color: rgb(46, 125, 50);
    display: flex;
    align-items: center;
    background: rgb(232, 245, 233);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(165, 214, 167);
    border-image: initial;
    border-radius: 4px;
    padding: 3px 10px;
    gap: 5px;
}
.art-preferred-badge a{
    font-size: 12px;
    font-weight: 700;
    color: rgb(46, 125, 50);
    display: flex;
    align-items: center;
    gap: 5px;
}
.art-preferred-badge img{
	width: 100% !important;
    height: 25px !important;
}
.art-share-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
    gap: 8px;
	justify-content: space-between;
}
.art-share-bar-left {
	display: flex;
    align-items: center;
    gap: 8px;
}
.art-share-label {
    font-size: 13px;
    font-weight: 700;
    color: #555555;
}
.art-share-bar .share {
	gap: 0px;
}
.art-share-bar img {
    width: 25px;
    height: 20px;
}
.art-share-btn {
    display: inline-flex;
    align-items: center;
    color: rgb(255, 255, 255);
    gap: 6px;
    padding: 2px 5px;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
}
.art-share-fb {
    background: rgb(24, 119, 242);
}
.art-share-wa {
    background: rgb(37, 211, 102);
}
.art-share-tw {
    background: rgb(0, 0, 0);
}
.art-share-tg {
    background: rgb(0, 136, 204);
}
.art-share-copy {
    background: rgb(85, 85, 85);
}
.art-share-print {
    background: rgb(136, 136, 136);
}
.art-featured-img {
    margin: 0px 0px 20px;
    overflow: hidden;
}
.rating-stars {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}

.stars-outer {
  color: #ccc; /* grey background stars */
}

.stars-outer::before {
  content: "★★★★★";
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #FFD700; /* GOLD ⭐ */
}

.stars-inner::before {
  content: "★★★★★";
}

.rating-value {
  margin-left: 8px;
  font-size: 14px;
  color: #555;
}

figcaption {
	font-style: italic;
	color: #777777;
	font-size: 14px;
	margin-top: -15px;
}



@media(max-width: 768px) {
  .trending-grid {
      grid-template-columns: 1fr;
  }
	#node-article .news-story-content p {
		font-size: 15px;
	}
	#node-article .news-story-header{
		display: block;
		text-align: center;
	}
}

#node-article > div,
.sidebar-grid .region--sidebar .block  {
  margin: 5px 0;
}

.sidebar-grid .region--content .thumbnail-item {
  display: flex;
  gap: var(--space-3);
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

#node-article .news-story-content .twitter-tweet,
#node-article .news-story-content figure,
#node-article .news-story-content img,
#node-article .news-story-content media {
  margin: 5px auto;
}



/* inline ads */
#node-article .ads.art-inline-320x50{
	display: flex;
    justify-content: center;
    margin: -2px 0px 18px;
}
#node-article .ads.art-inline-320x50 img {
    display: block;
    width: 320px;
    height: 50px;
    max-width: 100%;
    object-fit: fill;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 8px;
    border-radius: 4px;
}
#node-article .ads.art-ad-wrap {
    position: relative;
    width: 440px;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 16px;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px auto;
}
#node-article .ads.art-ad-wrap img {
    display: block;
    width: 400px;
    height: 300px;
    max-width: 100%;
    object-fit: fill;
}