/* WC Category Personalization – frontend styles */

/* ── Modulo grid novità ── */
.wc-cna-section {
	margin-top: 2.5rem;
}

.wc-cna-title {
	margin-bottom: .4rem;
	font-size: 1.35rem;
}

.wc-cna-subtitle {
	margin-bottom: 2rem;
}

/* ── Modulo testo aggiornamento ── */
.wc-cat-upd-section {
	margin-bottom: 0.5rem;
}

.wc-cat-upd-title {
	font-size: 1.2rem!important;
	font-weight: 700;
	margin-bottom: .4rem;
}

.wc-cat-upd-intro,
.wc-cat-upd-date {
	margin-top: 0;
	margin-bottom: .5rem;
	font-size: .95rem;
}

.wc-cat-upd-section {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    color: #333;
    line-height: 1.6;
}

.wc-cat-upd-section p {
    font-size: 14px;
    margin-bottom: 5px;
}

.wc-cat-upd-section p.wc-cat-upd-date {
	margin-bottom: 0px;
}

@media screen and (max-width: 768px){
	.wc-cat-upd-section {
    	padding: 15px;
	}
}