.kirkwood-jobs-popup[hidden] { display: none !important; }
.kirkwood-jobs-popup__overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 20px;
  box-sizing: border-box;
  animation: kirkwoodFadeIn 0.3s ease;
}
.kirkwood-jobs-popup__content {
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  padding: 40px 35px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  animation: kirkwoodSlideUp 0.3s ease;
  font-family: inherit;
}
.kirkwood-jobs-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: 0;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  line-height: 1;
  padding: 5px;
}
.kirkwood-jobs-popup__close:hover,
.kirkwood-jobs-popup__close:focus { color: #333; }
.kirkwood-jobs-popup__content h2 {
  margin: 0 0 5px;
  font-size: 26px;
  color: #1A4D2E;
  font-weight: 700;
}
.kirkwood-jobs-popup__subtitle {
  color: #666;
  margin: 0 0 20px;
  font-size: 15px;
}
.kirkwood-jobs-popup__jobs {
  list-style: none;
  padding: 0;
  margin: 0 auto 15px;
  text-align: left;
  display: inline-block;
}
.kirkwood-jobs-popup__jobs li {
  padding: 6px 0;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.kirkwood-jobs-popup__jobs li::before {
  content: "•";
  color: #1A4D2E;
  font-weight: 700;
  margin-right: 8px;
}
.kirkwood-jobs-popup__perk {
  background: #F0F7F2;
  color: #1A4D2E;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 25px;
}
.kirkwood-jobs-popup__cta {
  display: block;
  background: #1A4D2E;
  color: #fff !important;
  text-decoration: none !important;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  transition: background 0.2s ease;
}
.kirkwood-jobs-popup__cta:hover,
.kirkwood-jobs-popup__cta:focus { background: #143D24; color: #fff !important; }
.kirkwood-jobs-popup__dismiss {
  background: none;
  border: 0;
  color: #999;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}
.kirkwood-jobs-popup__dismiss:hover,
.kirkwood-jobs-popup__dismiss:focus { color: #666; }
@keyframes kirkwoodFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes kirkwoodSlideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .kirkwood-jobs-popup__content { padding: 35px 24px 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .kirkwood-jobs-popup__overlay,
  .kirkwood-jobs-popup__content { animation: none; }
}

.kirkwood-jobs-popup__icon {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 auto 10px;
}
