.pv-page {
      max-width: 1000px;
      margin: 40px auto;
      padding: 40px 20px;
      background: white;
    }
    
    .pv-header {
      border-bottom: 3px solid #0f7490;
      padding-bottom: 20px;
      margin-bottom: 30px;
    }
    
    .pv-header h1 {
      color: #0f7490;
      font-size: 2.5em;
      margin-bottom: 10px;
    }
    
    .pv-header p {
      color: #666;
      font-size: 1.1em;
      line-height: 1.6;
    }
    
    .pv-content h2 {
      color: #0f7490;
      font-size: 1.8em;
      margin-top: 40px;
      margin-bottom: 15px;
      padding-top: 20px;
      border-top: 1px solid #e0e0e0;
    }
    
    .pv-content h2:first-of-type {
      border-top: none;
      margin-top: 0;
    }
    
    .pv-content h3 {
      color: #333;
      font-size: 1.3em;
      margin-top: 25px;
      margin-bottom: 12px;
    }
    
    .pv-content p {
      line-height: 1.8;
      margin-bottom: 15px;
      color: #444;
    }
    
    .pv-content ul {
      margin: 15px 0;
      padding-left: 30px;
    }
    
    .pv-content li {
      margin-bottom: 10px;
      line-height: 1.7;
      color: #444;
    }
    
    .urgent-box {
      background: #fff3cd;
      border: 3px solid #ffc107;
      border-left: 6px solid #ffc107;
      padding: 25px;
      margin: 30px 0;
      border-radius: 8px;
    }
    
    .urgent-box strong {
      color: #856404;
      font-size: 1.3em;
      display: block;
      margin-bottom: 15px;
    }
    
    .info-box {
      background: #d1ecf1;
      border-left: 4px solid #0c5460;
      padding: 20px;
      margin: 25px 0;
      border-radius: 4px;
    }
    
    .report-form {
      background: #f8f9fa;
      padding: 30px;
      border-radius: 8px;
      margin: 30px 0;
      border: 1px solid #dee2e6;
    }
    
    .form-group {
      margin-bottom: 20px;
    }
    
    .form-group label {
      display: block;
      font-weight: 600;
      margin-bottom: 8px;
      color: #333;
    }
    
    .form-group label .required {
      color: #dc3545;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ced4da;
      border-radius: 4px;
      font-size: 1em;
      font-family: inherit;
    }
    
    .form-group textarea {
      min-height: 120px;
      resize: vertical;
    }
    
    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    
    .submit-btn {
      background: #0f7490;
      color: white;
      padding: 15px 40px;
      border: none;
      border-radius: 4px;
      font-size: 1.1em;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.3s;
    }
    
    .submit-btn:hover {
      background: #0d5f75;
    }
    
    .contact-methods {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin: 30px 0;
    }
    
    .contact-card {
      background: white;
      border: 2px solid #0f7490;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
    }
    
    .contact-card h3 {
      color: #0f7490;
      margin-top: 0;
      margin-bottom: 15px;
    }
    
    .contact-card p {
      margin: 10px 0;
      color: #666;
    }
    
    .contact-card strong {
      color: #333;
      display: block;
      margin-top: 10px;
    }
    
    @media (max-width: 768px) {
      .pv-page {
        padding: 20px 15px;
      }
      
      .pv-header h1 {
        font-size: 2em;
      }
      
      .form-row {
        grid-template-columns: 1fr;
      }
      
      .contact-methods {
        grid-template-columns: 1fr;
      }
    }

.pharmacovigilance-inline-1 {
  margin-top: 15px;
}

.pharmacovigilance-inline-2 {
  margin-top: 0; color: #0f7490;
}

.pharmacovigilance-inline-3 {
  color: #666; margin-bottom: 25px;
}

.pharmacovigilance-inline-4 {
  color: #dc3545;
}

.pharmacovigilance-inline-5 {
  color: #0f7490; margin-top: 0;
}

.pharmacovigilance-inline-6 {
  color: #0f7490; margin-top: 30px;
}

.pharmacovigilance-inline-7 {
  color: #666; font-size: 0.9em; margin-bottom: 15px;
}

.pharmacovigilance-inline-8 {
  margin-top: 30px;
}

.pharmacovigilance-inline-9 {
  margin-top: 20px; color: #666; font-size: 0.9em;
}

.pharmacovigilance-inline-10 {
  margin-top: 15px; font-size: 0.9em;
}

.pharmacovigilance-inline-11 {
  color: #0f7490;
}

.pharmacovigilance-inline-12 {
  margin-top: 40px;
}

