.dlcwa-calculator {
  border: 1px solid #e5e7eb;
  padding: 16px;
  border-radius: 6px;
  background: #fff;
}
.dlcwa-calculator h2 {
  margin: 0 0 12px;
  font-size: 18px;
}
.dlcwa-top-image {
  width: 100%;
  height: auto;
  display: block;
}
.dlcwa-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-weight: 600;
}
.dlcwa-slider {
  width: 100%;
  margin-top: 10px;
}
.dlcwa-monthly {
  margin-top: 10px;
}
.dlcwa-cta {
  text-align: center;
  margin-top: 10px;
}
.dlcwa-apply-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #5ac43c;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  width: 100%;
  text-align: center;
}
.dlcwa-apply-button:hover {
  background-color: #2f8f1f;
}
.dlcwa-footer {
  margin-top: 10px;
  text-align: center;
}
.dlcwa-info {
  text-align: center;
  margin: 0 0 6px;
  font-size: 10px;
  line-height: 1.2em;
  color: #444;
}
.dlcwa-bottom-image {
  text-align: center;
  margin: 0;
}
.dlcwa-bottom-image img {
  max-width: 100%;
  height: auto;
}
