.PatientPage{flex-direction:column;gap:24px;display:flex}.PatientPage .DoctorDashboard-content,.PatientPage .DoctorDashboard-table{width:100%}.PatientPage-header{align-items:center;gap:16px;display:flex}.PatientPage-header>:nth-child(2){margin-left:auto}.PatientCard{--Card--pad-block:24px;--Card--pad-inline:24px;border:1.5px solid var(--gray-2);box-shadow:none;border-radius:24px;gap:0}.PatientCard-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.PatientCard-headerDate{color:var(--gray-9);margin-left:auto}.PatientCard-editLink{margin-left:auto;display:flex}.PatientCard-table{border-collapse:collapse;table-layout:auto;width:100%}.PatientCard-table th{text-align:left;color:var(--gray-8);border-bottom:none;padding:12px 16px}.PatientCard-table .PatientCard-table-pillColumnHeader{padding-left:32px}.PatientCard-table td{border-bottom:1px solid var(--gray-2);color:var(--gray-11);padding:16px}.PatientCard-table tr:last-child td{border-bottom:none}.PatientCard-bioAge{align-items:center;gap:8px;display:flex}.PatientCard-bioAgeBadge{border:1px solid;border-radius:16px;align-items:center;padding:4px 10px;display:inline-flex}.PatientCard-bioAgeBadge--positive{background:var(--orange-0);border-color:var(--orange-1);color:var(--orange-8)}.PatientCard-bioAgeBadge--negative{background:var(--primary-1);border-color:var(--primary-3);color:var(--primary-10)}.PatientCard-infoGrid{grid-template-columns:repeat(2,1fr);gap:20px 32px;display:grid}.PatientCard-infoGrid--dense{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.PatientCard-infoItem{flex-direction:column;gap:4px;display:flex}.PatientCard-infoItem--fullWidth{grid-column:1/-1}.PatientCard-infoLabel{color:var(--gray-9);align-items:center;gap:8px;display:flex}.PatientCard-infoValue--empty{color:var(--gray-7)}.PatientCard-resendButton{margin-top:16px}.PatientCard-pdfWithDelete{align-items:center;gap:8px;display:flex}.PatientCard-deleteBtn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background-color .15s;display:flex}.PatientCard-deleteBtn:hover{background-color:var(--red-0)}.PatientCard-deleteBtn img{opacity:.6;transition:opacity .15s}.PatientCard-deleteBtn:hover img{opacity:1}.PatientCard-connectionsList{flex-direction:column;gap:12px;display:flex}.PatientCard-connection{background:var(--gray-1);border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.PatientCard-connectionStatus{background:var(--gray-0);border:1px solid var(--gray-2);color:var(--gray-10);border-radius:16px;align-items:center;padding:6px 12px;display:inline-flex}.PatientCard-connectionStatus--connected{background:var(--primary-1);border-color:var(--primary-3);color:var(--primary-10)}.PatientCard-connectionStatus--pending{background:var(--orange-0);border-color:var(--orange-1);color:var(--orange-8)}.PatientCard-connectionStatus--rejected{background:var(--red-0);border-color:var(--red-2);color:var(--red-8)}.ColleagueList-subheader{color:var(--gray-8);font-weight:500}.ColleagueList{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:4px;display:grid}.ColleagueList-item{color:var(--gray-12);border-left:3px solid transparent;border-radius:8px;justify-content:space-between;align-items:center;padding:6px 12px;text-decoration:none;transition:background .15s;display:flex}.ColleagueList-item--connected{border-left-color:var(--primary-8)}.ColleagueList-item--connected:hover{background:var(--primary-1)}.ColleagueList-item--pending{border-left-color:var(--orange-6)}.ColleagueList-item--pending:hover{background:var(--orange-0)}.ColleagueList-name{font-weight:500}.ColleagueList-role{color:var(--gray-8)}.PatientPage-twoColumn{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:800px){.PatientPage-twoColumn,.PatientCard-infoGrid,.PatientCard-infoGrid--dense{grid-template-columns:1fr}.PatientCard-table{display:block;overflow-x:auto}}