.cwea-custom-account-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 0px;
    font-family: Arial, sans-serif;
}

.cwea-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cwea-form-header h2 {
    font-size: 24px;
    color: #333;
}

.cwea-edit-profile-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #e6efff;
    color: #00587D;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px !important;
    font-weight: 500;
    transition: background-color 0.3s;
}

.cwea-edit-profile-button:hover {
    background-color: #d0e0ff;
}

.cwea-edit-profile-button .dashicons {
    margin-right: 5px;
}

.cwea-form-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.cwea-form-section h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.cwea-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.cwea-form-group {
    flex: 1 1 30%;
    min-width: 200px;
}

.cwea-form-group label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.cwea-form-group p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.cwea-form-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.cwea-form-control:disabled {
    background: #f9f9f9;
    color: #777;
}


.cwea-header-with-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; /* Adjust spacing below the header */
}

.cwea-header-with-link h3 {
    margin: 0; /* Remove default margin from h3 to align properly */
}

.cwea-edit-profile-button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #0073aa; /* WooCommerce default link color, adjust as needed */
    font-size: 16px;
}

.cwea-edit-profile-button .dashicons {
    margin-right: 5px; /* Space between the icon and text */
}

.cwea-last-section {
    margin-bottom:0px !important;
}

.cwea-submit-buttom {
    float: right;
    margin-bottom: 10px;
}

.cwea-submit-buttom button{
    padding: 14px 25px !important;
    font-size: 12px !important;
}