body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #eef2f5;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 500px;
  margin: 50px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}

h1 {
  color: #333;
  margin-bottom: 25px;
}

.selection {
  margin-bottom: 30px;
}

.selection select,
.selection input {
  padding: 10px;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.results {
  text-align: left;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
}

.results div {
  margin: 10px 0;
  font-size: 1.1rem;
  color: #444;
}

@media (max-width: 600px) {
  .container {
    margin: 20px;
    padding: 20px;
  }
}
.icon-small {
  width: 50px;         /* Adjust size as needed */
  height: 50px;
  vertical-align: middle;  /* Aligns with text */
  margin-right: 16px;       /* Space between icon and text */
}
section {
      background-color: #f4f9ff;
      padding: 25px;
      margin: 30px auto;
      max-width: 850px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
    }

    h2 {
      color: #2a4d69;
      font-size: 26px;
      margin-bottom: 15px;
    }

    p, li {
      color: #333;
      font-size: 17px;
      line-height: 1.7;
      text-align: justify;
    }

    ol {
      padding-left: 20px;
    }