.popup-guia-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.popup-guia-box {
  position: relative;
  width: 90vw;
  max-width: 650px;
  max-height: 90vh;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.popup-guia-link {
  display: block;
  line-height: 0;
}

.popup-guia-img {
  display: block;
  width: 100%;
  max-height: 90vh;
  height: auto;
  border-radius: 20px;
}

.popup-guia-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #d3d3d3;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-guia-close:hover {
  color: #fff;
}
