
  
  .eyasu-wrap-c32f {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  
  /* Watermark */
  .eyasu-watermark-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.06;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .eyasu-watermark-bg img {
    width: 400px;
  }
  
  /* Header */
  .eyasu-header-908z {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .eyasu-header-908z h1 {
    margin: 0;
    font-size: 24px;
    color: #1a4ca4;
  }
  .eyasu-header-908z h2 {
    margin: 0;
    font-size: 16px;
    color: #555;
  }
  
  /* Title */
  .eyasu-title-k91x {
    text-align: center;
    margin: 30px 0 20px;
    font-weight: bold;
    font-size: 18px;
    z-index: 2;
  }
  
  /* Sections */
  .eyasu-section-c1 {
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
  }
  .eyasu-section-c1 h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
  }
  .eyasu-section-c1 label {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    color: #444;
  }
  .eyasu-section-c1 input[type="text"],
  .eyasu-section-c1 textarea {
    padding: 8px 10px;
    width: 200px;
    max-width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .eyasu-section-c1 input.wide {
    width: 70%;
  }
  .eyasu-section-c1 textarea {
    width: 100%;
    resize: vertical;
  }
  
  /* Table */
  .eyasu-table-wrapper {
    overflow-x: auto;
  }
  .eyasu-table-z9 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  .eyasu-table-z9 th,
  .eyasu-table-z9 td {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 14px;
    text-align: left;
  }
  .eyasu-table-z9 th {
    background-color: #f0f4f8;
  }
  .eyasu-table-z9 input {
    width: 100%;
    padding: 6px;
    border: none;
    font-size: 13px;
    background-color: #fefefe;
  }
  
  /* Footer */
  .eyasu-footer-11x {
    text-align: center;
    font-size: 14px;
    color: #444;
    margin-top: 40px;
    position: relative;
    z-index: 2;
  }
  
  /* Responsive */
  @media (max-width: 600px) {
    .eyasu-section-c1 input[type="text"],
    .eyasu-section-c1 textarea {
      width: 100%;
    }
  
    .eyasu-table-z9 th,
    .eyasu-table-z9 td {
      font-size: 12px;
      padding: 6px;
    }
  }
  