.retailer-item {
    margin-bottom: 10px;
  }

  /* Style for the checkbox */
  .retailer-checkbox {
    margin-right: 5px;
  }

  /* Style for the submit button */
  .submit-btn {
    padding: 10px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  ul{
    list-style-type: none;
  }
  /* Style for the banner*/
  .banner {
    color: black;
    padding: 10px;
    text-align: center;
  }
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* Content Styles */
  .content {
    margin: 20px;
  }

  /* Style for the "No Items Found" message */
  .no-items-message {
    font-size: 18px;
    color: #555;
    text-align: center;
  }