.pg-festividad-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.68);
  padding: 18px;
}
.pg-festividad-popup-inner {
  position: relative;
  line-height: 0;
}
.pg-festividad-popup a {
  display: block;
  line-height: 0;
}
.pg-festividad-popup img {
  width: 30vw;
  max-width: 30vw;
  max-height: 88vh;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.45);
}
.pg-festividad-popup-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.pg-festividad-popup-nav {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 54px;
  margin-top: -27px;
  border: 0;
  border-radius: 6px;
  background: rgba(255,255,255,0.92);
  color: #000;
  font-size: 42px;
  line-height: 48px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.pg-festividad-popup-prev {
  left: -52px;
}
.pg-festividad-popup-next {
  right: -52px;
}
@media (max-width: 767px) {
  .pg-festividad-popup img {
    width: 80vw;
    max-width: 80vw;
  }
  .pg-festividad-popup-prev {
    left: 8px;
  }
  .pg-festividad-popup-next {
    right: 8px;
  }
}
