.btn-compte-wrapper {
    display: block;
}

.btn-compte-woocommerce {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.btn-compte-woocommerce:hover {
    text-decoration: none;
}

.btn-compte-woocommerce .btn-icon-left,
.btn-compte-woocommerce .btn-icon-right {
    display: inline-flex;
    align-items: center;
}

.btn-compte-woocommerce .btn-text {
    display: inline-block;
}
