.fan-courier-request-form {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f8f8f8;
  }
  .fan-courier-request-form h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
  .fan-courier-request-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .fan-courier-request-form input,
  .fan-courier-request-form select {
    width: 100%;
    max-width: 300px;
  }
  