﻿.profile-container {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(44, 62, 80, 0.08);
    box-shadow: 0 18px 40px rgba(31, 42, 54, 0.08);
    position: relative;
}

    .profile-container input:disabled,
    .profile-container textarea:disabled {
        background-color: #e9ecef;
    }

.edit-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f8f4ee;
    border: 1px solid rgba(44, 62, 80, 0.08);
    color: #1f2a36;
    font-size: 1rem;
    border-radius: 999px;
    padding: 0.55rem 0.95rem;
    cursor: pointer;
}

.save-btn {
    display: none;
}
