.jetway-job-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.jetway-job-share__button {
  appearance: none;
  border: 0;
  border-radius: 7px;
  background: #07c160;
  color: #fff;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(7, 193, 96, 0.22);
  transition: background-color 0.2s, transform 0.2s;
}

.jetway-job-share__button:hover,
.jetway-job-share__button:focus-visible {
  background: #06ad56;
  transform: translateY(-1px);
}

.jetway-job-share__tip {
  color: #777;
  font-size: 13px;
}

.jetway-job-share--highlight {
  outline: 3px solid rgba(7, 193, 96, 0.3);
  box-shadow: 0 10px 28px rgba(7, 193, 96, 0.14);
  transition: outline-color 0.25s, box-shadow 0.25s;
}

.jetway-share-guide {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
}

.jetway-share-guide.is-open { display: block; }

.jetway-share-guide__content {
  position: absolute;
  top: 18px;
  right: 20px;
  max-width: 310px;
  text-align: right;
  font-size: 17px;
  line-height: 1.8;
}

.jetway-share-guide__arrow {
  display: block;
  font-size: 46px;
  line-height: 1;
}

.jetway-share-guide__close {
  margin-top: 18px;
  border: 1px solid #fff;
  border-radius: 20px;
  background: transparent;
  color: #fff;
  padding: 6px 18px;
}

.jetway-share-toast {
  position: fixed;
  z-index: 1000000;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  border-radius: 6px;
  background: #222;
  color: #fff;
  padding: 10px 18px;
  transition: opacity 0.2s;
}

.jetway-share-toast.is-visible { opacity: 1; }

.jetway-poster-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: none;
  overflow-y: auto;
  background: rgba(8, 18, 36, 0.78);
  padding: 24px;
}

.jetway-poster-modal.is-open { display: block; }
body.jetway-poster-open { overflow: hidden; }

.jetway-poster-wechat { display: none; }
.jetway-poster-modal.is-wechat { padding-top: 132px; }
.jetway-poster-modal.is-wechat .jetway-poster-wechat {
  position: fixed;
  z-index: 3;
  top: 14px;
  right: 18px;
  display: block;
  color: #fff;
  text-align: right;
  font-size: 16px;
  line-height: 1.55;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.jetway-poster-wechat__arrow { display: block; font-size: 48px; line-height: 1; }

.jetway-poster-panel {
  position: relative;
  width: min(560px, 100%);
  margin: 0 auto;
  border-radius: 18px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.jetway-poster-close {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.jetway-poster-loading { padding: 70px 20px; text-align: center; color: #475467; }
.jetway-poster-image img { display: block; width: 100%; height: auto; border-radius: 10px; }
.jetway-poster-actions { display: flex; align-items: center; gap: 12px; margin-top: 14px; color: #667085; font-size: 13px; }
.jetway-poster-download { border: 0; border-radius: 7px; background: #1677ff; color: #fff; padding: 10px 16px; white-space: nowrap; }

@media (max-width: 600px) {
  .jetway-job-share__button { width: 100%; }
  .jetway-job-share__tip { width: 100%; text-align: center; }
  .jetway-poster-modal { padding: 10px; }
  .jetway-poster-panel { padding: 10px; border-radius: 12px; }
  .jetway-poster-actions { display: block; text-align: center; }
  .jetway-poster-download { width: 100%; margin-bottom: 8px; }
  .jetway-poster-modal.is-wechat { padding-top: 130px; }
}
