/* Fixes SCF not providing the native ACF styles for the CSS classes of the licence information page */

.acf_page_acf-table-field-plugin-settings #wpbody-content > .notice,
.scf_page_acf-table-field-pro-plugin-settings #wpbody-content > .notice {
	display: none;
}

.scf_page_acf-table-field-pro-plugin-settings {

	.acf-input-wrap {
		margin-top: 8px;
		margin-bottom: 24px;
	}
	.acf-input-wrap input {
		box-sizing: border-box;
		height: 40px;
		padding-right: 12px;
		padding-left: 12px;
		background-color: #fff;
		border-color: #d0d5dd;
		box-shadow: 0px 1px 2px rgba(16, 24, 40, .1);
		border-radius: 6px;
		color: #344054;
	}
	form {
		padding: 24px; /* fixes space */
	}
}


.scf_page_acf-table-field-pro-plugin-settings,
.acf_page_acf-table-field-pro-plugin-settings {

	a:hover {
		color: #0783be;
	}
	.notice:first-child {
		margin-top: 0 !important;
	}
}
