/* ---- MyLittleShop — rifiniture front-end ---- */

/* Form Contact Form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	padding: 0.8rem 1rem;
	margin: 0.35rem 0;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	font-family: inherit;
	font-size: 1rem;
	background: #fff;
	box-sizing: border-box;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: none;
	border-color: #6366F1;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}
.wpcf7 input[type="submit"] {
	background: #6366F1;
	color: #fff;
	border: none;
	border-radius: 12px;
	padding: 0.85rem 2.2rem;
	font-weight: 600;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1rem;
	cursor: pointer;
	margin-top: 0.6rem;
	transition: background 0.15s ease;
}
.wpcf7 input[type="submit"]:hover { background: #4338CA; }
.wpcf7 .wpcf7-spinner { margin: 0 0 0 0.5rem; }

/* Immagini in evidenza dei Query Loop: ritaglio uniforme */
.wp-block-post-featured-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Navigazione: colore voci + hover */
.wp-block-navigation a { color: #0F172A; text-decoration: none; }
.wp-block-navigation a:hover { color: #6366F1; }

/* Card del blog: un po' di respiro tra titolo ed estratto */
.wp-block-query .wp-block-post-title { margin-top: 0.8rem; line-height: 1.25; }
.wp-block-query .wp-block-post-excerpt { color: #64748b; font-size: 0.95rem; }

/* Paginazione query */
.wp-block-query-pagination { gap: 0.4rem; }
.wp-block-query-pagination a, .wp-block-query-pagination .current {
	padding: 0.4rem 0.8rem; border-radius: 8px; font-weight: 600;
}
.wp-block-query-pagination .current { background: #6366F1; color: #fff; }
