.acf-button.disabled {
    pointer-events: none;
}
.acf-loading, .acf-spinner {
    height: 20px;
    width: 20px;
    vertical-align: text-top;
    background: transparent url(/wp-admin/images/spinner.gif) no-repeat 50% 50%;
    display:none;
}
.alert-danger p {
	margin-bottom: 0;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.acf-repeater .acf-row-handle .acf-icon.-minus {
	display: block;
	width: 24px;
	height: 24px;
	content: "\f1f8";
	font-family: 'Font Awesome 6 Free';
}

.acf-file-uploader .file-wrap {
	display: flex;
	padding: 10px;
	background: #e9ecef;
	border: 1px solid #999;
}
.acf-file-uploader .file-wrap:hover .acf-actions {
	display: block;
}
.acf-file-uploader .file-wrap .file-icon {
	padding-right: 20px;
}
.acf-file-uploader .file-wrap p {
	margin-bottom: 0;
	line-height: 1.3;
}

.acf-input {
	position: relative;
}