.jditc-hoa-image-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.jditc-hoa-image-button:hover .jditc-hoa-image-button__label {
    color: #ffbf47; /* your hover text color */
}

.jditc-hoa-image-button__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.jditc-hoa-image-button__label {
    position: relative;
    z-index: 2;
    font-weight: 600;
    text-align: center;
    padding: 8px;
}

.jditc-hoa-image-button__editor {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.jditc-hoa-image-button__editor .components-button {
    margin: 0 auto;
}

.jditc-hoa-image-button:hover {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}