.rp-oug18-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}
.rp-oug18-form * {
  box-sizing: border-box;
}
.rp-oug18-intro {
  font-size: 0.95rem;
  color: #444;
  margin: 0 0 20px;
  line-height: 1.5;
}
.rp-oug18-field {
  margin-bottom: 16px;
}
.rp-oug18-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.9rem;
}
.rp-oug18-field .req {
  color: #c0392b;
}
.rp-oug18-field input[type="text"],
.rp-oug18-field input[type="email"],
.rp-oug18-field input[type="date"],
.rp-oug18-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.95rem;
}
.rp-oug18-consent label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  font-size: 0.85rem;
}
.rp-oug18-consent input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
}
.rp-oug18-submit {
  display: inline-block;
  padding: 12px 24px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.rp-oug18-submit:hover {
  background: #333;
}
.rp-oug18-notice {
  padding: 14px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 0.9rem;
}
.rp-oug18-notice p {
  margin: 0 0 6px;
}
.rp-oug18-notice p:last-child {
  margin-bottom: 0;
}
.rp-oug18-notice-success {
  background: #eafaf0;
  border: 1px solid #b7e4c7;
  color: #1e5631;
}
.rp-oug18-notice-error {
  background: #fdecea;
  border: 1px solid #f5c6c2;
  color: #7a1f1a;
}
.rp-oug18-footer-link {
  text-decoration: underline;
}
.rp-oug18-customization .rp-oug18-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  margin-bottom: 6px;
}
.rp-oug18-customization .rp-oug18-radio input[type="radio"] {
  flex-shrink: 0;
}
.rp-oug18-legal-notice {
  display: none;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 4px;
  background: #fff8e6;
  border: 1px solid #f0d98c;
  font-size: 0.85rem;
  color: #5c4a1a;
}
.rp-oug18-legal-notice p {
  margin: 0;
}
.rp-oug18-customization:has(input[value="personalizata"]:checked) .rp-oug18-legal-notice {
  display: block;
}
