/* BFP Campus 2.9.0 — Design System BFP / Normalización visual integral */
:root{
  --bfp-radius-panel:13px;--bfp-radius-control:9px;--bfp-radius-small:7px;
  --bfp-space-1:6px;--bfp-space-2:10px;--bfp-space-3:14px;--bfp-space-4:18px;--bfp-space-5:24px;
  --bfp-panel:#fff;--bfp-panel-soft:#f7fafc;--bfp-border:#dfe8ee;--bfp-border-strong:#cedce5;
  --bfp-text:#153246;--bfp-text-soft:#657b8b;--bfp-primary:#0d7fb4;--bfp-primary-dark:#14516f;
  --bfp-success:#238466;--bfp-warning:#b77b17;--bfp-danger:#b94f55;
  --bfp-elev-1:0 2px 8px rgba(20,55,80,.035);--bfp-elev-2:0 8px 24px rgba(20,55,80,.065)
}
.bfp-ds-290 .content-inner--after-hero{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding:0 clamp(20px,2vw,32px) 32px!important;
  box-sizing:border-box;
}
.bfp-ds-290 .global-page-hero{margin-bottom:20px}
.bfp-ds-290 .global-page-hero__inner{min-height:136px}
/* El Page Hero reemplaza los encabezados repetidos, conservando sus acciones como toolbar. */
.bfp-ds-290 .content-inner--after-hero>.page-intro,
.bfp-ds-290 .content-inner--after-hero>*>.page-head:first-child{margin:0 0 16px!important;min-height:0;align-items:center!important;justify-content:flex-end!important;gap:8px!important}
.bfp-ds-290 .content-inner--after-hero>.page-intro>div:first-child,
.bfp-ds-290 .content-inner--after-hero>*>.page-head:first-child>div:first-child{display:none!important}
.bfp-ds-290 .content-inner--after-hero>.page-intro:not(:has(>button,>a,>form,>.alerts-sync,>.live-chip)),
.bfp-ds-290 .content-inner--after-hero>*>.page-head:first-child:not(:has(>button,>a,>form)){display:none!important}
.bfp-ds-290 .content-inner--after-hero>.page-intro:has(>button,>a,>form,>.alerts-sync,>.live-chip),
.bfp-ds-290 .content-inner--after-hero>*>.page-head:first-child:has(>button,>a,>form){display:flex!important;padding:10px 12px;background:var(--bfp-panel);border:1px solid var(--bfp-border);border-radius:var(--bfp-radius-panel);box-shadow:var(--bfp-elev-1)}
/* 2.9.1 — Layout global full-width.
   La página usa todo el espacio disponible; sólo los componentes que por naturaleza
   requieren una medida contenida (diálogos, formularios específicos) conservan sus límites. */
.bfp-ds-290 .content-inner--after-hero > .ia-page,
.bfp-ds-290 .content-inner--after-hero > .a11y-center,
.bfp-ds-290 .content-inner--after-hero > .evidence-page,
.bfp-ds-290 .content-inner--after-hero > .experience-page,
.bfp-ds-290 .content-inner--after-hero > .dashboard-grid,
.bfp-ds-290 .content-inner--after-hero > .grid,
.bfp-ds-290 .content-inner--after-hero > .panel,
.bfp-ds-290 .content-inner--after-hero > .card,
.bfp-ds-290 .content-inner--after-hero > .toolbar{
  width:100%;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box;
}
.bfp-ds-290 .content-inner--after-hero > *{min-width:0}

/* Superficies: menos cápsulas, más estructura. */
.bfp-ds-290 .card,.bfp-ds-290 .panel,.bfp-ds-290 .aside-card,.bfp-ds-290 .student-card,
.bfp-ds-290 .toolbar,.bfp-ds-290 .case-panel,.bfp-ds-290 .analytics-panel,.bfp-ds-290 .evidence-panel,.bfp-ds-290 .accessibility-panel,
.bfp-ds-290 .tracking-student.card,.bfp-ds-290 .case-card,.bfp-ds-290 .alert-card,.bfp-ds-290 .finding-card,.bfp-ds-290 .evidence-item{
  border-radius:var(--bfp-radius-panel)!important;border:1px solid var(--bfp-border)!important;background:var(--bfp-panel)!important;box-shadow:var(--bfp-elev-1)!important
}
.bfp-ds-290 .card,.bfp-ds-290 .panel{padding:18px}
.bfp-ds-290 .section-head,.bfp-ds-290 .panel-title{align-items:center!important;margin-bottom:12px!important;text-align:left}
.bfp-ds-290 .section-head h2,.bfp-ds-290 .panel-title h2{font-size:1.08rem!important;line-height:1.25;margin:0!important}
.bfp-ds-290 .section-head p,.bfp-ds-290 .panel-title p{margin:3px 0 0;font-size:.75rem;color:var(--bfp-text-soft)}
/* Botones y controles: geometría compartida. */
.bfp-ds-290 button,.bfp-ds-290 .button,.bfp-ds-290 .buttonlike,.bfp-ds-290 .button-link,.bfp-ds-290 .secondary,.bfp-ds-290 .ghost-button{
  min-height:38px;border-radius:var(--bfp-radius-control)!important;padding:8px 13px;font-size:.78rem;font-weight:800;box-shadow:none!important
}
.bfp-ds-290 input:not([type=checkbox]):not([type=radio]),.bfp-ds-290 select,.bfp-ds-290 textarea{
  width:100%;border-radius:var(--bfp-radius-control)!important;border:1px solid var(--bfp-border-strong)!important;background:#fff!important;box-shadow:none!important
}
.bfp-ds-290 input:not([type=checkbox]):not([type=radio]),.bfp-ds-290 select{min-height:40px;padding:8px 10px}
.bfp-ds-290 textarea{padding:10px 11px;resize:vertical}
.bfp-ds-290 label{color:#334f61;text-align:left}
.bfp-ds-290 .form-grid{gap:14px!important}
.bfp-ds-290 .actions,.bfp-ds-290 .form-actions{display:flex;gap:8px;align-items:center;justify-content:flex-start;flex-wrap:wrap}
/* Toolbars y filtros: una única gramática. */
.bfp-ds-290 .toolbar,.bfp-ds-290 .course-toolbar,.bfp-ds-290 .alerts-filters,.bfp-ds-290 .ia-filters,
.bfp-ds-290 .a11y-filters,.bfp-ds-290 .evidence-filters,.bfp-ds-290 .board-filters{
  padding:11px 12px!important;margin-bottom:14px!important;border:1px solid var(--bfp-border)!important;border-radius:var(--bfp-radius-panel)!important;background:#f8fbfd!important;box-shadow:none!important;align-items:end!important;gap:9px!important
}
.bfp-ds-290 .toolbar label,.bfp-ds-290 .alerts-filters label,.bfp-ds-290 .ia-filters label{font-size:.66rem;font-weight:800;color:#536b7b}
/* KPI: misma altura, misma densidad, misma jerarquía. */
.bfp-ds-290 .kpi-grid,.bfp-ds-290 .alert-kpis,.bfp-ds-290 .ia-kpis,.bfp-ds-290 .a11y-kpis,.bfp-ds-290 .evidence-kpis{gap:10px!important;margin-bottom:16px!important}
.bfp-ds-290 .kpi,.bfp-ds-290 .alert-kpi,.bfp-ds-290 .ia-kpis article,.bfp-ds-290 .a11y-kpi,.bfp-ds-290 .evidence-kpi{
  min-height:92px!important;padding:13px 15px!important;border-radius:var(--bfp-radius-panel)!important;border:1px solid var(--bfp-border)!important;border-top:3px solid #8aaebe!important;background:#fff!important;box-shadow:var(--bfp-elev-1)!important;text-align:left!important
}
.bfp-ds-290 .kpi.accent,.bfp-ds-290 .ia-kpis article:nth-child(2){border-top-color:var(--bfp-primary)!important}
.bfp-ds-290 .kpi.warning,.bfp-ds-290 .alert-kpi-progress{border-top-color:#d79a31!important}
.bfp-ds-290 .alert-kpi-done{border-top-color:#3b9878!important}
.bfp-ds-290 .kpi b,.bfp-ds-290 .alert-kpi b,.bfp-ds-290 .ia-kpis strong,.bfp-ds-290 .a11y-kpi strong,.bfp-ds-290 .evidence-kpi strong{font-size:1.5rem!important;line-height:1.05!important;letter-spacing:-.035em!important}
.bfp-ds-290 .kpi small,.bfp-ds-290 .alert-kpi small,.bfp-ds-290 .ia-kpis small{font-size:.65rem!important}
.bfp-ds-290 .kpi p,.bfp-ds-290 .alert-kpi span,.bfp-ds-290 .ia-kpis span{font-size:.69rem!important}
/* Dashboard: el viejo hero pasa a ser panel de bienvenida secundario, no compite con el Page Hero. */
.bfp-ds-290 .dashboard-hero,.bfp-ds-290 .student-hero{
  min-height:0!important;margin:0 0 16px!important;padding:18px 20px!important;border-radius:var(--bfp-radius-panel)!important;background:linear-gradient(105deg,#fff,#f0f8fb)!important;color:var(--bfp-text)!important;border:1px solid var(--bfp-border)!important;box-shadow:var(--bfp-elev-1)!important
}
.bfp-ds-290 .dashboard-hero:before,.bfp-ds-290 .student-hero:before{display:none!important}
.bfp-ds-290 .dashboard-hero h1,.bfp-ds-290 .student-hero h1{font-size:1.35rem!important;line-height:1.15!important;color:var(--bfp-text)!important;margin:0 0 5px!important}
.bfp-ds-290 .dashboard-hero p,.bfp-ds-290 .student-hero p{font-size:.79rem!important;color:var(--bfp-text-soft)!important;margin:0!important}
.bfp-ds-290 .hero-orbit,.bfp-ds-290 .hero-visual{display:none!important}
.bfp-ds-290 .dashboard-grid{gap:14px!important;grid-template-columns:minmax(0,1fr) 285px!important}
.bfp-ds-290 .dashboard-aside{gap:10px!important}
/* Cursos y personas: tarjetas más editoriales y menos redondeadas. */
.bfp-ds-290 .grid,.bfp-ds-290 .showcase{gap:12px!important}
.bfp-ds-290 .course-card,.bfp-ds-290 .course-tile{border-radius:var(--bfp-radius-panel)!important;border:1px solid var(--bfp-border)!important;box-shadow:var(--bfp-elev-1)!important;transform:none}
.bfp-ds-290 .course-card:hover,.bfp-ds-290 .course-tile:hover{transform:translateY(-2px);box-shadow:var(--bfp-elev-2)!important}
.bfp-ds-290 .course-cover,.bfp-ds-290 .course-tile-visual{height:116px!important;min-height:116px!important}
.bfp-ds-290 .course-body,.bfp-ds-290 .course-tile-body{padding:14px!important;text-align:left}
.bfp-ds-290 .people-identity,.bfp-ds-290 .tracking-student{align-items:flex-start;text-align:left}
/* Píldoras sólo para estados/metadata; compactas. */
.bfp-ds-290 .pill,.bfp-ds-290 .status,.bfp-ds-290 .count-pill,.bfp-ds-290 .live-chip,.bfp-ds-290 .num-badge,
.bfp-ds-290 [class*="status-badge"],.bfp-ds-290 .severity-badge,.bfp-ds-290 .alert-type,.bfp-ds-290 .alert-status{
  min-height:0!important;padding:4px 8px!important;border-radius:999px!important;font-size:.61rem!important;line-height:1.25!important;box-shadow:none!important
}
/* Tablas y listados: bordes funcionales, lectura horizontal. */
.bfp-ds-290 table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;text-align:left}
.bfp-ds-290 thead th{padding:9px 11px!important;background:#f4f8fa!important;border-bottom:1px solid var(--bfp-border)!important;color:#536d7e!important;font-size:.64rem!important;font-weight:850!important;text-transform:uppercase;letter-spacing:.035em}
.bfp-ds-290 tbody td{padding:10px 11px!important;border-bottom:1px solid #edf2f5!important;vertical-align:middle;font-size:.76rem}
.bfp-ds-290 tbody tr:last-child td{border-bottom:0!important}
.bfp-ds-290 tbody tr:hover{background:#f8fbfd!important}
.bfp-ds-290 .ia-table-wrap,.bfp-ds-290 .table-wrap{max-width:100%;overflow-x:auto;border:1px solid var(--bfp-border);border-radius:var(--bfp-radius-panel)}
/* Listas operativas. */
.bfp-ds-290 .early-alert,.bfp-ds-290 .event-card,.bfp-ds-290 .task-card,.bfp-ds-290 .evidence-item,.bfp-ds-290 .finding-card{
  border-radius:var(--bfp-radius-control)!important;box-shadow:none!important;text-align:left
}
.bfp-ds-290 .early-alert{padding:13px 14px!important;gap:14px!important}
.bfp-ds-290 .alerts-panel{padding:16px!important}
.bfp-ds-290 .alerts-sync{padding:7px 10px!important;border-radius:var(--bfp-radius-control)!important;text-align:left!important}
/* Calendario. */
.bfp-ds-290 .calendar-shell{gap:14px!important;align-items:start}
.bfp-ds-290 .calendar-head{align-items:center!important}
.bfp-ds-290 .agenda{gap:8px!important}.bfp-ds-290 .event-card{padding:11px 12px!important}
.bfp-ds-290 .agenda-side{text-align:left!important}
/* Mensajes / notificaciones / seguimiento. */
.bfp-ds-290 .message-list,.bfp-ds-290 .notification-list,.bfp-ds-290 .timeline{gap:8px!important}
.bfp-ds-290 .notice,.bfp-ds-290 .notice-list>*{border-radius:var(--bfp-radius-control)!important;text-align:left}
.bfp-ds-290 .timeline>*{text-align:left}
/* Analítica, accesibilidad, evidencias: misma densidad. */
.bfp-ds-290 .ia-page,.bfp-ds-290 .a11y-center,.bfp-ds-290 .evidence-page,.bfp-ds-290 .experience-page{gap:14px!important;text-align:left}
.bfp-ds-290 .ia-grid{gap:12px!important}.bfp-ds-290 .ia-page>.card,.bfp-ds-290 .ia-grid>.card{padding:15px!important}
.bfp-ds-290 .metric-list{gap:6px!important}.bfp-ds-290 .metric-list div{border-radius:var(--bfp-radius-control)!important;padding:8px 10px!important}
.bfp-ds-290 .report-grid{gap:8px!important}.bfp-ds-290 .report-grid article{border-radius:var(--bfp-radius-control)!important;padding:10px 11px!important}
/* Mejora continua: tablero compacto, sin columnas-cápsula. */
.bfp-ds-290 .board,.bfp-ds-290 .improvement-board{gap:12px!important;align-items:start}
.bfp-ds-290 .board-column{border-radius:var(--bfp-radius-panel)!important;background:#f7fafc!important;border:1px solid var(--bfp-border)!important;padding:10px!important;min-width:0}
.bfp-ds-290 .board-head{padding:2px 2px 9px!important;text-align:left}
.bfp-ds-290 .task-card,.bfp-ds-290 .case-card{padding:12px!important;margin-bottom:8px!important}
/* Estados vacíos y avisos. */
.bfp-ds-290 .empty,.bfp-ds-290 .alerts-empty,.bfp-ds-290 .empty-page,.bfp-ds-290 .empty-inline{
  border-radius:var(--bfp-radius-panel)!important;background:#fbfdfe!important;border:1px dashed #c9d9e3!important;box-shadow:none!important;text-align:left!important;padding:20px!important
}
.bfp-ds-290 .flash,.bfp-ds-290 .notice,.bfp-ds-290 .tip{border-radius:var(--bfp-radius-control)!important;box-shadow:none!important}
/* Diálogos: cabecera/cuerpo/pie coherentes y controles no ovalados. */
.bfp-ds-290 dialog{width:min(760px,94vw);border-radius:var(--bfp-radius-panel)!important;border:1px solid var(--bfp-border)!important;box-shadow:0 24px 70px rgba(15,44,63,.24)!important;padding:0!important}
.bfp-ds-290 dialog>form:not(.dialog-close){padding:20px!important}
.bfp-ds-290 dialog h2{font-size:1.2rem!important;letter-spacing:-.02em;margin-top:0}
.bfp-ds-290 .dialog-head,.bfp-ds-290 .case-dialog-head{border-radius:0!important;text-align:left}
/* Sistema y perfil. */
.bfp-ds-290 .system-meta-strip{border-radius:var(--bfp-radius-panel)!important;box-shadow:var(--bfp-elev-1)!important}
.bfp-ds-290 .profile-hero{border-radius:var(--bfp-radius-panel)!important;text-align:left}
/* Accesibilidad: el modo de alto contraste conserva prioridad semántica. */
.bfp-ds-290.contrast .card,.bfp-ds-290.contrast .panel,.bfp-ds-290.contrast .toolbar,.bfp-ds-290.contrast .kpi,
.bfp-ds-290.contrast input,.bfp-ds-290.contrast select,.bfp-ds-290.contrast textarea{box-shadow:none!important}
/* Responsive: sin desbordes horizontales ni alturas artificiales. */
.bfp-ds-290 .content-inner--after-hero,.bfp-ds-290 .card,.bfp-ds-290 .panel,.bfp-ds-290 .grid>*{min-width:0}
.bfp-ds-290 img,.bfp-ds-290 svg{max-width:100%}
.bfp-ds-290 p,.bfp-ds-290 td,.bfp-ds-290 th,.bfp-ds-290 h1,.bfp-ds-290 h2,.bfp-ds-290 h3{overflow-wrap:anywhere}
@media(max-width:1100px){
  .bfp-ds-290 .dashboard-grid{grid-template-columns:1fr!important}.bfp-ds-290 .dashboard-aside{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bfp-ds-290 .kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .bfp-ds-290 .content-inner--after-hero{padding-left:14px!important;padding-right:14px!important}
  .bfp-ds-290 .global-page-hero__inner{padding-left:14px!important;padding-right:14px!important}
  .bfp-ds-290 .card,.bfp-ds-290 .panel{padding:14px}
  .bfp-ds-290 .dashboard-aside,.bfp-ds-290 .kpi-grid,.bfp-ds-290 .alert-kpis,.bfp-ds-290 .ia-kpis{grid-template-columns:1fr!important}
  .bfp-ds-290 .actions,.bfp-ds-290 .form-actions{align-items:stretch}.bfp-ds-290 .actions>*{max-width:100%}
  .bfp-ds-290 .content-inner--after-hero>.page-intro:has(>button,>a,>form,>.alerts-sync,>.live-chip),.bfp-ds-290 .content-inner--after-hero>*>.page-head:first-child:has(>button,>a,>form){align-items:stretch!important;flex-direction:column!important}
  .bfp-ds-290 .content-inner--after-hero>.page-intro>button,.bfp-ds-290 .content-inner--after-hero>*>.page-head:first-child>a{width:100%}
}
@media(max-width:520px){
  .bfp-ds-290 .kpi-grid{grid-template-columns:1fr!important}.bfp-ds-290 .global-page-hero{margin-bottom:14px}
  .bfp-ds-290 .global-page-hero__inner{min-height:122px}.bfp-ds-290 .course-cover,.bfp-ds-290 .course-tile-visual{height:104px!important;min-height:104px!important}
}


/* ============================================================
   BFP Campus 2.9.2 — Ficha de curso normalizada
   El Page Hero global queda como única cabecera del curso.
   ============================================================ */
.bfp-ds-290 .course-summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,460px);
  gap:24px;
  align-items:center;
  width:100%;
  margin:18px 0 20px;
  padding:18px 20px;
  background:#fff;
  border:1px solid var(--bfp-line);
  border-radius:var(--bfp-radius);
  box-shadow:var(--bfp-shadow-soft);
  box-sizing:border-box;
}
.bfp-ds-290 .course-summary-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  min-width:0;
}
.bfp-ds-290 .course-summary-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:34px;
  padding:6px 10px;
  border:1px solid #dbe7ee;
  border-radius:9px;
  background:#f6fafc;
  color:#486174;
  font-size:.84rem;
  line-height:1.2;
}
.bfp-ds-290 .course-summary-chip b{color:#123b55;font-weight:700}
.bfp-ds-290 .course-summary-progress{min-width:0}
.bfp-ds-290 .course-progress-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:7px;
  color:#123b55;
  font-size:.88rem;
  font-weight:700;
}
.bfp-ds-290 .course-progress-heading strong{
  color:#087fb5;
  font-size:1rem;
}
.bfp-ds-290 .course-progress-track{
  width:100%;
  height:9px;
  overflow:hidden;
  border-radius:5px;
  background:#e4edf2;
}
.bfp-ds-290 .course-progress-track>span{
  display:block;
  height:100%;
  min-width:0;
  border-radius:5px;
  background:linear-gradient(90deg,#087fb5,#27a7c7);
}
.bfp-ds-290 .course-summary-progress>small{
  display:block;
  margin-top:6px;
  color:#6b7f8d;
  font-size:.76rem;
}
.bfp-ds-290 .course-layout{
  align-items:start;
  gap:16px;
}
.bfp-ds-290 .course-side{gap:12px}
.bfp-ds-290 .course-side .card{padding:18px}
.bfp-ds-290 .course-students{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:12px 0;
}
.bfp-ds-290 .course-students>span{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  align-items:center;
  gap:9px;
  width:100%;
  min-width:0;
}
.bfp-ds-290 .course-students>span i{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:9px;
  background:#eaf5fa;
  color:#0b6f9c;
  font-style:normal;
  font-weight:800;
}
.bfp-ds-290 .course-students>span b{
  min-width:0;
  overflow-wrap:anywhere;
  line-height:1.25;
}
@media (max-width:1000px){
  .bfp-ds-290 .course-summary{grid-template-columns:1fr}
}
@media (max-width:640px){
  .bfp-ds-290 .course-summary{padding:15px;gap:16px}
  .bfp-ds-290 .course-summary-meta{align-items:stretch}
  .bfp-ds-290 .course-summary-chip{flex:1 1 140px}
}


/* ============================================================
   BFP Campus 2.9.3 — Biblioteca de certificados normalizada
   Sólo afecta Mis certificados; la vista A4/imprimible permanece intacta.
   ============================================================ */
.bfp-ds-290 .certificates-intro{
  width:100%;
  max-width:none!important;
  margin:18px 0 16px!important;
  padding:14px 18px!important;
  border:1px solid #d7e8f2;
  border-radius:var(--bfp-radius-sm)!important;
  background:#eef8fd;
  box-sizing:border-box;
}
.bfp-ds-290 .certificates-intro h2,
.bfp-ds-290 .certificates-intro h3,
.bfp-ds-290 .certificates-intro strong{margin-top:0}
.bfp-ds-290 .certificates-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr));
  gap:16px!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  align-items:stretch;
}
.bfp-ds-290 .certificate-card--library{
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr);
  width:100%!important;
  max-width:none!important;
  min-width:0;
  margin:0!important;
  overflow:hidden;
  border:1px solid var(--bfp-line)!important;
  border-radius:var(--bfp-radius)!important;
  background:#fff;
  box-shadow:var(--bfp-shadow-soft)!important;
}
.bfp-ds-290 .certificate-card--library .certificate-card__brand{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:210px;
  padding:18px 12px;
  background:linear-gradient(180deg,#126f9d 0%,#1697c2 100%);
  color:#fff;
  font-size:1.75rem;
  font-weight:800;
  letter-spacing:.04em;
}
.bfp-ds-290 .certificate-card--library .certificate-card__body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:22px!important;
  text-align:left!important;
}
.bfp-ds-290 .certificate-card--library .certificate-card__body h2,
.bfp-ds-290 .certificate-card--library .certificate-card__body h3{
  margin:8px 0 8px;
  font-size:1.2rem;
  line-height:1.25;
}
.bfp-ds-290 .certificate-card--library .certificate-card__body p{
  max-width:72ch;
  margin:0 0 12px;
}
.bfp-ds-290 .certificate-card--library .certificate-meta{
  display:flex!important;
  flex-wrap:wrap;
  gap:7px 18px!important;
  margin:4px 0 16px!important;
  color:#51697a;
}
.bfp-ds-290 .certificate-card--library .certificate-meta>*{
  min-width:0;
  overflow-wrap:anywhere;
}
.bfp-ds-290 .certificate-card--library .certificate-actions{
  display:flex!important;
  flex-wrap:wrap;
  gap:8px!important;
  align-items:center;
  margin-top:auto;
}
@media (min-width:1500px){
  .bfp-ds-290 .certificates-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:720px){
  .bfp-ds-290 .certificate-card--library{grid-template-columns:1fr}
  .bfp-ds-290 .certificate-card--library .certificate-card__brand{
    min-height:72px;
    padding:12px 16px;
    justify-content:flex-start;
  }
  .bfp-ds-290 .certificate-card--library .certificate-card__body{padding:18px!important}
}
