  /* Essential styles to ensure widget visibility */
  .nifty-discount-container {
    display: block;
    margin: 15px 0;
    width: 100%;
  }
  .nifty-discount-widget {
    display: block;
    width: 100%;
  }
  .nifty-discount-row {
    display: flex;
    align-items: center;
  }
  .nifty-discount-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nifty-discount-main {
    flex: 1;
    padding: 0 15px;
  }
  .nifty-action-button {
    cursor: pointer;
    display: inline-block;
  }

  /* Discount code display styling (matches the campaign creation preview) */
  .nifty-discount-code-display {
    display: inline-flex;
    align-items: center;
    margin-top: 0px;
    border: 1px dashed #000;
    border-radius: 5px;
    padding: 1px 5px;
    line-height: normal;
  }
  
  .nifty-discount-code-icon {
    display: flex;
    align-items: center;
  }
  
  .nifty-discount-code-icon svg {
    width: 16px;
    height: 16px;
    fill: #000000;
    display: block;
  }
  
  .nifty-discount-code {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
  }