/* Start custom CSS for html, class: .elementor-element-1464ae1 */.container {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
}

label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

input[type="number"],
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: inherit;
}

select option {
  font-size: 16px;
}

button {
  background-color: #0095ff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  display: block;
  margin: 0 auto;
}

button:hover {
  background-color: #0077c2;
}

h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  margin-bottom: 5px;
}

#daily-income,
#monthly-income,
#yearly-income {
  font-weight: bold;
}

.results {
  background-color: #e3f2fd;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.result-section {
  background-color: #d7effa;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin: 20px auto;
}

input[type="number"],
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: inherit;
  background-color: #f5f5f5;
}/* End custom CSS */