.wpcw-metabox-fields {
	.wpcw-field-convertkitselect .wpcwselect2-search input {
		min-width: 400px !important;
	}

	.wpcw-field-convertkitwebhooks {
		.convertkit-webhooks-table {
			width: 100%;
			margin-bottom: 10px;
			border-left: 1px solid #eee;
			border-top: 1px solid #eee;

			th {
				text-align: left;
				background: #fafafa;
			}

			th, td {
				border-right: 1px solid #eee;
				border-bottom: 1px solid #eee;
				padding: 10px;

				&.actions {
					width: 10%;
				}
			}

			th.actions,
			td.actions {
				text-align: center;
			}
		}

		.add-webhook {
			text-align: left;
		}

		.add-webhook-link {
			display: inline-block;
			margin-left: 5px;
			text-decoration: none;
		}
	}
}
