/*
 * Bootstrap compatibility styles for whitedress.
 * Provides the minimal frontend styles required after disabling Bootstrap CSS.
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.text-center {
  text-align: center;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.nav-item {
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: inherit;
  text-decoration: none;
}

.nav-link:hover,
.nav-link:focus {
  color: inherit;
  text-decoration: none;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
