aside {
    background-color: #000000a9;
    padding: 15px 15px;
}

div#profile_pic {
    display: flex;
    justify-content: center;
}

div#profile_pic > img {
    border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(73, 201, 248);
}

.sidebar {
    min-height: 90vh;
    background: linear-gradient(180deg, #020617, #020617);
    padding: 24px;
}

.sidebar h1 {
    font-size: 1.6rem;
    margin-bottom: 4px;
    color: #38bdf8;
}

.role {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 24px;
}

.section {
    margin-bottom: 20px;
}

.section h2 {
    font-size: 0.95rem;
    margin-bottom: 8px;
    color: #facc15;
    display: flex;
    align-items: center;
    gap: 6px;
}

.section p,
.section ul {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #cbd5f5;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.section ul li {
    margin-bottom: 6px;
}

.social a {
    color: #38bdf8;
    text-decoration: none;
    font-weight: 500;
}

.social a:hover {
    text-decoration: underline;
}