.pdf-gate__trigger {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  height: 25px;
  max-width: 100%;
  min-height: 25px;
  vertical-align: top;
  white-space: normal;
  display: inline-flex;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 600;
  gap: 8px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pdf-button-hover {
  cursor: pointer;
}

.pdf-button-hover * {
  cursor: inherit;
}

.pdf-gate__trigger:hover,
.pdf-gate__trigger:focus {
  background: transparent;
  color: #000;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  min-height: 25px;
  text-decoration: none;
}

.pdf-gate__trigger-icon {
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.pdf-gate-form-zone__download[hidden] {
  display: none;
}

/* Override WPForms confirmation message dentro de la zona */
.pdf-gate-form-zone .wpforms-confirmation-container-full,
.pdf-gate-form-zone .wpforms-confirmation-container,
.pdf-gate-form-zone .wpforms-confirmation-scroll {
  background: rgba(118, 196, 158, 0.12) !important;
  border: 1px solid #76C49E !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-family: Lexend, sans-serif !important;
  font-size: 15px !important;
  padding: 14px 20px !important;
  margin-bottom: 20px !important;
}

.pdf-gate-form-zone__download {
  padding-top: 4px;
  text-align: center;
}

.pdf-gate__download-link {
  align-items: center;
  background: #e15e5c;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-family: Lexend, sans-serif;
  font-size: 15px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  padding: 13px 24px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.pdf-gate__download-link::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4 16v2a2 2 0 002 2h12a2 2 0 002-2v-2M7 10l5 5 5-5M12 4v11'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.pdf-gate__download-link:hover,
.pdf-gate__download-link:focus {
  background: #c94e4c;
  color: #fff;
}
