	
		 .infoRow {
			font-size: 12px;
		 }
		 .itemUpdate {
			width: 100%;
			background: rgb(240, 240 ,240);
			padding: 10px;
			padding-top: 5px;
			border-radius: 5px;
		 }

		 .itemUpdate .updateTitle {
			font-size: 16px;
			line-height: 35px;
			font-weight: 500;
			border-bottom: 1px solid #dedede;
			margin-bottom: 10px;
		 }

		 .itemUpdate .updateDesc {
			font-size: 14px;
		 }

		 .itemUpdate .infoRow {
			margin-top: 10px;
			border-bottom: 1px solid #dedede;
			margin-bottom: 5px;
		 }

     .itemUpdate .avatar {
       border-radius: 5px;
       width: 16px !important;
       height: 16px !important;
     }

	
       .news-article img {
    border-radius: 12px !important;
    border: 1px solid gray;
    padding: 12px; /* Adds space between image and border */
}


.article-header {
    position: relative;
    padding: 2rem 2rem 0.5rem 2rem;
    margin-bottom: 0rem;
    border-radius: 12px;
    background-image: 
        linear-gradient(to bottom, rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.5)),
        url('https://i.imgur.com/CHHlPVw.png');
    background-size: cover;
    background-position: center;
	margin-bottom: 20px;
}
 .article-header h1 {
            color: white !important;
            font-size: 2.5rem !important;
            line-height: 1.2 !important;
            margin-bottom: 1rem !important;
            all: revert;
            font-weight: bold !important;
        }

        .article-meta {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            color: #fff;
            margin: 1rem 0;
        }

        .article-category {
            color: #fff;
            font-size: 0.9rem;
        }

        .article-category i {
            color: #138568;
        }

        .read-time {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .back-button {
            color: #138568;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }

        .ratings {
            display: flex;
            gap: 1rem;
        }

        .article-content {
            font-weight: 400 !important;
            line-height: 28px;
			color: #330000!important;
        }
		
		h3 {
			 color: #330000 !important;
		}

        .article-rating-end {
            margin: 2rem 0;
        }
		/* Base text styling */
.news-article p,.news-article  li,.news-article  pre,.news-article  code {
    font-size: 13px;
    line-height: 1.3;
    color: #330000; /* Light gray, easier on eyes than pure white */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* Headings */
h2 {
    font-size: 24px;
    margin: 25px 0 15px 0;
    color: #ffffff;
}

h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    color: #ffffff;
}

/* Code blocks */
pre {
    background-color: #252525;
    border-radius: 4px;
    padding: 15px;
	line-height: 1.8;
	font-size: 15px;
    margin: 15px 0;
    border: 1px solid #333;
}


/* Links */
a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
