 .peptiqo-calculator-container {
    display: flex;
    gap:50px;
    flex-wrap: wrap;
    max-width: auto !important;
    margin: 0 auto;
  }

  .left-column, .right-column {
    background: #fff;
    border-radius: 10px;
    padding: 2% ;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    flex: 1 1 45%;
    min-width: 300px;
  }

  .left-column {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .left-column .screens-wrapper {
    flex: 1 1 auto;
    overflow-y: auto;
  }

  .peptiqo-calculator h3 {
    margin-bottom: 15px;
  }

  .peptiqo-calculator label {
    display: block;
    margin-bottom: 10px;
  }

  .peptiqo-calculator input,
  .peptiqo-calculator select {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  .peptiqo-calculator .buttons {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .peptiqo-calculator button {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 6px;
    background: rgb(24, 86, 142) !important;
    color: #fff;
    cursor: pointer;
  }

  .peptiqo-calculator .result-row {
    margin: 10px 0;
    font-size: 1rem;
    border: 1px solid #c0c0c0 !important;
    padding: 4%;
    border-radius: 10px !important;
  }

  .peptiqo-calculator .result-syringe {
  padding: 10px;
    border-radius: 10px;
    font-size: 1rem;
    margin-top: 10px;
    border: 1px solid #c0c0c0 !important;
    padding: 4% !important;
  }

  .peptiqo-calculator .notes {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .peptiqo-calculator .note h4 {
    margin-bottom: 8px;
  }

  .screen {
    transition: none; /* removes black-to-white flash on load */
  }
