
  .slimming-content-wrapper {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1920px;
    margin: 0 auto;
  }
  .table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    border: 1px solid #e2edf2;
    border-radius: 8px;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
  }
  th {
    background-color: #f8fafc;
    color: #1a4c64;
    font-weight: 600;
  }
  th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    font-size: 15px;
  }
  tr:hover {
    background-color: #f1f7f9;
  }
  .faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .faq-item h3 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .btn-link {
    color: #3598db;
    text-decoration: underline;
  }
