.wellshare-form {
    margin: 0 auto;
    padding: 1rem;
    background: #f9f9f9;
    border-radius: 12px;
}

h2:has(+.wellshare-login-form) {
    margin: 0 auto 10px auto;
}
.wellshare-login-form, .wellshare-registration-form{
    margin: 0 auto;
    background: #fff;
    padding: 0;
}
.wellshare-login-form legend, .wellshare-registration-form legend{
    font-weight: 400 !important;
    font-size: 1.3rem !important;
}
.wellshare-login-form label, .wellshare-registration-form label{
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1rem;
    font-weight: 400 !important;
    color: #333;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    line-height: 1;
    vertical-align: middle;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px !important;
    cursor: pointer;
}

.wellshare-form fieldset {
    border: none;
    padding: 0;
    margin-bottom: 1rem;
}

.wellshare-form legend {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.wellshare-form .form-group {
    margin-bottom: 1rem;
}

.wellshare-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.wellshare-form input,
.wellshare-form textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

.wellshare-form .submit-row {
    text-align: right;
}

.wellshare-form input[type="submit"],
.wellshare-form button {
    background: #A19487;
    color: #fff;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.wellshare-form input[type="submit"]:hover,
.wellshare-form button:hover {
    background: #283635;
}

.success-message {
    color: green;
    font-weight: bold;
    margin-bottom: 1rem;
}

.error-message {
    color: red;
    font-weight: bold;
    margin-bottom: 1rem;
}

.tab-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 1px;
    margin: 2rem 0 1rem;
    gap: 0.5rem;
}

.tab-nav li a {
    padding: 0.5rem 1rem;
    background: #e0e0e0;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    color: #333;
}

.tab-nav li a.active, .tab-nav li a:hover {
    background: #A19487;
    color: #fff;
}

.tab-content {
    padding: 1rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.bookings-list {
    margin-top: 2rem;
}

.booking-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
    margin-bottom: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 6px;
}

.cancel-form button {
    background: #cc0000;
    color: #fff;
    padding: 0.25rem 0.75rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.cancel-form button:hover {
    background: #a50000;
}

.woocommerce-order{
    margin: 3rem 2rem;
}
.woocommerce ul.order_details{
    padding:0 !important;
}

.woocommerce ul.order_details {
    padding: 0;
}