.captionH3 {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #0056b3;
    }

    .panel {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 8px;
      margin-bottom: 20px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .panel-heading {
      background-color: #d9e7fd;
      padding: 12px 20px;
      font-weight: bold;
      font-size: 17px;
      border-bottom: 1px solid #ccc;
    }

    .panel-body {
      padding: 20px;
      line-height: 1.6;
      font-size: 15px;
    }

    .table-responsive {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      margin-top: 15px;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      min-width: 600px;
    }

    table th,
    table td {
      border: 1px solid #ddd;
      padding: 10px;
      text-align: left;
    }

    table th {
      background-color: #007BFF;
      color: white;
    }

    table tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    table tr:hover {
      background-color: #eef;
    }

    a {
      color: #0056b3;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }
