#gifts h1,
#gifts p, 
#gifts strong{
  color: var(--main-dark-navy);
}

.naiara-e-pedro-background {
  background-image:
    url(../images/naiara_e_pedro.jpg);
  background-position: center 15%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--off-white);
}

/* QR Code Styles */
#qrcode-pix {
  min-height: 50px;
}

#qr-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-code-wrapper {
  text-align: center;
}

.qr-code-wrapper svg,
.qr-canvas {
  border: 2px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-width: 100%;
  height: auto;
  transition: transform 0.2s ease;
}

.is-rounded-left {
  border-radius: 290486px 0 0 290486px !important;
}
.is-rounded-right {
  border-radius: 0 290486px 290486px 0 !important;
}
.gift-button {
  background-color: var(--main-dark-navy) !important;
  color: var(--off-white) !important;
  border: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.gift-button:hover {
  opacity: 0.85;
}
.gift-button.is-loading {
  pointer-events: none;
}

.qr-code-wrapper a:hover svg,
.qr-code-wrapper a:hover .qr-canvas {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .qr-code-wrapper svg,
  .qr-canvas {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (min-width: 1015px) {
  section#gifts > .hero-body {
    flex: 1;
    width: 50%;
  }
}
