.manufacturer-link,
.manufacturer-link:hover {
  text-decoration: none !important;
}
body {
  font-family: Inter;
  background: linear-gradient(to bottom, #190970, #1d4388);
}
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.accordion-button,
.h5,
h4 {
  font-size: 16px;
  line-height: 24px;
}
.h5,
h4 {
  font-weight: 400;
}
h2.title {
  margin-bottom: 18px;
}
.h5 {
  font-weight: 500;
}
h5.two-line-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.badge,
small.text-light {
  font-size: 14px;
  line-height: 20px;
}
.accordion-button:not(.collapsed) {
  border-radius: 15px 15px 0 0;
}
small.text-body-secondary {
  font-size: 12px;
  line-height: 16px;
}
.manufacturer-link,
.manufacturer-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-image-container {
  width: 66px;
  max-height: 66px;
  padding: 0;
  aspect-ratio: 1;
  overflow: hidden;
}
.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info {
  min-width: 75%;
  max-width: 100%;
}
.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bi-file-text {
  opacity: 0.75 !important;
}
.acordion-header {
  margin-bottom: 0;
}
.list-group-item {
  max-height: 64px;
}
.accordion-item,
.list-group-item:last-of-type {
  border-radius: 15px !important;
}
.accordion-button {
  min-height: 48px;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 15px;
}
a.manufacturer-link {
  color: #0d6efd;
}
a.manufacturer-link:hover {
  color: #0a58ca;
}
.manufacturer-link {
  display: inline-block;
  vertical-align: middle;
}
.manufacturer-logo-container {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.list-group-item:has(.manufacturer-logo-container) {
  padding-right: calc(80px + 0.5rem + 0.5rem);
}
#accordionDocuments .list-group-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 48px;
  align-items: center;
  gap: 8px;
}
#accordionDocuments .list-group-item .h5 a {
  display: block;
  line-height: 24px;
}
.manufacturer-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.badge {
  background-color: #efeff0 !important;
  color: #080707 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 29px;
  height: 24px;
  padding: 0 8px;
  font-weight: 400;
}
.no-data-link {
  color: #6c757d !important;
}
.no-data-modal .modal-content {
  background: #f6f6f6;
  border: 0;
  border-radius: 16px;
}
.no-data-modal .modal-body {
  padding: 32px 24px 24px;
  text-align: center;
}
.no-data-modal-icon {
  width: 117px;
  height: 92px;
  object-fit: contain;
}
.no-data-modal-title {
  font-size: 16px;
  font-weight: 700;
  color: #18191b;
}
.no-data-modal-desc {
  margin-bottom: 24px;
  font-size: 14px;
  color: #606469;
}
.no-data-modal .btn {
  font-size: 12px;
}
.footer-back-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 24px auto;
  padding: 8px 0px;
  cursor: pointer;
  user-select: none;
  border-radius: 12px;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
}
.footer-back-wrap:active {
  transform: scale(0.98);
  opacity: 0.95;
}
.footer-back-wrap:focus {
  outline: none;
}
.footer-back-wrap:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}
.footer-back-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-back-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.footer-back-text {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 767.98px) {
  .footer-back-wrap {
    margin: 16px 0px;
  }
  .no-data-modal .modal-body {
    padding: 24px 20px 20px;
  }
  .no-data-modal-icon {
    width: 117px;
    height: 92px;
  }
  .no-data-modal-title {
    font-size: 16px;
  }
  .no-data-modal-desc {
    font-size: 14px;
  }
}
