.profile-card-container {
    margin-bottom: 25px;
}

.profile-card-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.profile-card {
    background: linear-gradient(145deg, #0b2347 0%, #061124 100%);
    border: 1px solid rgba(255, 204, 0, 0.3);
    border-radius: 10px;
    padding: 20px;
    color: #e2e8f0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.profile-avatar-container {
    text-align: center;
    margin-bottom: 15px;
}

.profile-avatar {
    width: 65px;
    height: 65px;
    background: #a9a9a9;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.2rem;
}

.profile-divider {
    height: 1px;
    background: #fff;
    margin-bottom: 15px;
}

.profile-data-row {
    display: flex;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.profile-data-label {
    width: 130px;
    flex-shrink: 0;
}

.profile-data-colon {
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.profile-data-value {
    flex-grow: 1;
}
