.gfhg-sl {
	--gfhg-sl-charcoal: #2c2c2c;
	--gfhg-sl-cyan: #05bfdb;
	--gfhg-sl-cyan-dark: #039aae;
	--gfhg-sl-pale: #eefbfc;
	--gfhg-sl-border: #dfe4e7;
	--gfhg-sl-muted: #687076;
	font-family: Roboto, Arial, sans-serif;
	color: var(--gfhg-sl-charcoal);
	box-sizing: border-box;
}

.gfhg-sl *, .gfhg-sl *::before, .gfhg-sl *::after { box-sizing: inherit; }
.gfhg-sl [hidden] { display: none !important; }
.gfhg-sl h2, .gfhg-sl h3, .gfhg-sl p { font-family: inherit; }
.gfhg-sl-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.gfhg-sl-library__intro { max-width: 820px; margin: 0 auto 28px; text-align: center; }
.gfhg-sl-eyebrow { margin: 0 0 6px; color: var(--gfhg-sl-cyan-dark); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gfhg-sl-library__intro h2 { margin: 0 0 12px; color: var(--gfhg-sl-charcoal); font-size: clamp(32px, 5vw, 52px); line-height: 1.05; }
.gfhg-sl-library__intro > p:not(.gfhg-sl-eyebrow):not(.gfhg-sl-library__total) { margin: 0; font-size: 17px; line-height: 1.65; }
.gfhg-sl-library__total { margin: 14px 0 0; color: var(--gfhg-sl-muted); font-size: 14px; font-weight: 700; }

.gfhg-sl-library__controls, .gfhg-sl-videos__toolbar { margin: 0 0 30px; padding: 20px; border: 1px solid var(--gfhg-sl-border); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(44, 44, 44, .07); }
.gfhg-sl-search { display: block; width: 100%; min-height: 52px; padding: 12px 18px; border: 2px solid var(--gfhg-sl-cyan); border-radius: 999px; background: #fff; color: var(--gfhg-sl-charcoal); font: inherit; font-size: 16px; outline: 0; }
.gfhg-sl-search:focus { border-color: var(--gfhg-sl-cyan-dark); box-shadow: 0 0 0 4px rgba(5, 191, 219, .15); }
.gfhg-sl-library__filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.gfhg-sl-library__filters label, .gfhg-sl-scope { display: block; margin: 0; }
.gfhg-sl-library__filters label > span, .gfhg-sl-scope > span { display: block; margin: 0 0 5px; font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.gfhg-sl-library select, .gfhg-sl-videos select { width: 100%; min-height: 44px; padding: 8px 34px 8px 12px; border: 1px solid #b8c0c5; border-radius: 9px; background-color: #fff; color: var(--gfhg-sl-charcoal); font: inherit; }
.gfhg-sl-library__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; }
.gfhg-sl-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font: inherit; font-weight: 800; line-height: 1.2; text-decoration: none !important; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.gfhg-sl-button:hover { transform: translateY(-1px); }
.gfhg-sl-button--primary { background: var(--gfhg-sl-cyan); color: var(--gfhg-sl-charcoal) !important; }
.gfhg-sl-button--primary:hover { background: #32cbe2; }
.gfhg-sl-button--quiet { border-color: #c9d0d4; background: #fff; color: var(--gfhg-sl-charcoal); }

.gfhg-sl-library__status { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 0 0 14px; }
.gfhg-sl-library__status h3 { margin: 0; font-size: 24px; }
.gfhg-sl-library__status p { margin: 0; color: var(--gfhg-sl-muted); font-size: 14px; font-weight: 700; }
.gfhg-sl-library__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gfhg-sl-library-card { overflow: hidden; border: 1px solid var(--gfhg-sl-border); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(44, 44, 44, .07); }
.gfhg-sl-library-card__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 18px; }
.gfhg-sl-library-card__header h3 { margin: 0 0 4px; color: var(--gfhg-sl-charcoal); font-size: 20px; line-height: 1.2; }
.gfhg-sl-library-card__header p { margin: 0; color: var(--gfhg-sl-muted); font-size: 14px; }
.gfhg-sl-version-count { flex: 0 0 auto; padding: 4px 8px; border-radius: 999px; background: var(--gfhg-sl-pale); color: #176d79; font-size: 11px; font-weight: 800; }
.gfhg-sl-library-card__versions { border-top: 1px solid var(--gfhg-sl-border); }
.gfhg-sl-library-version { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; min-height: 52px; padding: 11px 15px; color: var(--gfhg-sl-charcoal) !important; text-decoration: none !important; }
.gfhg-sl-library-version + .gfhg-sl-library-version { border-top: 1px solid var(--gfhg-sl-border); }
.gfhg-sl-library-version:hover { background: var(--gfhg-sl-pale); }
.gfhg-sl-library-version__key { font-weight: 900; white-space: nowrap; }
.gfhg-sl-library-version__details { color: var(--gfhg-sl-muted); font-size: 12px; line-height: 1.35; }
.gfhg-sl-library-version__arrow { color: var(--gfhg-sl-cyan-dark); font-size: 20px; font-weight: 900; }
.gfhg-sl-empty { margin: 22px 0 0; padding: 26px; border: 1px dashed var(--gfhg-sl-cyan); border-radius: 16px; background: var(--gfhg-sl-pale); text-align: center; }
.gfhg-sl-empty h3 { margin: 0 0 7px; }
.gfhg-sl-empty p { margin: 5px 0; }
.gfhg-sl-empty a { color: #047f91; font-weight: 800; }

.gfhg-sl-videos__toolbar { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(210px, 300px); gap: 14px; align-items: end; }
.gfhg-sl-videos__count { grid-column: 1 / -1; margin: 0; color: var(--gfhg-sl-muted); font-size: 14px; font-weight: 700; }
.gfhg-sl-videos__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.gfhg-sl-video-card { overflow: hidden; border: 1px solid var(--gfhg-sl-border); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(44, 44, 44, .09); transition: transform .2s ease, box-shadow .2s ease; }
.gfhg-sl-video-card:hover { transform: translateY(-2px); box-shadow: 0 15px 34px rgba(44, 44, 44, .13); }
.gfhg-sl-video-card.is-highlighted { outline: 4px solid rgba(5, 191, 219, .35); outline-offset: 4px; }
.gfhg-sl button.gfhg-sl-video-card__media,
.gfhg-sl button.gfhg-sl-video-card__media:hover,
.gfhg-sl button.gfhg-sl-video-card__media:focus,
.gfhg-sl button.gfhg-sl-video-card__media:focus-visible { position: relative; display: flex; width: 100%; aspect-ratio: 16 / 9; align-items: center; justify-content: center; gap: 10px; border: 0; background-color: #2c2c2c !important; background-image: var(--gfhg-sl-thumb, radial-gradient(circle at 25% 20%, #46545a 0, #2c2c2c 48%, #171717 100%)) !important; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; color: #fff; cursor: pointer; font: inherit; }
.gfhg-sl-video-card__media.has-image::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .34); }
.gfhg-sl-video-card__media.has-image:hover::before,
.gfhg-sl-video-card__media.has-image:focus-visible::before { background: rgba(0, 0, 0, .24); }
.gfhg-sl-video-card__play, .gfhg-sl-video-card__watch { position: relative; z-index: 1; }
.gfhg-sl-video-card__play { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; padding-left: 4px; border-radius: 50%; background: var(--gfhg-sl-cyan); color: var(--gfhg-sl-charcoal); font-size: 20px; box-shadow: 0 6px 20px rgba(0, 0, 0, .25); }
.gfhg-sl-video-card__watch { font-size: 15px; font-weight: 900; text-shadow: 0 1px 3px rgba(0, 0, 0, .7); }
.gfhg-sl-video-card__media:hover .gfhg-sl-video-card__play { background: #38d4ea; transform: scale(1.04); }
.gfhg-sl-video-card__body { padding: 18px; }
.gfhg-sl-video-card__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.gfhg-sl-video-card__heading h3 { margin: 0 0 4px; color: var(--gfhg-sl-charcoal); font-size: 24px; line-height: 1.15; }
.gfhg-sl-video-card__heading p { margin: 0; color: var(--gfhg-sl-muted); font-size: 14px; }
.gfhg-sl-key-badge { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; background: var(--gfhg-sl-pale); color: #176d79; font-size: 12px; font-weight: 900; }
.gfhg-sl-video-card__version { margin: 13px 0 0; font-size: 14px; font-weight: 800; }
.gfhg-sl-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.gfhg-sl-chips span { padding: 5px 9px; border: 1px solid #bcebf1; border-radius: 999px; background: var(--gfhg-sl-pale); color: #176d79; font-size: 11px; font-weight: 800; }
.gfhg-sl-chips .gfhg-sl-tab-status--no, .gfhg-sl-chips .gfhg-sl-playthrough-status--no { border-color: #e4b8b3; background: #fff3f1; color: #92504a; }
.gfhg-sl-video-card__notes { margin: 14px 0 0; padding-top: 13px; border-top: 1px solid var(--gfhg-sl-border); color: #555; font-size: 13px; line-height: 1.5; }
.gfhg-sl-member-gate { padding: 28px; border: 1px solid var(--gfhg-sl-border); border-radius: 18px; background: var(--gfhg-sl-pale); text-align: center; }

.gfhg-sl-modal { position: fixed; z-index: 100000; inset: 0; display: grid; place-items: center; padding: 24px; }
.gfhg-sl-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .88); }
.gfhg-sl-modal__dialog { position: relative; z-index: 1; width: min(1180px, 96vw); overflow: hidden; border-radius: 16px; background: #111; box-shadow: 0 24px 80px rgba(0, 0, 0, .55); }
.gfhg-sl-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 16px; background: var(--gfhg-sl-charcoal); color: #fff; }
.gfhg-sl-modal__header h2 { margin: 0; color: #fff; font-size: 18px; }
.gfhg-sl-modal__close { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font: inherit; font-size: 30px; line-height: 1; }
.gfhg-sl-modal__close:hover, .gfhg-sl-modal__close:focus { border-color: var(--gfhg-sl-cyan); color: var(--gfhg-sl-cyan); }
.gfhg-sl-modal__player { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.gfhg-sl-modal__player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
body.gfhg-sl-modal-open { overflow: hidden; }

/* Finalized one-page member library. */
.gfhg-sl-videos--master { container-name: gfhg-sl-master-library; container-type: inline-size; }
.gfhg-sl-videos--master .gfhg-sl-videos__toolbar { grid-template-columns: minmax(300px, 1fr) minmax(190px, 250px) auto; align-items: end; gap: 12px 18px; margin-bottom: 24px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.gfhg-sl-videos--master .gfhg-sl-search { min-height: 64px; padding: 0 62px 0 24px; border: 1px solid var(--gfhg-sl-cyan); border-radius: 999px; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23919191' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.8-3.8'/%3E%3C/svg%3E"); background-position: right 22px center; background-repeat: no-repeat; background-size: 26px 26px; color: var(--gfhg-sl-charcoal); font-size: 23px; box-shadow: none; }
.gfhg-sl-videos--master .gfhg-sl-search::placeholder { color: #919191; opacity: 1; }
.gfhg-sl-videos--master .gfhg-sl-search:focus { border-color: var(--gfhg-sl-cyan); background-color: #fff; box-shadow: 0 0 0 4px rgba(5, 191, 219, .13); }
.gfhg-sl-master-artist { display: flex; min-width: 0; flex-direction: column; color: var(--gfhg-sl-charcoal); font-weight: 800; }
.gfhg-sl-master-artist > span { margin-bottom: 4px; font-size: 11px; }
.gfhg-sl-videos--master select { min-height: 48px; border: 1px solid #cfd8dc; border-radius: 10px; background-color: #fff; color: var(--gfhg-sl-charcoal); }
.gfhg-sl-master-clear { min-height: 48px; padding: 0 18px; border: 1px solid var(--gfhg-sl-cyan); border-radius: 999px; background: #fff; color: #176d79; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; line-height: 1; transition: background .2s ease, color .2s ease, transform .2s ease; }
.gfhg-sl-master-clear:hover, .gfhg-sl-master-clear:focus-visible { background: var(--gfhg-sl-cyan); color: var(--gfhg-sl-charcoal); transform: translateY(-1px); }
.gfhg-sl-master-quick-filters { display: flex; grid-column: 1 / -1; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: -2px; }
.gfhg-sl-master-quick-label { margin-right: 2px; color: var(--gfhg-sl-muted); font-size: 11px; font-weight: 800; }
.gfhg-sl-master-quick-filter { min-height: 32px; padding: 5px 12px; border: 1px solid #9ee4ed; border-radius: 999px; background: var(--gfhg-sl-pale); color: #176d79; cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; line-height: 1; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.gfhg-sl-master-quick-filter:hover, .gfhg-sl-master-quick-filter:focus-visible, .gfhg-sl-master-quick-filter.is-active { border-color: var(--gfhg-sl-cyan); background: var(--gfhg-sl-cyan); color: var(--gfhg-sl-charcoal); transform: translateY(-1px); }
.gfhg-sl-videos--master .gfhg-sl-videos__count { grid-column: 1 / -1; margin: 0; font-size: 13px; }
.gfhg-sl-master-results-heading { margin: 4px 0 16px; color: var(--gfhg-sl-charcoal); font: 800 clamp(22px, 2vw, 28px)/1.2 Roboto, Arial, sans-serif; }
.gfhg-sl-new-badge { display: inline-flex; min-height: 22px; align-items: center; justify-content: center; margin: 0 0 6px; padding: 3px 8px; border-radius: 999px; background: #ffff00; color: var(--gfhg-sl-charcoal); font-size: 9px; font-weight: 900; letter-spacing: .08em; line-height: 1; }
.gfhg-sl-videos--master .gfhg-sl-videos__grid { grid-template-columns: repeat(2, minmax(0, 520px)); justify-content: center; gap: 20px; align-items: stretch; }
.gfhg-sl-videos--master .gfhg-sl-video-card { display: flex; height: 100%; flex-direction: column; border-radius: 16px; box-shadow: 0 8px 24px rgba(44, 44, 44, .08); }
.gfhg-sl-videos--master .gfhg-sl-video-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(44, 44, 44, .12); }
.gfhg-sl-videos--master .gfhg-sl-video-card.is-gfhg-exact-match { outline: 3px solid rgba(5, 191, 219, .35); outline-offset: 4px; }
.gfhg-sl-videos--master button.gfhg-sl-video-card__media,
.gfhg-sl-videos--master button.gfhg-sl-video-card__media:hover,
.gfhg-sl-videos--master button.gfhg-sl-video-card__media:focus,
.gfhg-sl-videos--master button.gfhg-sl-video-card__media:focus-visible { width: calc(100% - 16px); aspect-ratio: 16 / 9; margin: 8px 8px 0; overflow: hidden; border-radius: 12px; }
.gfhg-sl-videos--master .gfhg-sl-video-card__media.has-image::before { background: rgba(0, 0, 0, .28); transition: background .2s ease; }
.gfhg-sl-videos--master .gfhg-sl-video-card__media.has-image:hover::before, .gfhg-sl-videos--master .gfhg-sl-video-card__media.has-image:focus-visible::before { background: rgba(0, 0, 0, .18); }
.gfhg-sl-videos--master .gfhg-sl-video-card__play { width: 48px; height: 48px; font-size: 18px; }
.gfhg-sl-videos--master .gfhg-sl-video-card__watch { font-size: 14px; }
.gfhg-sl-videos--master .gfhg-sl-video-card__body { display: flex; flex: 1 1 auto; flex-direction: column; padding: 16px 18px 18px; }
.gfhg-sl-videos--master .gfhg-sl-video-card__heading { gap: 12px; }
.gfhg-sl-videos--master .gfhg-sl-video-card__heading h3 { margin-bottom: 3px; font-size: 22px; line-height: 1.16; }
.gfhg-sl-videos--master .gfhg-sl-video-card__heading p { font-size: 13px; }
.gfhg-sl-videos--master .gfhg-sl-key-badge { padding: 5px 9px; font-size: 11px; }
.gfhg-sl-videos--master .gfhg-sl-video-card__version { margin-top: 11px; font-size: 13px; }
.gfhg-sl-videos--master .gfhg-sl-chips { gap: 6px; margin-top: auto; padding-top: 12px; }
.gfhg-sl-videos--master .gfhg-sl-chips span { padding: 4px 8px; font-size: 10.5px; }
.gfhg-sl-videos--master .gfhg-sl-chips .gfhg-sl-tab-status--yes { border-color: #bcebf1; background: var(--gfhg-sl-pale); color: #176d79; font-weight: 800; }
.gfhg-sl-videos--master .gfhg-sl-chips .gfhg-sl-tab-status--no, .gfhg-sl-videos--master .gfhg-sl-chips .gfhg-sl-playthrough-status--no { border-color: #e4b8b3; background: #fff3f1; color: #92504a; font-weight: 800; }
.gfhg-sl-videos--master .gfhg-sl-video-card__notes { margin-top: 13px; padding: 10px 12px; border-top: 0; border-left: 3px solid var(--gfhg-sl-cyan); border-radius: 8px; background: var(--gfhg-sl-pale); color: #4f585d; font-size: 12.5px; line-height: 1.45; }
.gfhg-sl-master-watch { display: none; }
.gfhg-sl-empty__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 14px !important; }

.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-videos__grid { display: block; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card { display: grid; grid-template-columns: 168px minmax(0, 1fr); align-items: center; min-height: 126px; padding: 15px 10px; border: 0; border-bottom: 1px solid #e5ebed; border-radius: 0; background: #fff; box-shadow: none; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card:hover { transform: none; background: #f8fcfd; box-shadow: none; }
.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media,
.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media:hover,
.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media:focus,
.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media:focus-visible { width: 168px; aspect-ratio: 16 / 9; margin: 0; border-radius: 10px; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__play { width: 42px; height: 42px; font-size: 14px; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__watch { display: none; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__body { display: grid; grid-template-columns: minmax(250px, 1fr) minmax(160px, .68fr) minmax(320px, 1.15fr) 94px; align-items: center; gap: 12px 20px; padding: 0 8px 0 24px; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__heading { display: contents; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__heading > div { grid-column: 1; grid-row: 1; min-width: 0; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__heading h3 { margin: 0 0 5px; font-size: 20px; line-height: 1.22; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__heading p, .gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__version { margin: 0; color: var(--gfhg-sl-muted); font-size: 13.5px; line-height: 1.35; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-key-badge { grid-column: 1; grid-row: 2; justify-self: start; padding: 7px 10px; font-size: 12px; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__version { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-chips { grid-column: 3; grid-row: 1 / span 2; align-self: center; gap: 6px; margin: 0; padding: 0; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-chips span { padding: 5px 9px; font-size: 10.5px; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__notes { display: none; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-master-watch { display: inline-flex; grid-column: 4; grid-row: 1 / span 2; align-items: center; justify-content: center; min-height: 42px; padding: 8px 14px; border: 1px solid var(--gfhg-sl-cyan); border-radius: 999px; background: #fff; color: #176d79; cursor: pointer; font: inherit; font-size: 12px; font-weight: 900; line-height: 1; white-space: nowrap; }
.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-master-watch:hover, .gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-master-watch:focus-visible { background: var(--gfhg-sl-cyan); color: var(--gfhg-sl-charcoal); }

@container gfhg-sl-master-library (min-width: 1350px) {
	.gfhg-sl-videos--master:not(.is-gfhg-list-view) .gfhg-sl-videos__grid { grid-template-columns: repeat(2, minmax(0, 520px)); gap: 20px; }
}

.gfhg-sl-videos--master:not(.is-gfhg-list-view) .gfhg-sl-video-card__body { padding: 13px 15px 15px; }
.gfhg-sl-videos--master:not(.is-gfhg-list-view) .gfhg-sl-video-card__heading h3 { font-size: 19px; }
.gfhg-sl-videos--master:not(.is-gfhg-list-view) .gfhg-sl-video-card__heading p { font-size: 12px; }
.gfhg-sl-videos--master:not(.is-gfhg-list-view) .gfhg-sl-video-card__version { margin-top: 9px; font-size: 12px; }
.gfhg-sl-videos--master:not(.is-gfhg-list-view) .gfhg-sl-chips { gap: 5px; padding-top: 10px; }
.gfhg-sl-videos--master:not(.is-gfhg-list-view) .gfhg-sl-chips span { padding: 4px 7px; font-size: 9.5px; }
.gfhg-sl-videos--master:not(.is-gfhg-list-view) .gfhg-sl-video-card__play { width: 42px; height: 42px; font-size: 15px; }
.gfhg-sl-videos--master:not(.is-gfhg-list-view) .gfhg-sl-video-card__watch { font-size: 12px; }
.gfhg-sl-videos--master:not(.is-gfhg-list-view) .gfhg-sl-video-card__notes { display: none; }

@media (min-width: 721px) and (max-width: 1150px) {
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card { grid-template-columns: 144px minmax(0, 1fr); min-height: 120px; }
	.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media,
	.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media:hover,
	.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media:focus,
	.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media:focus-visible { width: 144px; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__body { grid-template-columns: 68px minmax(105px, .65fr) minmax(180px, 1fr) 92px; gap: 9px 10px; padding-left: 18px; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__heading > div { grid-column: 1 / 4; grid-row: 1; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-key-badge { grid-column: 1; grid-row: 2; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__version { grid-column: 2; grid-row: 2; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-chips { grid-column: 3 / 5; grid-row: 2; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-master-watch { grid-column: 4; grid-row: 1; }
}

@media (max-width: 960px) {
	.gfhg-sl-library__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
	.gfhg-sl-library__filters, .gfhg-sl-videos__toolbar, .gfhg-sl-videos__grid { grid-template-columns: 1fr; }
	.gfhg-sl-videos__count { grid-column: auto; }
	.gfhg-sl-library__grid { grid-template-columns: 1fr; }
	.gfhg-sl-library__status { display: block; }
	.gfhg-sl-library__status p { margin-top: 4px; }
	.gfhg-sl-modal { padding: 10px; }
	.gfhg-sl-modal__dialog { width: 100%; }
	.gfhg-sl-videos--master .gfhg-sl-videos__toolbar { grid-template-columns: 1fr; padding: 0; }
	.gfhg-sl-videos--master .gfhg-sl-videos__grid { grid-template-columns: minmax(0, 520px); }
	.gfhg-sl-videos--master .gfhg-sl-master-clear { width: 100%; }
	.gfhg-sl-videos--master .gfhg-sl-master-quick-filters { gap: 6px; }
	.gfhg-sl-videos--master .gfhg-sl-master-quick-label { width: 100%; }
	.gfhg-sl-videos--master .gfhg-sl-search { min-height: 56px; padding: 0 52px 0 19px; background-position: right 17px center; background-size: 22px 22px; font-size: 18px; }
	.gfhg-sl-videos--master button.gfhg-sl-video-card__media,
	.gfhg-sl-videos--master button.gfhg-sl-video-card__media:hover,
	.gfhg-sl-videos--master button.gfhg-sl-video-card__media:focus,
	.gfhg-sl-videos--master button.gfhg-sl-video-card__media:focus-visible { width: calc(100% - 12px); margin: 6px 6px 0; }
	.gfhg-sl-videos--master .gfhg-sl-video-card__heading h3 { font-size: 20px; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card { grid-template-columns: 112px minmax(0, 1fr); align-items: start; min-height: 108px; padding: 10px 0; }
	.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media,
	.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media:hover,
	.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media:focus,
	.gfhg-sl-videos--master.is-gfhg-list-view button.gfhg-sl-video-card__media:focus-visible { width: 112px; margin: 0; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__body { grid-template-columns: minmax(0, 1fr); gap: 7px; padding: 0 4px 0 13px; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__heading > div,
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-key-badge,
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__version,
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-chips,
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-master-watch { grid-column: 1; grid-row: auto; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-key-badge { justify-self: start; margin-top: 2px; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-master-watch { justify-self: start; min-height: 36px; padding: 7px 12px; }
	.gfhg-sl-videos--master.is-gfhg-list-view .gfhg-sl-video-card__heading h3 { font-size: 17px; }
	.gfhg-sl-videos--master .gfhg-sl-new-badge { min-height: 20px; margin-bottom: 5px; padding: 3px 7px; font-size: 8.5px; }
}

@media (prefers-reduced-motion: reduce) {
	.gfhg-sl *, .gfhg-sl *::before, .gfhg-sl *::after { scroll-behavior: auto !important; transition: none !important; }
}
