.media-presskit-container {
  padding-bottom: 2.5rem;
}
.media-presskit-container .rte.section h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #262626;
}
.media-presskit-container .category {
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 10px;
  line-height: 30px;
}
.media-presskit-container .title {
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  color: #262626;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
.media-presskit-container .sub-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.media-presskit-container .date-info,
.media-presskit-container .place-details {
  font-size: 14px;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  color: #666666;
}
.media-presskit-container .bullet-list {
  padding-left: 20px;
  margin-bottom: 30px;
}
.media-presskit-container .bullet-list li {
  margin-bottom: 8px;
}
.media-presskit-container .quote-block {
  border-left: 4px solid #E90029;
  padding-left: 20px;
  margin: 20px 0;
}
.media-presskit-container .carousel-heading.image-video-title {
  margin-top: 1.75rem;
}
.media-presskit-container .quote-block .pull-quote-content {
  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: #262626;
}
.media-presskit-container .image-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -1px;
  color: #000000;
}
.media-presskit-container .press-kit-carousel-wrapper {
  margin: 0.625rem 0 1.25rem;
  position: relative;
  width: 100%;
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-bottom-bar .press-kit-controls .press-kit-btn {
  border: 1px solid #666666;
  border-radius: 50%;
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-slick-slider .slick-prev,
.media-presskit-container .press-kit-carousel-wrapper .press-kit-slick-slider .slick-next,
.media-presskit-container .press-kit-carousel-wrapper .press-kit-slick-slider .slick-dots {
  display: none !important;
  /* Overrides inline display styles injected by slick carousel JS */
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-slide figure.image-section,
.media-presskit-container .press-kit-carousel-wrapper figure.single-image-section {
  margin: 0;
  padding: 10px 20px 0 0;
  box-sizing: border-box;
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding: 0 4px;
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-progress-track {
  flex: 1;
  height: 4px;
  background: #e0e4ea;
  border-radius: 999px;
  overflow: hidden;
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-progress-fill {
  height: 100%;
  width: 0%;
  background: #6b7280;
  border-radius: 999px;
  transition: width 0.35s ease;
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #d1d5db;
  background: #ffffff;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  padding: 0;
  line-height: 1;
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-btn:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-btn:active {
  background: #e5e7eb;
}
.media-presskit-container .press-kit-carousel-wrapper .press-kit-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.single-image-section,
.image-section {
  margin: 20px 0 0 0;
}
.single-image-section .download-image-wrapper:hover .download-btn,
.image-section .download-image-wrapper:hover .download-btn,
.single-image-section .download-image-wrapper:focus-within .download-btn,
.image-section .download-image-wrapper:focus-within .download-btn {
  opacity: 1;
  border: 1px solid #cccccc;
  visibility: visible;
}
.single-image-section .download-btn,
.image-section .download-btn {
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
}
.single-image-section .image-video-title,
.image-section .image-video-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: #000000;
  margin-bottom: 12px;
  text-align: left;
}
.single-image-section .image-sub-title,
.image-section .image-sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
  text-align: left;
}
.single-image-section .press-kit-image,
.image-section .press-kit-image {
  border-radius: 1rem;
  object-fit: cover;
  height: 503px;
}
.single-image-section .image-caption,
.image-section .image-caption {
  margin: 0.5rem 0 1rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: normal;
  text-align: initial;
}
.single-image-section .download-btn,
.image-section .download-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  border-radius: 30px;
  opacity: 0;
  transition: 0.4s ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  height: 40px;
  width: max-content;
  background-color: #1111115e;
}
.single-image-section .download-btn .download-icon .download-text,
.image-section .download-btn .download-icon .download-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 6px;
}
/* Tablet */
@media (max-width: 1024px) {
  .media-presskit-container .title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 40px;
  }
  .media-presskit-container .sub-heading {
    font-size: 1rem;
  }
  .media-presskit-container .rte.section h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .media-presskit-container h2.image-video-title {
    font-size: 28px;
    line-height: 35px;
  }
  .media-presskit-container .single-image-section .download-btn,
  .media-presskit-container .image-section .download-btn {
    opacity: 1;
    border: 1px solid #cccccc;
  }
  .media-presskit-container .single-image-section .image-video-title,
  .media-presskit-container .image-section .image-video-title {
    font-size: 28px;
    line-height: 35px;
  }
  .media-presskit-container .quote-block .pull-quote-content {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: #262626;
  }
  .media-presskit-container .press-kit-carousel-wrapper .press-kit-controls {
    display: none;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .media-presskit-container .carousel-heading.image-video-title {
    margin: 1.5rem 0 1rem;
  }
  .media-presskit-container .single-image-section .image-sub-title {
    padding-top: 10px;
  }
  .media-presskit-container .press-kit-carousel-wrapper {
    margin: 0 0 1.25rem;
  }
  .media-presskit-container .press-kit-carousel-wrapper figure.single-image-section {
    padding: 0;
  }
  .media-presskit-container .single-image-section .press-kit-image,
  .media-presskit-container .image-section .press-kit-image {
    height: 184px;
  }
  .media-presskit-container .single-image-section .download-btn,
  .media-presskit-container .image-section .download-btn {
    top: 50%;
  }
  .media-presskit-container p {
    font-size: 16px;
  }
  .media-presskit-container .quote-block {
    padding-left: 14px;
  }
  .media-presskit-container .quote-block p {
    font-size: 18px;
  }
}
/* ================= CARD ================= */
.press-kit-card {
  border: none;
  overflow: hidden;
  margin-bottom: 25px;
  background: #f1f2f4;
  border-radius: 12px;
  padding: 10px;
  transition: border 0.5s ease-out;
}
.press-kit-card .card-body {
  padding: 20px;
  flex: 1;
}
.press-kit-card .card-body .card-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500 !important;
  margin-bottom: 10px;
  color: #262626;
}
.press-kit-card .card-body .card-description {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.press-kit-card .card-body .card-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #666666;
  text-align: left;
}
.press-kit-card .card-body .tag {
  background: #30578d;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .press-kit-card:hover,
  .press-kit-card:focus {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: -1px 5px 10px 1px rgba(0, 0, 0, 0.3);
  }
  .keysight-newsroom-details:has(.media-presskit-container) ~ .experiencefragment .rte {
    margin-bottom: 2.5rem;
  }
}
.newsroom-page .column-control:has(.keysight-newsroom-details) {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .newsroom-page .column-control .columnWidth-25 {
    grid-column: span 6;
  }
  .newsroom-page .column-control .column-layout {
    grid-template-columns: repeat(6, 1fr);
  }
}
.press-kit-slick-slider .image-section .press-kit-image {
  height: 350px;
}

.resources-section {
  margin: 10px 0 40px;
  /* Card */
  /* Card image */
  /* Gradient overlay for text area */
  /* Card content */
  /* Progress bar */
  /* Bottom row: progress + controls */
  /* Slick overrides */
}
.resources-section .resource-card .lazy-load {
  transition: transform 0.5s ease-in-out;
}
.resources-section .resource-card:hover .lazy-load {
  transform: scale(1.08);
}
.resources-section .resources-header {
  margin-bottom: 16px;
}
.resources-section .resource-card {
  min-width: 384px;
  max-width: 384px;
}
.resources-section .resource-card.slick-slide {
  max-width: none;
  min-width: auto;
  margin-right: 0;
}
.resources-section .resources-title {
  font-size: 40px;
  font-weight: 500;
  color: #262626;
  letter-spacing: -1px;
  line-height: 50px;
}
.resources-section .resources-carousel-controls {
  gap: 8px;
}
.resources-section .resources-card-prev-btn,
.resources-section .resources-card-nxt-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #666666;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s;
}
.resources-section .resources-card-prev-btn {
  background-image: url(../../../../../../etc/clientlibs/keysight/head/img/css/chevron-left.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 1px solid #666666 !important;
}
.resources-section .resources-card-nxt-btn {
  background-image: url(../../../../../../etc/clientlibs/keysight/head/img/css/chevron-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 1px solid #666666 !important;
}
.resources-section .slick-list {
  overflow: hidden;
}
.resources-section .slick-track {
  display: flex;
}
.resources-section .resource-card:not(:last-child) {
  outline: none;
  margin-right: 24px;
}
.resources-section .card-inner {
  background: #ffffff;
  cursor: pointer;
  height: 384px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.resources-section .card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resources-section .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(240, 238, 235, 0) 30%, rgba(240, 238, 235, 0.55) 60%, rgba(240, 238, 235, 0.88) 80%, rgba(240, 238, 235, 0.97) 100%);
}
.resources-section .card-content {
  position: relative;
  z-index: 2;
  padding: 20px 32px 32px;
  min-height: 142px;
}
.resources-section .card-tag {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resources-section .card-description {
  font-size: 24px;
  font-weight: 500;
  color: #262626;
  line-height: 30px;
  letter-spacing: -1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resources-section .progress-bar-wrap {
  margin-top: 22px;
  height: 4px;
  background: #E2E6E9;
  border-radius: 2px;
  overflow: hidden;
}
.resources-section .progress-bar-fill {
  height: 100%;
  background: #80919F;
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 33.33%;
}
.resources-section .carousel-bottom {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.resources-section .carousel-bottom.hidden {
  display: none;
}
.resources-section .carousel-bottom .progress-bar-wrap {
  flex: 1;
  margin-top: 0;
}
.resources-section .slick-slide {
  height: inherit;
}
/* ── TABLET (768–1024px): 2 slides, no controls ── */
@media only screen and (max-width: 1024px) {
  .resources-section .resources-carousel-controls {
    display: none;
  }
  .resources-section .resources-title {
    font-size: 28px;
    line-height: 35px;
  }
  .resources-section .card-inner {
    height: 320px;
  }
  .card-title {
    font-size: 18px;
  }
}
/* ── MOBILE (<768px): 1 slide, no controls ── */
@media only screen and (max-width: 767px) {
  .resources-section .resource-card {
    padding: 0 4px;
  }
  .resources-section .card-inner {
    height: 300px;
  }
  .card-title {
    font-size: 17px;
  }
}

:root {
  --video-bg: #0a0a0a;
  --video-controls-bg: rgba(0, 0, 0, 0.78);
  --video-controls-height: 44px;
  --video-accent-hover: #fff;
  --video-text-muted: rgba(255, 255, 255, 0.55);
  --video-border: rgba(255, 255, 255, 0.1);
  --video-radius: 4px;
  --video-radius-lg: 8px;
  --modal-bg: #141414;
  --modal-overlay: rgba(0, 0, 0, 0.72);
  --modal-border: rgba(255, 255, 255, 0.08);
  --social-fb: #1877f2;
  --social-li: #0a66c2;
  --social-tw: #1d9bf0;
  --transition-fast: 140ms ease;
  --transition-med: 240ms ease;
}
/* ---- Component Root ------------------------------------------------------- */
.cmp-video {
  font-family: inherit;
  color: #ffffff;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 16px;
  /* ---- Title ---------------------------------------------------------------- */
  /* ---- Caption --------------------------------------------------------------- */
  /* Modal Header */
  /* Social Buttons */
}
.cmp-video .cmp-video__title {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  margin: 0 0 8px;
  line-height: 24px;
  letter-spacing: normal;
}
.cmp-video .image-video-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: #000000;
  margin-bottom: 10px;
}
.cmp-video .cmp-video__caption {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: normal;
  color: #262626;
  margin: 10px 0 10px;
  padding: 0;
}
.cmp-video .cmp-video__share-modal-title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.33333;
  margin-bottom: .33333em;
  color: #ffffff;
  margin: 0 0 4px;
}
.cmp-video .cmp-video__meta-title.hide,
.cmp-video .cmp-video__meta-description.hide {
  display: none;
}
.cmp-video .cmp-video__share-modal-desc {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.cmp-video .cmp-video__share-modal-header {
  display: block;
  margin-bottom: 16px;
  padding-right: 44px;
}
.cmp-video .cmp-video__share-social {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.cmp-video .cmp-video__share-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--video-radius);
  color: #ffffff;
  text-decoration: none;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}
.cmp-video .cmp-video__share-social-btn:hover {
  color: #ffffff;
}
.cmp-video .cmp-video__share-link {
  width: 75%;
}
.cmp-video .cmp-video__volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: background var(--transition-fast), transform var(--transition-fast);
}
.cmp-video .cmp-video__volume-slider:hover::-webkit-slider-thumb {
  background: #ffffff;
  transform: scale(1.15);
}
.cmp-video .cmp-video__progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: width var(--transition-fast), height var(--transition-fast), opacity var(--transition-fast);
  opacity: 0;
}
.cmp-video .cmp-video__progress-wrapper:hover .cmp-video__progress::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  opacity: 1;
}
/* ---- Player Wrapper ------------------------------------------------------- */
.cmp-video__player-wrapper {
  position: relative;
  width: 100%;
  background: var(--video-bg);
  overflow: hidden;
  aspect-ratio: 1.77777778;
  border-radius: 1rem;
}
.cmp-video__player-wrapper::before {
  content: '';
  padding-top: 56.25%;
  display: none;
}
@supports not (aspect-ratio: 16 / 9) {
  .cmp-video__player-wrapper {
    padding-top: 56.25%;
    height: 0;
  }
  .cmp-video__player-wrapper > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* ---- Video Element -------------------------------------------------------- */
.cmp-video__player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  background: var(--video-bg);
}
video::cue {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  text-align: center;
}
.cmp-video__player::-webkit-media-text-track-container {
  transform: translateY(-20px);
}
/* ---- Play Overlay --------------------------------------------------------- */
.cmp-video__play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: opacity var(--transition-fast);
}
.cmp-video__play-overlay svg {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.5));
  transition: transform var(--transition-med);
}
.cmp-video__play-overlay:hover svg {
  transform: scale(1.08);
}
.cmp-video__play-overlay[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none;
}
/* Overlay should never block clicks on the video when playing */
.cmp-video__play-overlay {
  pointer-events: none;
}
.cmp-video__play-overlay[aria-hidden="false"] {
  pointer-events: auto;
  opacity: 1;
  display: flex;
}
/* ---- Controls Bar --------------------------------------------------------- */
.cmp-video__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  background-color: rgba(43, 51, 63, 0.7);
  transition: visibility 0.1s, opacity 0.1s;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transform: translateY(4px);
}
.cmp-video__player-wrapper:hover .cmp-video__controls,
.cmp-video__player-wrapper:focus-within .cmp-video__controls,
.cmp-video__player-wrapper.is-paused .cmp-video__controls {
  opacity: 1;
  transform: translateY(0);
}
/* ---- Controls — Left Group ----------------------------------------------- */
.cmp-video__controls-left {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* ---- Controls — Right Group ---------------------------------------------- */
.cmp-video__controls-right {
  display: flex;
  align-items: center;
  gap: 2px;
}
/* ---- Control Buttons ------------------------------------------------------ */
.cmp-video__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 25px;
  padding: 0;
  background: none;
  border: none;
  border-radius: var(--video-radius);
  color: #ffffff;
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast);
  flex-shrink: 0;
}
.cmp-video__btn:hover {
  background: rgba(255, 255, 255, 0.12);
}
.cmp-video__btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 1px;
}
.cmp-video__btn svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
/* Speed button — text label */
.cmp-video__controls-right .cmp-video__btn--speed {
  width: auto;
  padding: 0 6px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.cmp-video__controls-right .cmp-video__btn--speed:hover {
  color: #ffffff;
}
.cmp-video__controls-right .cmp-video__time-current {
  color: #ffffff;
}
/* Captions active state */
.cmp-video__btn--captions[aria-pressed="true"] {
  color: #ffffff;
}
/* ---- Volume Slider -------------------------------------------------------- */
.cmp-video__volume-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 64px;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  accent-color: #ffffff;
}
/* ---- Timestamp ------------------------------------------------------------ */
.cmp-video__timestamp {
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
  color: var(--video-text-muted);
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding: 0 2px;
}
.cmp-video__time-sep {
  opacity: 0.5;
}
/* ---- Progress Bar --------------------------------------------------------- */
.cmp-video__progress-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 16px;
  cursor: pointer;
}
.cmp-video__progress-buffer,
.cmp-video__progress-fill {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  border-radius: 2px;
  pointer-events: none;
  transition: width var(--transition-fast);
}
.cmp-video__progress-buffer {
  background: rgba(255, 255, 255, 0.2);
  width: 0%;
}
.cmp-video__progress-fill {
  background: #ffffff;
  width: 0%;
  z-index: 1;
}
.cmp-video__progress {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  accent-color: #ffffff;
  background-color: rgba(115, 133, 159, 0.5);
  transition: height var(--transition-fast);
}
.cmp-video__progress-wrapper:hover .cmp-video__progress,
.cmp-video__progress-wrapper:hover .cmp-video__progress-fill,
.cmp-video__progress-wrapper:hover .cmp-video__progress-buffer {
  height: 5px;
}
.cmp-video__progress:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
/* ---- Share Modal ---------------------------------------------------------- */
.cmp-video__share-modal {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.82);
  border-radius: inherit;
  padding: 20px 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.cmp-video__share-modal[aria-hidden="false"] {
  display: flex;
}
.cmp-video__share-modal-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  animation: modal-in var(--transition-med) both;
}
@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.cmp-video__share-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--video-radius);
  color: var(--video-text-muted);
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast);
}
.cmp-video__share-modal-close:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.cmp-video__share-modal-close:focus-visible {
  outline: 2px solid #ffffff;
}
.cmp-video__share-modal-close svg {
  width: 16px;
  height: 16px;
}
.cmp-video__share-social-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.cmp-video__share-social-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.cmp-video__share-social-btn svg {
  width: 18px;
  height: 18px;
}
.cmp-video__share-social-btn--facebook {
  background: var(--social-fb);
}
.cmp-video__share-social-btn--linkedin {
  background: var(--social-li);
}
.cmp-video__share-social-btn--twitter {
  background: var(--social-tw);
}
/* Direct Link */
.cmp-video__share-link-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 8px;
}
.cmp-video__share-link-field {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--video-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
.cmp-video__share-link-input {
  flex: 1;
  min-width: 0;
  padding: 9px 12px;
  font-size: 0.8rem;
  font-family: inherit;
  color: #262626;
  background: #ffffff;
  border: none;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cmp-video__share-link-copy {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.07);
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--video-text-muted);
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--transition-fast), color var(--transition-fast);
}
.cmp-video__share-link-copy:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.cmp-video__share-link-copy:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
.cmp-video__share-link-copy svg {
  width: 16px;
  height: 16px;
}
.cmp-video__share-link-copy-tooltip {
  position: absolute;
  bottom: calc(106%);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-family: inherit;
  background: #333;
  color: #ffffff;
  padding: 3px 7px;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-fast);
}
.cmp-video__share-link-copy-tooltip.is-visible {
  opacity: 1;
}
/* ---- Responsive ----------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .cmp-video .image-video-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .cmp-video__volume-slider {
    display: none;
  }
  .cmp-video__controls {
    gap: 4px;
    padding: 0 8px 0;
  }
  .cmp-video__timestamp {
    font-size: 0.65rem;
  }
  .cmp-video .cmp-video__share-modal-header {
    padding-right: 30px;
  }
  .cmp-video .cmp-video__player-wrapper {
    min-height: 210px;
  }
  .cmp-video video::cue {
    font-size: 14px;
  }
  .cmp-video__share-modal {
    padding: 16px;
  }
  .cmp-video__share-modal .cmp-video__share-modal-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 2rem;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
  }
  .cmp-video__share-modal .cmp-video__share-modal-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }
  .cmp-video__share-modal .cmp-video__share-social .cmp-video__share-social-btn {
    height: 25px;
    width: 25px;
  }
}

