.account-summary {
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    color: #1B1918;
}

.account-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #D9D9D9;
}

.account-label {
    font-size: 16px;
    font-weight: 500;
}

.account-value {
    flex: 1;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 300;
}

.edit-button {
    background: none;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 300 !important;
    color: #DAA453;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
    text-decoration: none !important;
}

.edit-button:hover {
    opacity: 0.7;
}

.edit-section {
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
}

.edit-section input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 14px;
}

.edit-section .update-master-button{
    background-color: #1B1918;
    color: #F9F7F5;
    padding: 12px 30px;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    text-decoration: none;
}

.edit-section .update-master-button:hover {
    opacity: 0.9;
}


.woocommerce-breadcrumb-wrapper {
    margin-bottom: 30px;
}

.woocommerce-breadcrumb {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #b58b64;
}

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

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}


/* login -register */
.auth-separator{
	display:flex; align-items:center; gap:12px;
	margin:16px 0 8px; font-size:.9rem; color:#6b6b6b;
	text-transform:uppercase; letter-spacing:.06em;
}
.auth-separator::before,
.auth-separator::after{
	content:""; flex:1; height:1px; background:#e6e6e6;
}

/* keep the social button aligned/consistent */
.social-login-wrap{ margin-top:8px; }
.social-login-wrap .nsl-container-buttons{
	display:flex !important; justify-content:center !important;
}
.social-login-wrap .nsl-button{ width:100%; max-width:420px; }
.nsl-container-buttons a {
	display: flex !important;
	justify-content: center !important;
}

