		.list-group-item.active {
			background-color: #004494 !important;
			/* Ajusta al color de Idiomas Faustino */
			border-color: #004494 !important;
			color: white !important;
		}

		body {
			background-color: #f8f9fa;
			font-family: 'Nunito', sans-serif;
		}


		.news-detail-container {
			margin-top: -50px;
			padding-bottom: 80px;
		}

		/* Tarjeta Principal */
		.main-article-card {
			background: #ffffff;
			border-radius: 15px;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
			padding: 40px;
			border: none;
		}

		.btn-back-custom {
			display: inline-flex;
			align-items: center;
			color: #004175;
			font-weight: 700;
			margin-bottom: 25px;
			transition: 0.3s;
			text-decoration: none !important;
		}

		.btn-back-custom:hover {
			transform: translateX(-5px);
		}

		.detail-category {
			display: inline-block;
			background: rgba(13, 148, 136, 0.1);
			color: #004175;
			padding: 5px 15px;
			border-radius: 5px;
			font-size: 12px;
			font-weight: 800;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin-bottom: 15px;
		}

		.detail-title {
			font-family: 'Playfair Display', serif;
			font-weight: 900;
			font-size: 40px;
			color: #1a1a1a;
			line-height: 1.2;
			margin-bottom: 20px;
		}

		.detail-meta {
			color: #777;
			font-size: 14px;
			margin-bottom: 30px;
			display: flex;
			gap: 20px;
			border-bottom: 1px solid #eee;
			padding-bottom: 20px;
		}

		.main-img-wrapper {
			border-radius: 12px;
			overflow: hidden;
			margin-bottom: 35px;
		}

		.main-img-wrapper img {
			width: 100%;
			height: auto;
			object-fit: cover;
		}

		.full-content {
			font-size: 18px;
			line-height: 1.8;
			color: #444;
			white-space: pre-line;
			/* Mantiene saltos de línea del JSON */
		}

		/* Sidebar mejorado */
		.sidebar-sticky {
			position: sticky;
			top: 100px;
		}

		.sidebar-title {
			font-family: 'Playfair Display', serif;
			font-size: 22px;
			margin-bottom: 20px;
			border-left: 4px solid #004175;
			padding-left: 15px;
		}

		.mini-card {
			display: flex;
			gap: 15px;
			margin-bottom: 20px;
			text-decoration: none !important;
		}

		.mini-thumb {
			width: 80px;
			height: 80px;
			border-radius: 8px;
			overflow: hidden;
			flex-shrink: 0;
		}

		.mini-thumb img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.mini-info h4 {
			font-size: 14px;
			color: #333;
			font-weight: 700;
			line-height: 1.3;
			margin: 0;
		}

		/* Botones compartir */
		.share-box {
			margin-top: 40px;
			padding: 20px;
			background: #fafafa;
			border-radius: 10px;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		@media (max-width: 768px) {
			.detail-title {
				font-size: 28px;
			}

			.main-article-card {
				padding: 20px;
			}
		}

		/* Estilo para las noticias pequeñas en el sidebar */
		.sidebar-news-item {
			display: flex;
			gap: 15px;
			margin-bottom: 20px;
			padding-bottom: 15px;
			border-bottom: 1px solid #eee;
			align-items: center;
			transition: transform 0.2s;
		}

		.sidebar-news-item:hover {
			transform: translateX(5px);
		}

		.sidebar-news-thumb {
			width: 80px;
			height: 80px;
			object-fit: cover;
			border-radius: 8px;
		}

		.sidebar-news-info {
			flex: 1;
		}

		.sidebar-news-info h4 {
			font-size: 14px;
			margin: 0 0 5px 0;
			font-weight: 600;
			line-height: 1.3;
		}

		.sidebar-news-info .badge {
			font-size: 10px;
			text-transform: uppercase;
		}

		.btn-custom-tramite {
			background-color: #050442;
			color: white !important;
			padding: 12px 20px;
			text-decoration: none;
			display: flex;
			/* Para alinear icono y texto */
			align-items: center;
			justify-content: center;
			gap: 10px;
			/* Espacio entre icono y texto */
			margin-bottom: 10px;
			/* Separación entre botones */
			transition: background-color 0.3s ease;
		}

		.btn-custom-tramite:hover {
			background-color: #0a086e;
			/* Un tono más claro al pasar el mouse */
			color: white;
		}

		/* Si hay más de una imagen, podrías querer que se vean en rejilla o una bajo otra */
		.main-img-wrapper img {
			border-radius: 12px;
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
			display: block;
			transition: transform 0.3s ease;
		}

		.main-img-wrapper img:hover {
			transform: scale(1.02);
			/* Efecto sutil al pasar el mouse */
		}


		/* Flecha anterior */
		.carousel-control-prev-icon {
			filter: invert(1);
			/* negro */
		}

		/* Flecha siguiente */
		.carousel-control-next-icon {
			filter: invert(1);
			/* negro */
		}

		.full-content {
			font-size: 16px;
			line-height: 1.9;
			color: #444;
		}

		/* Título principal */
		.alerta-titulo {
			background: linear-gradient(135deg, #ff4d4d, #d90429);
			color: white;
			font-weight: bold;
			padding: 12px 18px;
			border-radius: 12px;
			margin: 20px 0;
			text-align: center;
			font-size: 18px;
			box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
		}

		/* Subtítulos */
		.titulo-seccion {
			color: #003366;
			margin-top: 25px;
			margin-bottom: 12px;
			font-weight: 700;
			border-left: 5px solid #0d6efd;
			padding-left: 12px;
		}

		/* Tarjetas informativas */
		.info-ok,
		.info-error,
		.info-warning {

			border-radius: 12px;
			margin: 12px 0;
			font-size: 15px;
		}

		.info-ok {
			background: #e8fff0;
			border-left: 5px solid #28a745;
		}

		.info-error {
			background: #ffecec;
			border-left: 5px solid #dc3545;
		}

		.info-warning {
			background: #fff8e6;
			border-left: 5px solid #ffc107;
		}

		/* Links */
		.link-noticia {
			color: #0d6efd;
			font-weight: 600;
			text-decoration: none;
			word-break: break-word;
		}

		.link-noticia:hover {
			text-decoration: underline;
		}