.container_bon_doc {
      font-family: 'Segoe UI', sans-serif;
      color: #2c3e50!important;

      max-width: 850px;
      margin: auto;
      background: #fff; 
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .header_bon_doc {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
    }

    .header_bon_doc h1 {
      font-size: 1.8rem;
      margin: 0;
    }

    .section_bon_doc {
      margin-bottom: 25px;
    }

    .section_bon_doc h2 {
      font-size: 1.1rem;
      color: #34495e;
      margin-bottom: 10px;
      border-bottom: 1px solid #eee;
      padding-bottom: 5px;
    }

    .info_bon_doc p {
      margin: 4px 0;
      font-size: 0.95rem;
      color: #2c3e50!important;
    }

    .table_bon_doc {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }

    .table_bon_doc th, .table_bon_doc td {
      padding: 12px;
      border: 1px solid #ddd;
      font-size: 0.92rem;
    }

    .table_bon_doc th {
      background: #6c5ce7;
      color: #fff;
      text-align: left;
    }

    .table_bon_doc tfoot td {
      text-align: right;
      font-weight: bold;
      background: #f0f2ff;
    }

    .signature_bon_doc {
      display: flex;
      justify-content: space-between;
      margin-top: 40px;
    }

    .signature_bon_doc div {
      width: 45%;
      text-align: center;
      color: #2c3e50!important;
    }

    .conditions_bon_doc {
      font-size: 0.88rem;
      margin-top: 30px;
      padding-top: 15px;
      border-top: 1px dashed #ccc;
      color: #555;
    }