.profiles-container{display:flex;flex-direction:column;font-family:Arial,sans-serif;gap:2rem;padding:2rem}.profile-card{background:#fff;border:1px solid #ccc;border-radius:8px;padding:2rem}.profile-header{align-items:center;display:flex;gap:2rem}.profile-image{border-radius:50%;height:120px;object-fit:cover;width:120px}.profile-info h2{color:#2a2a2a;font-size:1.5rem;margin:0}a:active,a:link{color:#00005e!important}.profile-description{background-color:#f3f9ff;display:flex;gap:2rem;margin-top:1.5rem;padding:1rem}.description-column{width:50%}.profile-content{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;max-width:75%}.profile-body{display:flex}.latest-reports,.latest-stories{flex:1;padding:1rem}.latest-reports h3,.latest-stories h3{color:#2a2a2a;font-size:1.25rem;margin-bottom:1rem}.latest-reports ul{display:flex;gap:2rem;justify-content:space-between}.latest-stories{margin-top:2rem}.latest-reports ul,.latest-stories ul{list-style:none;margin:0;padding:0}.latest-reports li,.latest-stories li{margin-bottom:1rem}.latest-reports a,.latest-stories a{color:#0f038c;font-weight:700;text-decoration:none}.latest-reports a:hover,.latest-stories a:hover{text-decoration:underline}.follow-button{background-color:#0a72ef;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.follow-button:hover{background-color:#095bb3}