.auxo-elementor-button-wrapper {
    display: block;
}

/* Selve knappen – flex container for ikon + tekst */
.auxo-elementor-button {
    cursor: pointer;
    padding: 12px 24px;
    background-color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-sizing: border-box;
}

/* Ikon-wrapper */
.auxo-ghost-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Sørg for at ikonet ikke hopper i højden */
.auxo-ghost-button__icon i,
.auxo-ghost-button__icon svg {
    line-height: 1;
    display: inline-block;
}

/* Tekst-wrapper */
.auxo-ghost-button__text {
    display: inline-block;
}
