/* I-Tul Clio Bridge — intake form styling. Neutral defaults that inherit the
   active theme's fonts/colors; adjust the accent to match Secure IP Law's brand. */

.wpcf7 .ipl-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 14px;
}
.wpcf7 .ipl-row > label {
	flex: 1 1 180px;
}
.wpcf7 label {
	display: block;
	margin-bottom: 14px;
	font-weight: 600;
	line-height: 1.5;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #c8ccd4;
	border-radius: 6px;
	font: inherit;
	margin-top: 4px;
	box-sizing: border-box;
}
.wpcf7 textarea { min-height: 120px; resize: vertical; }
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	outline: none;
	border-color: #C9A84C; /* SIPL gold */
	box-shadow: 0 0 0 3px rgba(201,168,76,.25);
}
.wpcf7 .wpcf7-list-item { display: inline-block; margin: 4px 14px 4px 0; font-weight: 400; }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item { display: block; }
.wpcf7 input[type="submit"] {
	background: #4A5568; /* SIPL charcoal */
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 12px 28px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover { opacity: .92; }

/* conditional groups animate in cleanly */
.wpcf7cf-hidden { display: none; }
