

/* Start:/local/components/gn/video.library/templates/.default/style.css?178878203229960*/
.gn-video-library {
  --gn-video-red: #e04657;
  --gn-video-red-dark: #d92438;
  --gn-video-ink: #1f2229;
  --gn-video-muted: #737983;
  --gn-video-line: #e5e7eb;
  padding: 3.6rem 0 8rem;
  background:
    radial-gradient(circle at 92% 4%, rgba(224, 70, 87, 0.08), transparent 28rem),
    linear-gradient(180deg, #fff 0, #fff 45rem, #f7f8fa 100%);
}

.gn-video-library__hero {
  max-width: 92rem;
}

.gn-video-library__eyebrow {
  margin-bottom: 1rem;
  color: var(--gn-video-red);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gn-video-library__title {
  margin: 0;
  color: var(--gn-video-ink);
  font-family: Roboto-Cond, sans-serif;
  font-size: clamp(3.4rem, 4vw, 5.6rem);
  font-weight: 800;
  line-height: 1.05;
}

.gn-video-library__intro {
  max-width: 84rem;
  margin: 2rem 0 0;
  color: #555b65;
  font-size: 1.8rem;
  line-height: 1.55;
}

.gn-video-library__search {
  position: relative;
  display: flex;
  max-width: 86rem;
  margin-top: 3.2rem;
  align-items: center;
}

.gn-video-library__search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.gn-video-library__search-icon {
  position: absolute;
  left: 2rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #747a84;
  border-radius: 50%;
  pointer-events: none;
}

.gn-video-library__search-icon::after {
  position: absolute;
  right: -0.7rem;
  bottom: -0.5rem;
  width: 0.9rem;
  height: 2px;
  background: #747a84;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

.gn-video-library__search-input {
  width: 100%;
  min-height: 5.6rem;
  padding: 1.4rem 5.6rem 1.4rem 5.4rem;
  color: var(--gn-video-ink);
  background: #fff;
  border: 1px solid #d9dce1;
  border-radius: 0.8rem;
  box-shadow: 0 1.2rem 3rem rgba(31, 34, 41, 0.06);
  font-size: 1.6rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gn-video-library__search-input:focus {
  border-color: var(--gn-video-red);
  box-shadow: 0 0 0 3px rgba(224, 70, 87, 0.12), 0 1.2rem 3rem rgba(31, 34, 41, 0.06);
}

.gn-video-library__search-input::-webkit-search-cancel-button {
  display: none;
}

.gn-video-library__search-clear {
  position: absolute;
  right: 1.2rem;
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0;
  color: #707680;
  background: #f1f2f4;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1;
  place-items: center;
}

.gn-video-library__suggestions {
  position: absolute;
  z-index: 50;
  top: calc(100% + 0.8rem);
  right: 0;
  left: 0;
  max-height: 32rem;
  padding: 0.6rem;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e1e3e7;
  border-radius: 0.8rem;
  box-shadow: 0 1.8rem 4rem rgba(31, 34, 41, 0.16);
}

.gn-video-library__suggestion {
  display: flex;
  width: 100%;
  min-height: 4.4rem;
  padding: 0.9rem 1.2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  color: var(--gn-video-ink);
  background: transparent;
  border: 0;
  border-radius: 0.6rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-align: left;
}

.gn-video-library__suggestion:hover,
.gn-video-library__suggestion:focus,
.gn-video-library__suggestion.is-active {
  color: var(--gn-video-red);
  background: #fff3f4;
  outline: none;
}

.gn-video-library__suggestion-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gn-video-library__suggestion-count {
  display: inline-grid;
  min-width: 2.6rem;
  height: 2.6rem;
  padding: 0 0.7rem;
  flex: 0 0 auto;
  color: #717780;
  background: #f1f2f4;
  border-radius: 1.3rem;
  font-size: 1.2rem;
  place-items: center;
}

.gn-video-library__section {
  margin-top: 5.6rem;
}

.gn-video-library__section-head {
  display: flex;
  margin-bottom: 2.2rem;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
}

.gn-video-library__section-title {
  position: relative;
  margin: 0;
  padding-left: 1.8rem;
  color: var(--gn-video-ink);
  font-family: Roboto-Cond, sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.1;
}

.gn-video-library__section-title::before {
  position: absolute;
  top: 0.12em;
  bottom: 0.12em;
  left: 0;
  width: 0.6rem;
  background: var(--gn-video-red);
  border-radius: 0.4rem;
  content: "";
}

.gn-video-library__section-note {
  margin: 0.8rem 0 0 1.8rem;
  color: var(--gn-video-muted);
  font-size: 1.5rem;
  line-height: 1.4;
}

.gn-video-library__slider-controls {
  display: flex;
  gap: 0.8rem;
}

.gn-video-library__slider-button {
  position: relative;
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  background: #fff;
  border: 1px solid #d8dbe0;
  border-radius: 0.6rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.gn-video-library__slider-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #747983;
  border-right: 2px solid #747983;
  content: "";
}

.gn-video-library__slider-button--prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}

.gn-video-library__slider-button--next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}

.gn-video-library__slider-button:hover {
  background: #fff5f6;
  border-color: var(--gn-video-red);
}

.gn-video-library__slider-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
}

.gn-video-library__vertical-slider {
  overflow: hidden;
}

.gn-video-library__vertical-slide {
  height: auto;
}

.gn-video-card {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--gn-video-ink);
  text-align: left;
  background: #fff;
  border: 1px solid var(--gn-video-line);
  border-radius: 0.8rem;
  box-shadow: 0 1rem 2.8rem rgba(31, 34, 41, 0.06);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gn-video-card:hover {
  border-color: rgba(224, 70, 87, 0.6);
  box-shadow: 0 1.6rem 3.8rem rgba(31, 34, 41, 0.11);
  transform: translateY(-0.4rem);
}

.gn-video-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e9eaed;
}

.gn-video-card__media--vertical {
  aspect-ratio: 9 / 16;
}

.gn-video-card__media--horizontal {
  aspect-ratio: 16 / 9;
}

.gn-video-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gn-video-card:hover .gn-video-card__media img {
  transform: scale(1.025);
}

.gn-video-card__fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 32%, rgba(224, 70, 87, 0.35), transparent 24%),
    linear-gradient(135deg, #f4f5f7, #d9dce1);
}

.gn-video-card__shade {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(180deg, transparent, rgba(20, 23, 29, 0.46));
}

.gn-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 5.6rem;
  height: 5.6rem;
  background: rgba(224, 70, 87, 0.94);
  border: 0.4rem solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  box-shadow: 0 0.8rem 2.4rem rgba(31, 34, 41, 0.24);
  transform: translate(-50%, -50%);
  place-items: center;
}

.gn-video-card__play::before {
  width: 0;
  height: 0;
  margin-left: 0.35rem;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 1.25rem solid #fff;
  content: "";
}

.gn-video-card__title {
  display: -webkit-box;
  min-height: 8.4rem;
  padding: 1.5rem 1.6rem 3rem;
  overflow: hidden;
  box-sizing: border-box;
  color: var(--gn-video-ink);
  font-family: Roboto-Cond, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gn-video-library__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.gn-video-card--horizontal .gn-video-card__title {
  min-height: 8.4rem;
  -webkit-line-clamp: 2;
}

.gn-video-library__count {
  color: var(--gn-video-muted);
  font-size: 1.5rem;
  white-space: nowrap;
}

.gn-video-library__empty {
  margin: 2rem 0 0;
  padding: 2rem;
  color: #686e78;
  text-align: center;
  background: #fff;
  border: 1px dashed #d2d5da;
  border-radius: 0.8rem;
  font-size: 1.6rem;
}

.gn-video-library__empty--initial {
  margin-top: 4rem;
}

.gn-video-library .is-filtered-out {
  display: none !important;
}

.gn-video-modal[hidden] {
  display: none !important;
}

.gn-video-modal {
  position: fixed;
  z-index: 20050;
  inset: 0;
  display: grid;
  padding: 2.4rem;
  background: rgba(17, 19, 24, 0.82);
  backdrop-filter: blur(0.6rem);
  place-items: center;
}

.gn-video-modal__dialog {
  width: min(110rem, 96vw);
  max-height: 94vh;
  padding: 1.6rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2.4rem 8rem rgba(0, 0, 0, 0.38);
}

.gn-video-modal__dialog.is-vertical {
  width: min(48rem, 94vw);
}

.gn-video-modal__head {
  display: flex;
  min-height: 4.4rem;
  margin-bottom: 1.2rem;
  gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
}

.gn-video-modal__title {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--gn-video-ink);
  font-family: Roboto-Cond, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gn-video-modal__close {
  flex: 0 0 auto;
  display: grid;
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  color: #31353d;
  background: #f0f1f3;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 3rem;
  line-height: 1;
  place-items: center;
}

.gn-video-modal__player {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border-radius: 0.7rem;
}

.gn-video-modal__dialog.is-vertical .gn-video-modal__player {
  max-height: calc(94vh - 9rem);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
}

.gn-video-modal__player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  inset: 0;
}

html.gn-video-modal-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .gn-video-library__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gn-video-share--card {
    width: 4rem;
    height: 4rem;
    padding: 0;
    border-radius: 50%;
  }

  .gn-video-share--card .gn-video-share__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .gn-video-modal__title-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .gn-video-share--modal {
    min-height: 3.8rem;
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
  }

  .gn-video-toast {
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
    max-width: none;
  }

  .gn-video-library {
    padding: 2.4rem 0 5rem;
  }

  .gn-video-library > .container {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .gn-video-library__eyebrow {
    font-size: 1.2rem;
  }

  .gn-video-library__title {
    font-size: 3.3rem;
    line-height: 1.08;
  }

  .gn-video-library__intro {
    margin-top: 1.4rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .gn-video-library__search {
    margin-top: 2.4rem;
  }

  .gn-video-library__search-icon {
    left: 1.6rem;
  }

  .gn-video-library__search-input {
    min-height: 5.2rem;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    font-size: 1.4rem;
  }

  .gn-video-library__section {
    margin-top: 4rem;
  }

  .gn-video-library__section-head {
    margin-bottom: 1.6rem;
    gap: 1rem;
    align-items: center;
  }

  .gn-video-library__section-title {
    padding-left: 1.4rem;
    font-size: 2.4rem;
  }

  .gn-video-library__section-title::before {
    width: 0.5rem;
  }

  .gn-video-library__section-note {
    display: none;
  }

  .gn-video-library__slider-controls {
    gap: 0.6rem;
  }

  .gn-video-library__slider-button {
    width: 3.8rem;
    height: 3.8rem;
  }

  .gn-video-card__play {
    width: 4.4rem;
    height: 4.4rem;
    border-width: 0.3rem;
  }

  .gn-video-card__play::before {
    border-top-width: 0.65rem;
    border-bottom-width: 0.65rem;
    border-left-width: 1rem;
  }

  .gn-video-card__title,
  .gn-video-card--horizontal .gn-video-card__title {
    min-height: 9.6rem;
    padding: 1.2rem 1rem 2.8rem;
    font-size: 1.3rem;
    line-height: 1.3;
    -webkit-line-clamp: 3;
  }

  .gn-video-library__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .gn-video-library__count {
    display: none;
  }

  .gn-video-modal {
    padding: 0.8rem;
  }

  .gn-video-modal__dialog {
    width: 100%;
    padding: 1rem;
    border-radius: 0.8rem;
  }

  .gn-video-modal__dialog.is-vertical {
    width: min(42rem, 100%);
  }

  .gn-video-modal__head {
    min-height: 4rem;
    margin-bottom: 0.8rem;
  }

  .gn-video-modal__title {
    font-size: 1.6rem;
  }

  .gn-video-modal__close {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.7rem;
  }

  .gn-video-modal__dialog.is-vertical .gn-video-modal__player {
    max-height: calc(100vh - 7.6rem);
  }
}


.gn-video-share {
  display: inline-flex;
  min-width: 4rem;
  min-height: 4rem;
  padding: 0.8rem 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  color: #fff;
  background: rgba(31, 34, 41, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0.7rem;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gn-video-share:hover,
.gn-video-share:focus-visible {
  color: #fff;
  background: var(--gn-video-red);
  border-color: var(--gn-video-red);
  outline: none;
  transform: translateY(-1px);
}

.gn-video-share__icon {
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 auto;
}

.gn-video-share__icon::before,
.gn-video-share__icon::after {
  position: absolute;
  content: "";
}

.gn-video-share__icon::before {
  top: 0.25rem;
  left: 0.15rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-radius: 0.25rem;
}

.gn-video-share__icon::after {
  right: 0.1rem;
  bottom: 0.15rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-radius: 0.25rem;
  background: currentColor;
  box-shadow: inset 0 0 0 0.4rem rgba(31, 34, 41, 0.78);
}

.gn-video-share:hover .gn-video-share__icon::after,
.gn-video-share:focus-visible .gn-video-share__icon::after {
  box-shadow: inset 0 0 0 0.4rem var(--gn-video-red);
}

.gn-video-share--card {
  position: absolute;
  z-index: 4;
  top: 1rem;
  right: 1rem;
  max-width: calc(100% - 2rem);
  background: rgba(31, 34, 41, 0.72);
  box-shadow: 0 0.8rem 2.4rem rgba(31, 34, 41, 0.2);
}

.gn-video-modal__title-row {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  gap: 1.2rem;
  align-items: center;
}

.gn-video-share--modal {
  flex: 0 0 auto;
  color: var(--gn-video-red);
  background: #fff4f5;
  border-color: rgba(224, 70, 87, 0.28);
}

.gn-video-share--modal:hover,
.gn-video-share--modal:focus-visible {
  color: #fff;
  background: var(--gn-video-red);
  border-color: var(--gn-video-red);
}

.gn-video-share--modal .gn-video-share__icon::after {
  box-shadow: inset 0 0 0 0.4rem #fff4f5;
}

.gn-video-share--modal:hover .gn-video-share__icon::after,
.gn-video-share--modal:focus-visible .gn-video-share__icon::after {
  box-shadow: inset 0 0 0 0.4rem var(--gn-video-red);
}

.gn-video-toast {
  position: fixed;
  z-index: 10050;
  right: 2.4rem;
  bottom: 2.4rem;
  max-width: min(36rem, calc(100vw - 3.2rem));
  padding: 1.2rem 1.6rem;
  color: #fff;
  background: #1f2229;
  border-radius: 0.8rem;
  box-shadow: 0 1.8rem 4rem rgba(31, 34, 41, 0.24);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.gn-video-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 767px) {
  .gn-video-share--card {
    width: 4rem;
    height: 4rem;
    padding: 0;
    border-radius: 50%;
  }

  .gn-video-share--card .gn-video-share__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .gn-video-modal__title-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .gn-video-share--modal {
    min-height: 3.8rem;
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
  }

  .gn-video-toast {
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .gn-video-share--card {
    width: 4rem;
    height: 4rem;
    padding: 0;
    border-radius: 50%;
  }

  .gn-video-share--card .gn-video-share__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .gn-video-modal__title-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .gn-video-share--modal {
    min-height: 3.8rem;
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
  }

  .gn-video-toast {
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
    max-width: none;
  }
}

/* GN Video Share UI: compact card button and contextual copy message */
.gn-video-share {
  position: relative;
  overflow: visible;
}

.gn-video-share--card {
  width: 4.2rem;
  height: 4.2rem;
  min-width: 4.2rem;
  max-width: 4.2rem;
  padding: 0;
  gap: 0.7rem;
  border-radius: 50%;
  white-space: nowrap;
  transition: max-width 0.22s ease, width 0.22s ease, padding 0.22s ease, border-radius 0.22s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gn-video-share--card .gn-video-share__label {
  width: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.22s ease, opacity 0.16s ease;
}

.gn-video-share--card:hover,
.gn-video-share--card:focus-visible,
.gn-video-share--card.is-copied {
  width: auto;
  max-width: 20rem;
  padding: 0 1.2rem;
  border-radius: 0.7rem;
}

.gn-video-share--card:hover .gn-video-share__label,
.gn-video-share--card:focus-visible .gn-video-share__label,
.gn-video-share--card.is-copied .gn-video-share__label {
  width: auto;
  max-width: 15rem;
  opacity: 1;
}

.gn-video-share--card .gn-video-share__icon {
  width: 1.8rem;
  height: 1.8rem;
}

.gn-video-share--card .gn-video-share__icon::before {
  top: 0.35rem;
  left: 0.55rem;
  width: 0.85rem;
  height: 0.85rem;
  border: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 0;
  transform: rotate(45deg);
}

.gn-video-share--card .gn-video-share__icon::after {
  top: 0.88rem;
  left: 0.28rem;
  width: 1.25rem;
  height: 2px;
  background: currentColor;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  transform: rotate(-45deg);
  transform-origin: right center;
}

.gn-video-share--card:hover .gn-video-share__icon::after,
.gn-video-share--card:focus-visible .gn-video-share__icon::after {
  box-shadow: none;
}

.gn-video-share.is-copied .gn-video-share__label::before {
  content: "✓";
  display: inline-flex;
  margin-right: 0.5rem;
  color: #27c35a;
  font-weight: 900;
}

.gn-video-share.is-share-message-visible::before {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.8rem);
  z-index: 20;
  min-width: 14.4rem;
  padding: 0.8rem 1rem;
  color: #fff;
  background: #1f2229;
  border-radius: 0.7rem;
  box-shadow: 0 1.2rem 3rem rgba(31, 34, 41, 0.22);
  content: attr(data-share-message);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}

.gn-video-share.is-share-message-visible::after {
  position: absolute;
  right: 1.4rem;
  bottom: calc(100% + 0.3rem);
  z-index: 19;
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border-top-color: #1f2229;
  content: "";
  pointer-events: none;
}

@media (max-width: 767px) {
  .gn-video-share--card.is-copied {
    width: auto;
    max-width: 18rem;
    padding: 0 1rem;
    border-radius: 0.7rem;
  }

  .gn-video-share--card.is-copied .gn-video-share__label {
    position: static;
    width: auto;
    height: auto;
    max-width: 12.5rem;
    clip: auto;
    opacity: 1;
    overflow: hidden;
  }

  .gn-video-share.is-share-message-visible::before {
    right: auto;
    left: 50%;
    min-width: 13.6rem;
    transform: translateX(-50%);
  }

  .gn-video-share.is-share-message-visible::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* GN Video Share UI fix: visible card arrow icon */
.gn-video-share--card .gn-video-share__icon {
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19L19 5'/%3E%3Cpath d='M9 5h10v10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
}

.gn-video-share--card .gn-video-share__icon::before,
.gn-video-share--card .gn-video-share__icon::after {
  display: none;
}

/* GN Video Share UI fix: force visible text arrow icon */
.gn-video-share--card .gn-video-share__icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}

.gn-video-share--card .gn-video-share__icon::before {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: currentColor;
  content: "\2197" !important;
  transform: none !important;
}

.gn-video-share--card .gn-video-share__icon::after {
  display: none !important;
  content: none !important;
}

/* GN Video Share UI fix: card arrow is rendered as real text */
.gn-video-share--card .gn-video-share__icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.gn-video-share--card .gn-video-share__icon::before,
.gn-video-share--card .gn-video-share__icon::after {
  display: none !important;
  content: none !important;
}



/* GN Video Share UI fix: use uploaded SVG icon in card button */
.gn-video-share--card {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(224, 70, 87, 0.42) !important;
  box-shadow: 0 0.8rem 2.4rem rgba(31, 34, 41, 0.18) !important;
}

.gn-video-share--card:hover,
.gn-video-share--card:focus-visible,
.gn-video-share--card.is-copied {
  background: var(--gn-video-red) !important;
  border-color: var(--gn-video-red) !important;
}

.gn-video-share--card .gn-video-share__icon {
  display: inline-flex !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  flex: 0 0 2.4rem !important;
  align-items: center !important;
  justify-content: center !important;
  color: transparent !important;
  background: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.gn-video-share--card .gn-video-share__icon-img {
  display: block !important;
  width: 2.2rem !important;
  height: 2.2rem !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.gn-video-share--card:hover .gn-video-share__icon-img,
.gn-video-share--card:focus-visible .gn-video-share__icon-img,
.gn-video-share--card.is-copied .gn-video-share__icon-img {
  filter: brightness(0) invert(1) !important;
}

.gn-video-share--card .gn-video-share__icon::before,
.gn-video-share--card .gn-video-share__icon::after {
  display: none !important;
  content: none !important;
}


/* GN Video Share UI fix: keep share button pinned to media corner */
.gn-video-card__media > .gn-video-share--card {
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 12 !important;
  transform: none !important;
}

.gn-video-card__media > .gn-video-share--card:hover,
.gn-video-card__media > .gn-video-share--card:focus-visible,
.gn-video-card__media > .gn-video-share--card.is-copied {
  transform: none !important;
}


/* GN Video Share UI fix: clean red icon without default background */
.gn-video-card__media > .gn-video-share--card:not(:hover):not(:focus-visible):not(.is-copied) {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.gn-video-card__media > .gn-video-share--card:not(:hover):not(:focus-visible):not(.is-copied) .gn-video-share__icon-img {
  filter: none !important;
}

.gn-video-card__media > .gn-video-share--card:hover,
.gn-video-card__media > .gn-video-share--card:focus-visible,
.gn-video-card__media > .gn-video-share--card.is-copied {
  background: var(--gn-video-red) !important;
  border-color: var(--gn-video-red) !important;
  box-shadow: 0 0.8rem 2.4rem rgba(224, 70, 87, 0.26) !important;
}


/* GN Video Share UI fix: allow copy message to render above preview */
.gn-video-card {
  overflow: visible !important;
}

.gn-video-card__media {
  overflow: visible !important;
  border-radius: 0.8rem 0.8rem 0 0;
}

.gn-video-card__media img,
.gn-video-card__fallback,
.gn-video-card__shade {
  border-radius: inherit;
}

.gn-video-card__media > .gn-video-share.is-share-message-visible::before,
.gn-video-card__media > .gn-video-share.is-share-message-visible::after {
  z-index: 40 !important;
}

/* GN Video Share UI fix: vertical cards need clear logo-safe share position */
.gn-video-card--vertical .gn-video-card__media > .gn-video-share--card {
  top: 5.6rem !important;
  right: 1.2rem !important;
  z-index: 45 !important;
}

.gn-video-card--vertical .gn-video-card__media > .gn-video-share.is-share-message-visible::before {
  right: 0 !important;
  bottom: calc(100% + 0.9rem) !important;
  z-index: 80 !important;
  min-width: 13.8rem;
  white-space: nowrap;
}

.gn-video-card--vertical .gn-video-card__media > .gn-video-share.is-share-message-visible::after {
  right: 1.3rem !important;
  bottom: calc(100% + 0.35rem) !important;
  z-index: 79 !important;
}

@media (max-width: 767px) {
  .gn-video-card--vertical .gn-video-card__media > .gn-video-share--card {
    top: 5rem !important;
    right: 1rem !important;
  }
}

/* GN Video Share UI fix: move vertical card share icon into the lower title area */
.gn-video-card--vertical .gn-video-card__media > .gn-video-share--card {
  top: auto !important;
  right: 0.0rem !important;
  bottom: -9rem !important;
  z-index: 55 !important;
}

.gn-video-card--vertical .gn-video-card__media > .gn-video-share.is-share-message-visible::before {
  right: 0 !important;
  bottom: calc(100% + 0.9rem) !important;
  z-index: 95 !important;
  min-width: 13.8rem;
  white-space: nowrap;
}

.gn-video-card--vertical .gn-video-card__media > .gn-video-share.is-share-message-visible::after {
  right: 1.3rem !important;
  bottom: calc(100% + 0.35rem) !important;
  z-index: 94 !important;
}

@media (max-width: 767px) {
  .gn-video-card--vertical .gn-video-card__media > .gn-video-share--card {
    right: 1rem !important;
    bottom: -6.6rem !important;
  }
}

/* GN Video Library: switch the existing vertical slider to a complete grid. */
.gn-video-library__section-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}

.gn-video-library__view-toggle {
  min-height: 4.6rem;
  padding: 0 1.8rem;
  color: var(--gn-video-red);
  background: #fff;
  border: 1px solid var(--gn-video-red);
  border-radius: 0.6rem;
  cursor: pointer;
  font-family: Roboto-Cond, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.gn-video-library__view-toggle:hover,
.gn-video-library__view-toggle:focus-visible,
.gn-video-library__view-toggle[aria-expanded="true"] {
  color: #fff;
  background: var(--gn-video-red);
}

.gn-video-library__view-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(224, 70, 87, 0.2);
  outline: none;
}

.gn-video-library__section--vertical.is-grid-view .gn-video-library__slider-controls {
  display: none;
}

.gn-video-library__section--vertical.is-grid-view .gn-video-library__vertical-slider {
  overflow: visible;
}

.gn-video-library__section--vertical.is-grid-view .gn-video-library__vertical-slider .swiper-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2rem;
  transform: none !important;
  transition: none !important;
}

.gn-video-library__section--vertical.is-grid-view .gn-video-library__vertical-slide {
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 1359px) {
  .gn-video-library__section--vertical.is-grid-view .gn-video-library__vertical-slider .swiper-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .gn-video-library__section--vertical.is-grid-view .gn-video-library__vertical-slider .swiper-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
  }
}

@media (max-width: 767px) {
  .gn-video-library__section--vertical .gn-video-library__section-head {
    flex-wrap: wrap;
  }

  .gn-video-library__section-actions {
    width: 100%;
  }

  .gn-video-library__view-toggle {
    min-height: 3.8rem;
    padding: 0 1.4rem;
    font-size: 1.3rem;
  }

  .gn-video-library__section--vertical.is-grid-view .gn-video-library__vertical-slider .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

/* End */
/* /local/components/gn/video.library/templates/.default/style.css?178878203229960 */
