.course-instructor-badge{display:flex;flex-direction:column;align-items:center;gap:5px;min-width:0}.instructor-avatar{width:48px;height:48px;flex:0 0 auto;border-radius:50%;overflow:hidden;display:grid;place-items:center;border:2px solid #ffffff99;background:#33465e;color:#fff}.instructor-avatar img{position:static;inset:auto;width:100%;height:100%;object-fit:cover}.instructor-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instructor-dialog{box-sizing:border-box;width:min(580px, calc(100vw - 32px));max-height:calc(100dvh - 48px);margin:auto;padding:0;border:1px solid #46536b;border-radius:16px;background:#182235;color:#f2f5fc;box-shadow:0 24px 90px #0005;font:inherit;text-align:right}.instructor-dialog::backdrop{background:#080f1dbb}.instructor-dialog>header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #34425a}.instructor-dialog h2{font-size:18px;margin:0;color:inherit}.instructor-dialog h3{font-size:16px;margin-top:24px;color:inherit}.instructor-dialog form{margin:0}.instructor-dialog header button{font-size:26px;border:0;background:transparent;color:inherit;padding:0 8px;cursor:pointer}.instructor-dialog-body{padding:24px}.instructor-dialog .course-instructor-badge{flex-direction:row;gap:14px;font-size:20px;font-weight:700}.instructor-dialog .instructor-avatar{width:80px;height:80px}.instructor-dialog .instructor-name{white-space:normal;overflow-wrap:anywhere}.instructor-headline{color:#b7c6dd}.instructor-biography{white-space:pre-wrap;overflow-wrap:anywhere;line-height:2}.instructor-links{display:flex;flex-wrap:wrap;gap:10px}.instructor-links a{color:#d4e7ff;background:#273b56;border:1px solid #466183;border-radius:8px;padding:10px 14px;text-decoration:none}.instructor-dialog :is(button,a):focus-visible,[data-open-instructor]:focus-visible{outline:3px solid #a5a5ff;outline-offset:3px}.catalog-preview .catalog-preview-copy.has-instructor{grid-template-columns:minmax(0, 1fr) 64px;column-gap:8px;align-items:center}.catalog-preview .catalog-preview-copy.has-instructor>.catalog-preview-meta,.catalog-preview .catalog-preview-copy.has-instructor>h2{grid-column:1}.catalog-preview .catalog-preview-copy>.course-instructor-badge{grid-column:2;grid-row:1 / 3;font-size:11px;line-height:1.5;color:#fff}.catalog-preview .instructor-avatar img{position:static;width:100%;height:100%;object-fit:cover}.catalog-preview .catalog-preview-card{position:relative}.catalog-preview .instructor-card-action{position:absolute;z-index:3;inset-inline-end:18px;bottom:16px;width:64px;height:70px;padding:0;opacity:0;cursor:pointer;border:0}.catalog-preview .instructor-card-action:focus-visible{opacity:1;background:#182235ee;color:#fff;font:inherit;font-size:11px;border-radius:8px}@media (max-width: 1180px){.catalog-preview .instructor-card-action{inset-inline-end:14px;bottom:14px}}
/*# sourceMappingURL=instructors.css.map */

.catalog-preview-copy > .course-instructor-badge{position:relative;gap:0}
.catalog-preview-copy .instructor-avatar{width:60px;height:60px}
.catalog-preview-copy .instructor-name{position:absolute;bottom:calc(100% + 8px);left:0;z-index:5;max-width:240px;width:max-content;padding:5px 9px;border:1px solid #626f86;border-radius:7px;background:#191f2b;color:#f1f4fa;font-size:12px;line-height:1.6;white-space:normal;pointer-events:none;opacity:0;visibility:hidden;transition:opacity 80ms ease}
.catalog-preview-copy .course-instructor-badge:hover .instructor-name,.catalog-preview-card:has(.instructor-card-action:hover) .instructor-name,.catalog-preview-card:has(.instructor-card-action:focus-visible) .instructor-name{opacity:1;visibility:visible}
.catalog-preview .instructor-card-action{height:60px}
.catalog-preview .instructor-card-action:focus-visible{opacity:1;background:transparent;color:transparent;font-size:0;outline:2px solid #b5adff;outline-offset:3px;border-radius:50%}
