.wpcf7 .fx-csms-pw-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.wpcf7 .fx-csms-pw-inner input[type="password"],
.wpcf7 .fx-csms-pw-inner input[type="text"] {
	flex: 1 1 12rem;
	min-width: 0;
	max-width: 100%;
}

.wpcf7 .fx-csms-pw-toggle {
	flex: 0 0 auto;
	cursor: pointer;
	font: inherit;
	line-height: 1.25;
	padding: 0.35rem 0.65rem;
	border: 1px solid currentColor;
	border-radius: 3px;
	background: transparent;
	color: inherit;
}

.wpcf7 .fx-csms-pw-toggle:hover,
.wpcf7 .fx-csms-pw-toggle:focus {
	opacity: 0.85;
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.wpcf7 .fx-csms-resend-feedback {
	display: none;
	margin: 0.5rem 0 0;
	font-size: 0.9em;
}
