.acf-image-uploader input[type="file"],
.acf-adv-gallery input[type="file"] {
    background-color: #f9ffe5;
    border: 1px dashed #123456;
    color: green;
    padding: 5px;
    font-size: 18px;
}
.acf-image-uploader .image-wrap {
	max-width: 100px !important;
}
.acf-adv-gallery .acf-gallery-attachments {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	position: static;
}
.acf-adv-gallery .acf-adv-gallery-attachment {
	cursor: pointer;
	position: relative;
}
.acf-adv-gallery .acf-adv-gallery-attachment.has-value {
	width: 100px;
}
.acf-adv-gallery .acf-adv-gallery-attachment img {
	width: 100%;
}
.acf-adv-gallery .acf-adv-gallery-attachment .actions {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.acf-adv-gallery .acf-adv-gallery-attachment:hover .actions {
  display: block;
}