.cafe-templatekit-location-edit {
    position: relative;
}

.cafe-templatekit-location-edit__link {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 200ms linear;
    border: 4px solid #71d7f7;
    background: rgba(113, 215, 247, 0.2);
    color: #fff;
    z-index: 99999;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.cafe-templatekit-location-edit__link-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #41c9f4, #71d7f7);
    padding: 4px 15px 6px 10px;
}

.cafe-templatekit-location-edit__link .dashicons {
    margin-right: 4px;
}

.cafe-templatekit-location-edit:hover .cafe-templatekit-location-edit__link {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.elementor-add-new-section {
    .add-cafe-tplkit-template {
        margin-left: 7px;
        background-color: #fcb92c;
        position: relative;
        bottom: -3px;

        svg {
            width: 18px;
            height: 18px;
            position: relative;
            right: -1px;
        }
    }
}
