﻿		
		.news-bg-css {
			background: linear-gradient(135deg, #350050, #07003e);
			-webkit-background-clip: text;
			background-clip: text;
			color: transparent;
			font-size: 17px;
			margin-top: -2px;
			font-weight: normal;
			text-align: center;
			line-height: 1.5;
			text-shadow: 0 0 8px rgb(232, 227, 255), 0 0 12px rgba(171, 155, 255, 0.6);
			transition: all 0.3s ease;
			cursor: pointer;
			display: inline-block;
		}
		
		.news-bg-css:hover {
			background: linear-gradient(0deg, #000148, #2200ff);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			background-clip: text;
			text-shadow: 
				1px 1px 15px rgba(177, 197, 255, 0.8),
				0 0 20px rgba(138, 167, 255, 0.6),
				0 0 30px rgba(165, 176, 255, 0.4);
			transform: scale(1.05);
		}
		
		.news-bg-css:active {
			transform: scale(0.98);
			transition: all 0.1s ease;
		}
		
		
		.news-bg-css-1 {
			background: linear-gradient(0deg, #ffd67c, #ffff00);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			background-clip: text;
			font-size: 18px;
			margin-top: -2px;
			font-weight: normal;
			text-align: center;
			line-height: 1.5;
			text-shadow: 1px 1px 10px rgba(229, 255, 0, 0.3);
			transition: all 0.3s ease;
			cursor: pointer;
			display: inline-block;
		}
		
		.news-bg-css-1:hover {
			background: linear-gradient(0deg, #ffffff, #ffd500);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			background-clip: text;
			text-shadow: 
				1px 1px 15px rgba(254, 255, 214, 0.8),
				0 0 20px rgba(255, 255, 61, 0.6),
				0 0 30px rgba(255, 213, 0, 0.4);
			transform: scale(1.05);
		}
		
		.news-bg-css-1:active {
			transform: scale(0.98);
			transition: all 0.1s ease;
		}