	.button {
		background: #007bff;
		color: white;
		padding: 12px 15px;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-size: 16px;
		width: 100%;
		max-width: 400px;
		margin-top: 10px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		text-decoration: none;
		transition: background-color 0.3s;
	}


	.button:hover {
		background: #0056b3;
	}

	.center {
		text-align: center;
		margin:auto;
	}
 
	hr {
		border: 0;
		height: 2px;
		background: #007bff; /* blau de la línia */
		margin: 10px 0;
	}

	.config-link {
		text-align: center;
		margin-top: 30px;
	}

	.config-link a {
		color: #007bff;
		font-weight: bold;
		text-decoration: none;
	}

	.config-link a:hover {
		text-decoration: underline;
	}

	.contingut-html table {
		width: 100%;
		border-collapse: collapse;
		margin: 1.5rem 0;
		font-size: 0.95em;
	}

	.contingut-html th {
		background-color: #f8f9fa;
		font-weight: 600;
		text-align: left;
	}

	.contingut-html th,
	.contingut-html td {
		padding: 0.75rem;
		border: 1px solid #dee2e6;
	}

	.contingut-html tr:nth-child(even) {
		background-color: #f8f9fa;
	}

	.box {
		border: 1px solid #7f8c8d;
		border-radius: 6px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
		padding: 20px;
		background-color: #ecf0f1;
		margin: 10px 0;
	}

	.debug-info {
	    font-size: 0.85em;
	    padding: 10px;
	    background-color: #e7f3ff;
	    border-left: 4px solid #0066cc;
	}
	
	/* Estils per a la secció de tags */
	.tags-section {
		margin: 2rem 0;
		padding: 1.5rem;
		background-color: #f8f9fa;
		border-radius: 8px;
		border-left: 4px solid #6c757d;
	}
	
	.tags-title {
		font-size: 1.25rem;
		font-weight: 600;
		color: #495057;
		margin-bottom: 1rem;
	}
	
	.tags-container {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	
	.tag-item {
		display: inline-block;
		padding: 0.4rem 0.8rem;
		background-color: #e9ecef;
		color: #495057;
		border-radius: 20px;
		font-size: 0.875rem;
		font-weight: 500;
		transition: all 0.2s ease;
		text-decoration: none;
	}
	
	.tag-item:hover {
		background-color: #007bff;
		color: white;
		transform: translateY(-2px);
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	}
	
	/* Estils millorats per als annexos */
	.annex-container {
		margin-top: 1rem !important;
		padding: 0.75rem 1rem !important;
		border: 1px solid #dee2e6 !important;
		border-radius: 6px;
		background-color: #f8f9fa;
		line-height: 1.4;
	}
	
	.annex-container:first-of-type {
		border-top: 2px solid #007bff !important;
	}
	
	.annex-container .text-muted {
		margin-bottom: 0.5rem !important;
		font-size: 0.9rem;
		line-height: 1.3;
	}
	
	.annex-container .config-link {
		margin-top: 0.25rem;
	}
	
	.annex-container .config-link a {
		display: inline-flex;
		align-items: center;
		gap: 0.5rem;
		padding: 0.5rem 1rem;
		background-color: #007bff;
		color: white !important;
		text-decoration: none;
		border-radius: 4px;
		font-weight: 500;
		font-size: 0.9rem;
		transition: all 0.2s ease;
	}
	
	.annex-container .config-link a:hover {
		background-color: #0056b3;
		transform: translateY(-1px);
		box-shadow: 0 2px 4px rgba(0,0,0,0.15);
	}
	
	.annex-container .config-link a::after {
		content: "↗";
		font-size: 0.8rem;
	}

	/* Banner superior Retalls de Cultura (blog) - alçada responsive */
	#top-banner {
		position: relative;
		height: 220px;          /* mòbil: més baix */
		overflow: hidden;
	}

	/* Tauletes (>= 768px) */
	@media (min-width: 768px) {
		#top-banner {
			height: 300px;
		}
	}

	/* Escriptori gran (>= 1200px) */
	@media (min-width: 1200px) {
		#top-banner {
			height: 400px;
		}
	}

	#top-banner picture,
	#top-banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	/* Capa amb el text sobre la imatge */
	#top-banner .banner-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		pointer-events: none; /* opcional, per no interferir amb clics enllaçats al banner */
	}

	/* Text "Retalls de Cultura" */
	#top-banner .banner-title {
		font-family: 'Cormorant Garamond', serif;
		font-weight: 700;
		color: #ffffff;
		font-size: clamp(3rem, 10vw, 8rem);
		letter-spacing: 2px;
		text-shadow: 0 0 6px rgba(0,0,0,0.6);
		margin: 0;
		padding: 0 1rem;
	}

	/* Tipografies per als posts */

	.contingut-html h1 {
		font-size: 2.0rem;
		color: #222222;
		margin-top: 1.5rem;
		margin-bottom: 0.75rem;
		/* línia sota el títol */
		border-bottom: 2px solid #007bff; /* color i gruix de la ratlla */
		padding-bottom: 0.4rem;           /* espai entre text i ratlla */
	}


	.contingut-html h2 {
		font-size: 1.6rem;    /* més petit que h1 */
		color: #003e81;       /* color per a h2 */
		margin-top: 1.4rem;
		margin-bottom: 0.7rem;
		border-bottom: 1px solid #898a8c; /* color i gruix de la ratlla */
		padding-bottom: 0.4rem;           /* espai entre text i ratlla */
	}

	.contingut-html h3 {
		font-size: 1.3rem;    /* més petit que h2 */
		color: #5a5b5c;       /* color per a h3 */
		margin-top: 1.2rem;
		margin-bottom: 0.6rem;
	}