.profile-header {
    background: #0a0a0a;
    background-size: cover;
   	background-position: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    color: #fff;
}

.profile-header-overlay {
    text-align: center;
    padding: 2rem;
}

.profile-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-bottom: 1rem;
}

.profile-role {
    color: #0f0;
    font-weight: bold;
}

.profile-content {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2rem;
    color: #fff;
}

.profile-bio,
.profile-posts {
    margin-bottom: 3rem;
}

.posts-list {
    display: grid;
    gap: 1rem;
}

.post-item {
    border-left: 3px solid #0f0;
    padding-left: 1rem;
    color: #fff;
}

.post-item h3 a {
    color: #fff;
    text-decoration: none;
}

.post-item h3 a:hover {
    text-decoration: underline;
}

.post-date {
    font-size: 0.9rem;
    color: #ccc;
}
