.patient-access-card{overflow:hidden}
.patient-access-list-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px 16px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfcfb)}
.patient-access-list-head h3{margin:4px 0 3px;font-size:18px;letter-spacing:-.02em}
.patient-access-list-head p{max-width:720px;margin:0;color:var(--muted);font-size:11px;line-height:1.5}
.patient-access-list-head .count-chip{flex:0 0 auto}
.patient-access-table td{vertical-align:middle}
.patient-access-table .access-email{color:#425852}
.patient-access-table .table-actions{align-items:center}
.patient-access-table .row-action{min-height:32px;padding:6px 10px;border-radius:8px}
.patient-access-table tbody tr:hover{background:#f7faf8}
@media(max-width:760px){
  .patient-access-list-head{align-items:flex-start;padding:17px;flex-direction:column}
  .patient-access-list-head .count-chip{align-self:flex-start}
  .patient-access-card{border:0;background:transparent;box-shadow:none}
  .patient-access-table,.patient-access-table tbody,.patient-access-table tr,.patient-access-table td{display:block;width:100%}
  .patient-access-table thead{display:none}
  .patient-access-table tbody{display:grid;gap:10px}
  .patient-access-table tbody tr{padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 7px 18px rgba(24,55,49,.045)}
  .patient-access-table td{display:grid;grid-template-columns:105px minmax(0,1fr);align-items:center;gap:10px;padding:6px 0;border:0}
  .patient-access-table td:before{content:attr(data-label);color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
  .patient-access-table td[data-label="Paciente"]{padding-top:0;font-size:14px}
  .patient-access-table td[data-label="Acciones"]{display:block;padding-top:11px;margin-top:5px;border-top:1px solid var(--line)}
  .patient-access-table td[data-label="Acciones"]:before{display:none}
  .patient-access-table .table-actions{justify-content:flex-start;flex-wrap:wrap}
  .patient-access-table .row-action{flex:1 1 auto;text-align:center}
}
