.profile-page {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 15px;
}

.profile-wrapper {
    display: flex;
    gap: 20px;
    background: #111726;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(212,175,55,0.4);
    max-width: 700px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.profile-left {
    display: flex;
    justify-content: center; /* ⭐ ทำให้รูปอยู่กลางกล่อง */
}

.profile-right {
    text-align: center; /* ⭐ ทำให้ข้อความอยู่กลางกล่อง */
}






.profile-photo {
    width: 100px;
    height: 130px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid #D4AF37;
}

.profile-right {
    flex: 1;
    color: #F5D77A;
}

.profile-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #ffffff;
}

.status.alive { color: #7CFC00; }
.status.dead { color: #FF4C4C; }

.back-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 15px;
    background: #D4AF37;
    color: #0A0F1F;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}
.profile-right, .profile-info, .profile-wrapper {
    display: block;
    visibility: visible;
    color: #F5D77A !important;
}
