.saejee-media-pills a.saejee-pswp-trigger {
  gap: .62rem;
  padding: .34rem .9rem .34rem .42rem;
  cursor: zoom-in;
  box-shadow: 0 12px 30px -24px rgba(0, 0, 0, .55);
}

.saejee-media-pills a.saejee-pswp-trigger:hover,
.saejee-media-pills a.saejee-pswp-trigger:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px -24px rgba(0, 0, 0, .72);
}

.saejee-pswp-thumb {
  position: relative;
  width: 56px;
  height: 36px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: 7px;
  background: #000;
}

.saejee-pswp-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.saejee-pswp-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
}

.saejee-pswp-copy {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-width: 0;
}

.saejee-pswp-trigger[data-pswp-loading="true"] {
  pointer-events: none;
  opacity: .78;
}

.saejee-pswp-trigger[data-pswp-loading="true"] .saejee-pswp-thumb::after {
  opacity: 1;
  animation: saejee-pswp-sheen .75s ease-in-out infinite;
}

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #050505;
  --pswp-root-z-index: 100000;
}

.pswp__bg {
  background: #000 !important;
}

.pswp__button {
  color: #fff;
}

.pswp__img {
  background: #000;
}

.saejee-pswp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  max-width: min(360px, calc(100vw - 128px));
  padding: 0 8px 0 14px;
  color: rgba(255, 255, 255, .74);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .8);
}

.saejee-pswp-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px -20px rgba(255, 255, 255, .65);
}

.saejee-pswp-brand-logo img {
  display: block;
  width: auto;
  height: 30px;
  max-width: 178px;
}

.saejee-pswp-brand-domain {
  overflow: hidden;
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.saejee-pswp-rights {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 12;
  max-width: calc(100vw - 24px);
  transform: translateX(-50%);
  pointer-events: none;
  color: rgba(255, 255, 255, .72);
  background: rgba(0, 0, 0, .42);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .75);
  backdrop-filter: blur(8px);
}

@keyframes saejee-pswp-sheen {
  to {
    transform: translateX(120%);
  }
}

@media (max-width: 520px) {
  .saejee-media-pills a.saejee-pswp-trigger {
    width: 100%;
    justify-content: flex-start;
    border-radius: 12px;
  }

  .saejee-pswp-thumb {
    width: 72px;
    height: 50px;
  }

  .saejee-pswp-brand {
    gap: 0;
    max-width: calc(100vw - 108px);
    padding-left: 8px;
  }

  .saejee-pswp-brand-logo {
    padding: 4px 6px;
    border-radius: 7px;
  }

  .saejee-pswp-brand-logo img {
    height: 24px;
    max-width: 132px;
  }

  .saejee-pswp-brand-domain {
    display: none;
  }

  .saejee-pswp-rights {
    bottom: 10px;
    padding: 5px 9px;
    font-size: 10px;
  }
}
