/* v96 focused record flow */
#experience,#education{display:grid;gap:12px}
#experience .entry.v96-record-card,#education .entry.v96-record-card{padding:0!important;border:1px solid #d8e2ee!important;border-radius:14px!important;background:#fff!important;overflow:hidden;box-shadow:0 2px 8px rgba(20,47,82,.04)}
.v96-record-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:17px 18px;background:#fff}
.v96-record-summary-main{min-width:0}.v96-record-summary-main strong{display:block;color:#132f50;font-size:15px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v96-record-summary-main span{display:block;color:#586b80;font-size:12px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v96-record-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.v96-record-actions button{min-height:36px;padding:7px 11px;border:1px solid #cdd9e7;border-radius:8px;background:#fff;color:#1c4f84;font-weight:700;font-size:12px}.v96-record-actions [data-v96-edit]{background:#eef5ff;border-color:#b9d0ed}.v96-record-actions .v96-delete{color:#a32f35}
.v96-record-body{padding:18px;background:#fbfdff}.v96-focus-head{margin:-2px 0 20px;padding-bottom:14px;border-bottom:1px solid #dfe8f2}.v96-focus-head h2{margin:3px 0 6px;color:#132f50;font-size:23px}.v96-focus-head p{margin:0;color:#5a6b7d}.v96-focus-actions{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:22px;padding-top:16px;border-top:1px solid #dfe8f2}.v96-focus-actions button{min-height:42px}.v96-focus-actions .primary{margin-left:auto}
#experience .v96-record-body .role-starter{display:none!important}
@media(max-width:700px){.v96-record-summary{grid-template-columns:1fr;padding:14px}.v96-record-actions{justify-content:flex-start}.v96-record-body{padding:14px}.v96-record-actions button{min-height:42px}.v96-focus-actions{align-items:stretch;flex-direction:column}.v96-focus-actions .primary{margin-left:0}}
