.investimi-planner-open-shell {
  width: 100%;
  margin: 0;
}

.investimi-planner-open-frame {
  display: block;
  width: 100%;
  height: 320px;
  min-height: 240px;
  border: 0;
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 18px 40px rgba(38, 15, 38, 0.12);
  overflow: hidden;
  transition: height 0.18s ease;
}

@media (max-width: 782px) {
  .investimi-planner-open-frame {
    min-height: 240px;
    border-radius: 14px;
  }
}
