/* Adjust the layout of the Sponsor Username field and Lookup button */
.form-row-wide {
    position: relative;
}

#sponsor_username {
    width: 70%; /* Adjust the width as needed */
    display: inline-block;
}

#sponsor_lookup_button {
    width: 28%; /* Adjust the width as needed */
    display: inline-block;
    margin-left: 2%; /* Adjust the margin as needed */
}

/* Optional: Style the button further if needed */
#sponsor_lookup_button {
    background-color: #0073aa;
    color: #fff;
    border: 1px solid #00578e;
    padding: 8px 12px;
    cursor: pointer;
}

#sponsor_lookup_button:hover {
    background-color: #00578e;
}

.woocommerce-breadcrumb{
        font-size: 14px;
        color: #333;
        padding: 1em 0;
        background-color: #e6e6e6;
        text-align: center;
}

.woocommerce-breadcrumb a{
    text-decoration: none;
        color: #333;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard span:before {
    content: "\f015 \0020";
    font: var(--fa-font-solid);
    font-size: x-large;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders span:before {
    content: "\f290 \0020";
    font: var(--fa-font-solid);
    font-size: x-large;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads span:before {
    content: "\f358 \0020";
    font: var(--fa-font-solid);
    font-size: x-large;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address span:before {
    content: "\f2b9 \0020";
    font: var(--fa-font-solid);
    font-size: x-large;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account span:before {
    content: "\f2bd \0020";
    font: var(--fa-font-solid);
    font-size: x-large;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--bookings span:before {
    content: "\f02e \0020";
    font: var(--fa-font-solid);
    font-size: x-large;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout span:before {
    content: "\f2f5 \0020";
    font: var(--fa-font-solid);
    font-size: x-large;
}


li.woocommerce-MyAccount-navigation-link span:before{
    font-size: large!important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--points-and-rewards span:before {
    content: "\f005";
    font: var(--fa-font-solid);
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--account-wishlists span:before {
    content: "\f004";
    font: var(--fa-font-solid);
}

li.woocommerce-MyAccount-navigation-link {
    margin: 1em 0;
    border-bottom: 1px dashed #dee2e6;
}

.woocommerce-MyAccount-navigation-link a{
    font-size: large;
    text-transform: uppercase;
}