.seller-top {
  background-color: #FF8000;
  color: #ffffff;
  padding: 20px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.seller-top p {
  margin: 0;
}

/* Responsive Navigation Styles */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #4C1F7A;
  cursor: pointer;
  padding: 0.5rem;
  margin-left: 1rem;
}

@media (max-width: 991.98px) {
  .nav-toggle {
    display: block;
  }

  nav {
    position: relative;
  }

  nav ul.nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 1rem;
    min-width: 200px;
    z-index: 1000;
    flex-direction: column;
    margin-top: 0.5rem;
  }

  nav ul.nav.show {
    display: flex;
  }

  nav ul.nav .nav-item {
    width: 100%;
  }

  nav ul.nav .nav-link {
    padding: 0.5rem 1rem;
    display: block;
    white-space: nowrap;
  }

  nav ul.nav .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 1rem;
  }
}

/*# sourceMappingURL=seller.css.map */
