.cf7af-entry-link {
	text-decoration: none;
}

/* Abandoned Users list: filter / export toolbar */
.post-type-cf7af_data .tablenav.top .alignleft.actions #cf7af-form-id {
	min-width: 160px;
	max-width: 240px;
	margin-right: 6px;
	vertical-align: middle;
}

.post-type-cf7af_data .tablenav.top .alignleft.actions button[name="cf7af_export_csv"],
.post-type-cf7af_data .tablenav.top .alignleft.actions .cf7af-support-link {
	margin-right: 6px;
	vertical-align: middle;
}

.post-type-cf7af_data .tablenav.top .alignleft.actions .cf7af-support-link {
	text-decoration: none;
}

.cf7af-notification-setting th{
	width: 230px !important;
}
.cf7af-tooltip {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	border-radius: 100%;
	margin-left: 10px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJpbmZvLWNpcmNsZSIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWluZm8tY2lyY2xlIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMjU2IDhDMTE5LjA0MyA4IDggMTE5LjA4MyA4IDI1NmMwIDEzNi45OTcgMTExLjA0MyAyNDggMjQ4IDI0OHMyNDgtMTExLjAwMyAyNDgtMjQ4QzUwNCAxMTkuMDgzIDM5Mi45NTcgOCAyNTYgOHptMCAxMTBjMjMuMTk2IDAgNDIgMTguODA0IDQyIDQycy0xOC44MDQgNDItNDIgNDItNDItMTguODA0LTQyLTQyIDE4LjgwNC00MiA0Mi00MnptNTYgMjU0YzAgNi42MjctNS4zNzMgMTItMTIgMTJoLTg4Yy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDEydi02NGgtMTJjLTYuNjI3IDAtMTItNS4zNzMtMTItMTJ2LTI0YzAtNi42MjcgNS4zNzMtMTIgMTItMTJoNjRjNi42MjcgMCAxMiA1LjM3MyAxMiAxMnYxMDBoMTJjNi42MjcgMCAxMiA1LjM3MyAxMiAxMnYyNHoiPjwvcGF0aD48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: cover;
}

.cf7af-pointer .wp-pointer-content h3:before {
	content: '\f348';
}

.cf7af-settings .postbox {
	box-sizing: border-box;
}

.cf7af-settings .left-box {
	padding: 10px;
	margin-right: 2%;
	width: 100%;
	margin-bottom: 20px;
}

@media ( min-width: 1285px ) {
	.cf7af-settings .left-box td {
		width: 70%;
		box-sizing: border-box;
	}
}

@media ( min-width: 782px ) and ( max-width: 1284px ) {
	.cf7af-settings .left-box td {
		width: 60%;
		box-sizing: border-box;
	}
}

.cf7af-settings .left-box td input {
	box-sizing: border-box;
}

#contact-form-editor .cf7af-settings .form-table th {
	width: auto !important;
}

.tooltip-table .postbox {
	box-sizing: border-box;
}

.tooltip-table .left-box {
	padding: 10px;
	margin-right: 2%;
	width: 100%;
	margin-bottom: 20px;
}

@media ( min-width: 1285px ) {
	.tooltip-table .left-box td {
		width: 70%;
		box-sizing: border-box;
	}
}

@media ( min-width: 782px ) and ( max-width: 1284px ) {
	.tooltip-table .left-box td {
		width: 60%;
		box-sizing: border-box;
	}
}

.tooltip-table .left-box td input {
	box-sizing: border-box;
}

.tooltip-table .form-table th {
	width: auto !important;
}

/* CF7 editor: email dropdown */
.cf7af-settings .cf7af-select {
	min-width: 280px;
	max-width: 100%;
}

/* CF7 editor: field picker (replaces native multi-select) */
.cf7af-field-picker {
	max-width: 420px;
}

.cf7af-field-picker__intro {
	margin: 0 0 10px;
}

.cf7af-field-picker__empty {
	margin: 0;
	padding: 12px 14px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	color: #50575e;
}

.cf7af-field-picker__list {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	background: #fff;
	max-height: 220px;
	overflow-y: auto;
	box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.05 );
}

.cf7af-field-picker__item {
	margin: 0;
	border-bottom: 1px solid #f0f0f1;
}

.cf7af-field-picker__item:last-child {
	border-bottom: none;
}

.cf7af-field-picker__label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 10px 12px;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

.cf7af-field-picker__label:hover,
.cf7af-field-picker__label:focus-within {
	background: #f6f7f7;
}

.cf7af-field-picker__checkbox {
	margin: 0;
	flex-shrink: 0;
}

.cf7af-field-picker__tag {
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	font-weight: 600;
	color: #1d2327;
}

.cf7af-field-picker__type {
	margin-left: auto;
	font-size: 11px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #646970;
	background: #f0f0f1;
	border-radius: 3px;
	padding: 2px 8px;
	flex-shrink: 0;
}

.cf7af-field-picker__label:has( .cf7af-field-picker__checkbox:checked ) {
	background: #f0f6fc;
}

.cf7af-field-picker__label:has( .cf7af-field-picker__checkbox:checked ) .cf7af-field-picker__tag {
	color: #2271b1;
}

.cf7af-field-picker__actions {
	margin: 8px 0 0;
}

.cf7af-field-picker__actions .button-link {
	font-size: 13px;
}

.inside-field td,
.inside-field th {
	padding-top: 5px;
	padding-bottom: 5px;
}
