/* Wrapper for the single exhibitor content */
.single-exhibitor-listing,
.single-innovation-challenge,
.single-innovation-award  {
  background: #545763 !important;
  /*   background: linear-gradient(8deg, #6c6e76, #ffffff) !important; */
}

.single-exhibitor-listing .main-header,
.single-innovation-challenge .main-header,
.single-innovation-award .main-header {
  display: none !important;
}

.single-exhibitor-listing .sections-container,
.single-innovation-challenge .sections-container,
.single-innovation-award .sections-container {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background: linear-gradient(
    180deg,
    rgb(86 91 106) 0%,
    rgb(61 64 78) 100%
  ) !important;
}

/* Exhibitor Content */
.exhibitor-content {
  transition: opacity 0.3s ease;
}

.profile-section,
.logo-section,
.exhibitor-details,
.products-services,
.social-accounts,
.galleries,
.videos {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
}

/* Logo Section */
.company-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.logo-content img {
  max-width: 150px;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

/* Exhibitor Details */
.exhibitor-details,
.products-services {
  display: grid;
  grid-template-columns: 1fr;
}

.exhibitor-details .detail-section:nth-child(2),
.products-services .field-section:nth-child(2) {
  grid-column: 1;
}

.exhibitor-details {
  display: none;
}

/* Gallery Section */
.gallery h2 {
  flex: 1;
}

.gallery-item-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-item {
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  height: 100px;
}

.gallery-item a {
  height: 100%;
  display: flex;
}

.gallery-item img {
  max-width: 150px;
  max-height: 100px;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}
