.vendor-profile-settings {
    max-width: 640px;
    margin: 0 auto;
}

.profile-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 22px;
    margin-bottom: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.profile-card h4 {
    font-size: 16px;
    margin-bottom: 14px;
    color: #111827;
}

.profile-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.profile-row label {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 6px;
}

.profile-row input {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
}

.profile-row input:focus {
    outline: none;
    border-color: #2563eb;
}

.readonly {
    padding: 10px 12px;
    background: #f9fafb;
    border-radius: 10px;
    font-size: 14px;
    color: #374151;
}

.profile-actions {
    text-align: right;
}

.profile-actions button {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.profile-actions button:hover {
    background: #1d4ed8;
}

/* Messages */
.profile-success,
.profile-error {
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-size: 14px;
}

.profile-success {
    background: #ecfdf5;
    color: #065f46;
}

.profile-error {
    background: #fef2f2;
    color: #991b1b;
}
