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

.u-section-1 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 0;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 0 auto;
}

.u-section-1 .u-text-2 {
  margin: 43px auto 0;
}

.u-section-1 .u-custom-html-2 {
  height: auto;
  min-height: 1057px;
  width: 1120px;
  margin: 40px auto 30px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-custom-html-2 {
    width: 940px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-custom-html-2 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-custom-html-2 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-custom-html-2 {
    width: 340px;
  }
} h1 {
      text-align: center;
      color: #2c3e50;
      margin-bottom: 20px;
    }
    .section {
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
		background-color: rgba(225, 211, 227, 0.3);
	 border: 2px solid grey;
   text-align: justify;
	border-radius: 10px;
  padding: 10px 10px 5px 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;	
    }
    .section h2 {
      margin-top: 0;
      color: #1b6ca8;
      font-size: 18px;
      margin-bottom: 12px;
    }
    ul {
      list-style: none;
      padding: 0;
    }
    li {
      padding: 8px 10px;
      margin-bottom: 6px;
      background: #455168;
      border-radius: 6px;
      display: flex;
      align-items: center;
      transition: 0.3s;
    }
    li:hover {
background-color: rgba(225, 211, 227, 0.3);
		text-shadow: 1px 1px #fff, -1px -1px #444;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;	
    }
    input[type="checkbox"] {
      margin-right: 10px;
      transform: scale(1.2);
      accent-color: #27ae60;
    }
    @media print {
      body {
        background: #fff;
        color: #000;
      }
      .section {
        box-shadow: none;
        border: 1px solid #ccc;
      }
    }
  /* Footer actions */
    .actions {
      display: flex;
      gap: 10px;
      justify-content: center;
      margin-top: 20px;
    }
    button {
      border: 1px solid var(--primary);
      background: var(--primary);
      color: #fff;
      padding: 10px 14px;
      border-radius: 8px;
      font-size: 14px;
      cursor: pointer;
      transition: transform 0.06s ease, opacity 0.2s ease;
    }
    button.secondary {
      background: #ffffff;
      color: var(--primary);
    }
    button:active { transform: scale(0.98); } 