.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--reservierungen a:before {
    content: "\f70b"; /* Unicode for the fa-ring icon */
    font-family: "Font Awesome 5 Free";
}

.login-form {
    margin-top: 45px;
}

.woocommerce-form-login__rememberme {
    display: none!important;
}

.reservation-list {
    list-style-type: none;
    padding: 0;
}

.reservation-item {
    margin-bottom: 20px;
}

.reservation-content {
    display: flex;
    align-items: center;
}

.reservation-link {
    text-decoration: none!important;
    color: inherit;
    padding: 10px;
    border-radius: 5px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 550px;
}

.reservation-image {
    max-width: 100px;
    height: auto;
    margin-right: 20px;
}

.reservation-details {
    flex-grow: 1;
}

.reservation-title {
    margin: 0;
}

.delete-reservation-form {
    margin: 0px!important;
}
.delete-reservation-form button {
    font-weight: 100;
    font-family: 'Sen', sans-serif;
}

.remove-reservation-icon {
    font-weight: 100;
    margin-right: 15px;
    display:none;
}

.reservation-description {
    margin-bottom: 5px!important;
}

.delete-reservation-button {
    color: black;
    background: transparent;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px!important;
}