.pr-card{
  max-width: 750px;
  margin: 24px auto !important;
  background: #fff !important;
  border-radius: 14px !important;
  padding: 22px 22px 18px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .10) !important;
  font-family: inherit;
}

.pr-header{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom: 8px;
}
.pr-header h2 {
    color: #52398C !important;
    font-size: 48px!important;
    font-weight: bold !important;
}

.pr-icon{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(91,47,163,.10);
  color:#5B2FA3;
  font-weight:700;
}

.pr-card h2{
  margin:0;
  font-size: 22px;
  color:#2b2b2b;
}

.pr-card p.pr-subtitle, label.pr-check  span {
    margin: 8px 0 18px;
    color: #272727 !important;
    font-size: 16px !important;
    line-height: 1.45;
    margin-bottom: 25px !important;
}

.pr-alert{
  border-radius: 10px;
  padding: 10px 12px;
  margin: 10px 0 14px;
  font-size: 13px;
}
.pr-success{ background: #ecfdf5; color:#065f46; }
.pr-error{ background: #fef2f2; color:#991b1b; }

.pr-form{
  display:flex;
  flex-direction: column;
  gap: 10px;
}

.pr-label {
    color: #1E6F8F !important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px !important;
}

.pr-input, .pr-textarea{
    width: 100%;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    font-size: 14px;
    outline: none !important;
    background: #fff !important;
}

.pr-textarea{
  min-height: 96px;
  resize: vertical;
}

.pr-input:focus, .pr-textarea:focus{
  border-color:#5B2FA3;
  box-shadow: 0 0 0 3px rgba(91,47,163,.12);
}

.pr-hint{
  color:#9ca3af;
  font-size: 12px;
  margin-top:-6px;
}

.pr-filewrap{
  border:1px dashed #e5e7eb;
  padding: 12px;
  border-radius: 12px;
  background: #fafafa;
}
.pr-file{
  width:100%;
}
.pr-filehint{
  color:#6b7280;
  font-size: 12px;
  margin-top: 6px;
}

.pr-check{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size: 12.5px;
  color:#4b5563;
  margin-top: 15px!important;
}
.pr-check input{ margin-top: 2px; }

.pr-submit, #pr-result-close{
  margin: 16px auto 0;
  width: auto;                 /* 👈 deja de ocupar todo */
  display: inline-block;       /* 👈 se ajusta al texto */
  border: 0;
  border-radius: 9px;        /* 👈 look pill */
  padding: 12px 26px;          /* 👈 un poco más ancho que el texto */
  background: #5B2FA3;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(91,47,163,.18);
}
.pr-submit:hover{
  filter: brightness(.98);
}
