.elexon-spacehub .esh-videos{position:relative;isolation:isolate;color:var(--esh-dark);background-color:var(--esh-paper);background-image:var(--esh-videos-bg);background-position:center;background-size:cover}.elexon-spacehub .esh-videos .elexon-spacehub__container{padding-top:56px;padding-bottom:56px}.elexon-spacehub .esh-videos .esh-section-head{margin-bottom:12px}.elexon-spacehub .esh-videos .esh-eyebrow{color:#00008c}.elexon-spacehub .esh-videos__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:24px}.elexon-spacehub .esh-video-card{appearance:none;display:block;width:100%;padding:0;color:var(--esh-text);font-family:var(--esh-font);text-align:left;background:rgba(0,0,0,0);border:0;border-radius:0;cursor:pointer}.elexon-spacehub .esh-video-card:disabled{cursor:not-allowed;opacity:.6}.elexon-spacehub .esh-video-card__media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:hsla(0,0%,100%,.08);border:1px solid #fff;border-radius:4px}.elexon-spacehub .esh-video-card__image{display:block;width:100%;height:100%;border-radius:4px;object-fit:cover}.elexon-spacehub .esh-video-card__title{position:absolute;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:flex-end;height:115px;padding:16px 24px;color:#fff;font-size:16px;font-weight:600;line-height:1.2;background:linear-gradient(to top, #000000 0%, rgba(102, 102, 102, 0) 100%)}.elexon-spacehub .esh-video-card .esh-play-badge{z-index:2}.elexon-spacehub .esh-video-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;color:var(--esh-text)}.elexon-spacehub .esh-video-modal[hidden]{display:none}.elexon-spacehub .esh-video-modal__backdrop{position:absolute;inset:0;background:rgba(3,9,18,.86);backdrop-filter:blur(12px)}.elexon-spacehub .esh-video-modal__dialog{position:relative;z-index:1;width:min(100%,980px);max-height:min(900px,100vh - 48px);overflow:auto;background:var(--esh-dark);border:1px solid var(--esh-line);box-shadow:0 30px 120px rgba(0,0,0,.46)}.elexon-spacehub .esh-video-modal__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border-bottom:1px solid var(--esh-line)}.elexon-spacehub .esh-video-modal__title{margin:0;color:var(--esh-text);font-size:18px;font-weight:700;line-height:1.3}.elexon-spacehub .esh-video-modal__frame{aspect-ratio:16/9;width:100%;background:#000}.elexon-spacehub .esh-video-modal__frame iframe{display:block;width:100%;height:100%;border:0}@media(max-width: 768px){.elexon-spacehub .esh-videos{padding-top:64px;padding-bottom:64px}.elexon-spacehub .esh-videos__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 480px){.elexon-spacehub .esh-videos__grid{grid-template-columns:1fr}.elexon-spacehub .esh-video-modal{padding:12px}}