.u-section-1 .u-sheet-1 {
  min-height: 2824px;
}

.u-section-1 .u-text-1 {
  margin: 10px 20px 0 0;
}

.u-section-1 .u-custom-html-1 {
  margin: 10px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    margin-right: 0;
  }

  .u-section-1 .u-custom-html-1 {
    margin-right: initial;
    margin-left: initial;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 4308px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin: 20px 10px 10px;
  }
} :root {
      
      
      
      
      
      
      
      
    }
    main { padding: 20px; max-width: 1100px; margin: 0 auto; }
  
    .card {
  background-color: rgba(225, 211, 227, 0.3);
      border-radius: 10px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.06);
      padding: 18px;
      margin: 16px 0;
      
      
    }    .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    @media (max-width: 900px) { .grid { grid-template-columns: 1fr; } }
    .info { border-left: 4px solid #00695c; background: #f6f8f9; padding: 14px 18px; border-radius: 8px; }
    .warn { border-left: 4px solid #f57c00; background: #fff7ea; padding: 14px 18px; border-radius: 8px; }
    .badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
    .badge {
      padding: 6px 10px; border-radius: 16px; font-size: 12px; font-weight: 600;
      background: #f6f8f9; color: #00695c; border: 1px solid #e5eaef;
      
            
    }
    a { color: #00695c; text-decoration: none; }
    a:hover { text-decoration: underline; }
    /* Modern table */
    .table-responsive { overflow-x: auto; margin-top: 12px; }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
      overflow: hidden;
      border-radius: 8px;
    }
        thead { background: linear-gradient(90deg, #00695c, #26a69a); color: #fff; }
    th, td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid #e5eaef; }
    tbody tr:hover { background: #fafafa; }
    /* Cards on mobile */
    @media (max-width: 768px) {
      table, thead, tbody, th, td, tr { display: block; }
      thead { display: none; }
      tr {
        margin-bottom: 16px; border: 1px solid #e5eaef; border-radius: 10px; padding: 10px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.04);
      }
      td { border: none; padding: 8px 10px; position: relative; }
      td::before {
        content: attr(data-label); display: block; font-weight: 600; color: #00695c; margin-bottom: 4px;
      }
    }
    /* Icon list */
    .icon-list { list-style: none; padding: 0; margin: 0; }
    .icon-list li { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0; }
    .icon { font-size: 18px; width: 22px; text-align: center; }
    .cta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
    .cta a {
      display: inline-block; padding: 8px 12px; border: 1px solid #e5eaef;
      border-radius: 8px; background: #f6f8f9; color: #00695c; font-weight: 600;
    }
  .style1 {
				border: 2px solid #000000;
}
.style2 {
				color: #003366;
}
.style3 {
				font-size: 18px;
				width: 22px;
				text-align: center;
				color: #003366;
} 