.elementor-add-section-area-button.kitstarter-builder-button {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 25px;
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
    transition: background-color .3s ease-in-out;
}

.elementor-add-section-area-button.kitstarter-builder-button:hover {
    background-color: transparent;
}

.elementor-add-section-area-button.kitstarter-builder-button span {
    background-color: #fff;
    border-radius: 15px;
    margin-right: 5px;
    padding: 0
}

.elementor-add-section-area-button.kitstarter-builder-button img {
    transition: opacity .3s ease-in-out;
}

.elementor-add-section-area-button.kitstarter-builder-button img:hover {
    opacity: .8;
}