.happs-card {
  width: 100%;
  max-width: 900px;
  min-width: 900px; /* 👈 force desktop width */
  margin: 0 auto;
  padding: 25px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Mobile fix */
@media(max-width: 950px){
  .happs-card{
    min-width: 100%;
  }
}

/* Remove flex from here */
.happs-output-wrap {
  position: relative;
  margin-bottom: 20px;
}

.happs-output-wrap input.happs-output {
  width: calc(100% - 12px);
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.happs-copy {
    width: 154px;
    height: 100%;
    padding: 7px;
    margin: auto;
    background-color: #12ea85;
    color: black;
}

.happs-strength {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 7px;
    border-radius: 6px;
}

/* Options without flex */
.happs-options label {
  display: inline-block;
  margin-right: 15px;
}


  .irs--round .irs-min, .irs--round .irs-max {
    display: none;
}

.irs--round {
    height: 50px;
    margin-top: 0px;
    margin-bottom: 45px;
}