/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Desktop: grey nav bar matches col-md-10 content width */
@media (min-width: 768px) {
  .site-header-bar {
    background-color: var(--bs-light);
  }

  /* Span the full content width and align menu items to the left */
  .site-header-nav {
    justify-content: flex-start;
  }

  .site-header-nav .navbar-collapse {
    flex-grow: 1;
    width: auto;
  }

  .site-header-nav .navbar-nav {
    justify-content: flex-start;
  }

  .site-header-nav .navbar-brand {
    margin-right: 1.5rem;
  }
}

/* Country links: clickable but not styled as default blue links */
a.country-link {
  color: inherit;
  text-decoration: none;
}

a.country-link:hover {
  color: inherit;
  text-decoration: underline;
}

.manufacturer-meta a.country-link {
  color: #495057;
}

/* Manufacturer list: compact side-by-side layout on small screens */
@media (max-width: 767.98px) {
  .manufacturer-list-table,
  .manufacturer-list-table tbody {
    display: block;
    width: 100%;
  }

  .manufacturer-list-table .manufacturer-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-sizing: border-box;
  }

  .manufacturer-list-table .manufacturer-row > td.manufacturer-info-cell {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
  }

  .manufacturer-list-table .manufacturer-row > td.vote-cell {
    display: block;
    flex: 0 0 auto;
    width: auto;
  }

  .manufacturer-list-table .manufacturer-row > td.d-none {
    display: none !important;
  }

  .manufacturer-list-table thead {
    display: none;
  }
}
