
.cbio-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    max-width: 550px;
    margin: 20px auto;
    gap: 20px;
}

.cbio-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%; /* Make image round */
    object-fit: cover; /* Proper crop */
}

.cbio-info h3 {
    margin: 0 0 5px;
    font-size: 20px;
    color: #0d4ba0;
    font-weight: 600;
}

.cbio-title {
    font-size: 15px;
    color: #444;
    margin: 0 0 3px;
}

.cbio-company {
    font-size: 15px;
    color: #e29518;
    font-weight: 600;
    margin: 0;
}
