body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 500px;
  margin: 50px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(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: #e5d9d9;
  padding: 20px;
  border-radius: 8px;
}

.results div {
  margin: 10px 0;
  font-size: 1.1rem;
  color: #010101;
}

@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: #ffffff;
  margin: 30px auto;
  padding: 25px;
  max-width: 850px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

h2 {
  color: #1c3d5a;
  font-size: 26px;
  margin-bottom: 12px;
}

p, li {
  color: #333;
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
}

ol {
  padding-left: 22px;
}
