#zhopy-profile {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', sans-serif;
}

#zhopy-profile h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

#profile-details p {
    margin: 10px 0;
    font-size: 16px;
    color: #444;
}

#profile-details strong {
    color: #000;
}

#profile-message {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

#profile-addresses {
    margin-top: 20px;
}

#profile-addresses ul {
    padding-left: 20px;
    list-style-type: disc;
}

#profile-addresses li {
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    border-left: 4px solid #007bff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
