.klevo-tool,
.klevo-money-layer {
  margin: 2rem 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(31, 48, 66, .16);
  border-radius: 1rem;
  background: linear-gradient(135deg, #f4f8f8, #fff);
  color: #1f3042;
}

.klevo-tool__eyebrow,
.klevo-money-layer__eyebrow {
  color: #567169;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.klevo-tool h2,
.klevo-money-layer h2 {
  margin: .45rem 0 .65rem;
}

.klevo-tool__intro,
.klevo-money-layer p {
  max-width: 46rem;
}

.klevo-tool__form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: end;
  margin-top: 1.25rem;
}

.klevo-tool__form label {
  display: grid;
  gap: .4rem;
  color: #32485b;
  font-size: .9rem;
  font-weight: 600;
}

.klevo-tool__form select {
  min-height: 2.75rem;
  padding: .5rem .7rem;
  border: 1px solid rgba(31, 48, 66, .26);
  border-radius: .55rem;
  background: #fff;
  color: #1f3042;
}

.klevo-tool__button,
.klevo-money-layer__link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: .65rem 1rem;
  border: 1px solid #1f3042;
  border-radius: .55rem;
  background: #1f3042;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.klevo-money-layer__links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}

.klevo-money-layer__link:not(.klevo-money-layer__link--primary) {
  background: transparent;
  color: #1f3042;
}

.klevo-tool__result {
  margin-top: 1.25rem;
  padding: 1rem;
  border-left: 4px solid #567169;
  background: rgba(255, 255, 255, .8);
  line-height: 1.6;
}

.klevo-tool__note {
  margin: 1rem 0 0;
  color: #5d6b76;
  font-size: .85rem;
}

@media (max-width: 760px) {
  .klevo-tool__form {
    grid-template-columns: 1fr;
  }

  .klevo-tool__button {
    width: 100%;
  }

  .klevo-money-layer__links {
    flex-direction: column;
  }

  .klevo-money-layer__link {
    width: 100%;
  }
}
