/* EXHIBITOR LISTING (Visitor View) */
.exhibitor-listing-template-default {
  background: #3c3d42;
}

.single-innovation-challenge footer {
  display: none !important;
}

.filter-bar.innovation-challenge {
  box-shadow: none;
}

.filter-bar.innovation-challenge > div {
  padding: 1rem 0;
}

.filter-bar.innovation-challenge .filter-bar-header > a > button {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.035);
  color: white;
  background: var(--ex-list-visit-view-bts-btn);
}

.filter-bar.innovation-challenge .filter-bar-header > a > button:hover {
  opacity: 0.9;
  background: var(--ex-list-visit-view-bts-btn-hover);
  color: white;
  transform: translateY(-3px);
  padding-left: 1.25rem;
}

.innovation-challenge.visitor-view {
  display: grid;
  border: 1px solid white;
  grid-template-columns: 2fr 4fr;
  max-width: 1400px;
  margin: 0 auto 3rem;
  background-color: #fff;
  border-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.025); */
  box-shadow: 15px 20px 15px 10px rgba(0, 0, 0, 0.095);
  overflow: hidden;
}

.innovation-challenge.visitor-view .exhibitor-details,
.innovation-challenge.visitor-view .media-section {
  display: initial;
  padding: 2rem;
  border: 0;
  margin: 0;
}

/* Left Panel */
.innovation-challenge.visitor-view .exhibitor-details {
  background: #f7f7f7;
  border-radius: 0;
  border: 1px solid white;
  order: 1;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section > .company-name,
.innovation-challenge.visitor-view .exhibitor-details .branding-section > .social-accounts-list,
.innovation-challenge.visitor-view .exhibitor-details .branding-section > .contact-info {
  margin: 0;
  margin-top: 2rem;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .logo-container {
  padding: 2rem;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .logo-item {
  border-radius: 5%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-width: 300px;
  object-fit: cover;
  height: 300px;
  width: 300px;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .logo-item img {
  height: 100%;
  width: 300px !important;
  object-fit: contain;
  background: white;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .company-name {
  text-align: center;
  color: var(--ex-list-visit-view-heading);
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .social-accounts-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .social-accounts-list i {
  color: var(--ex-list-visit-view-text);
  transition: all 0.3s ease;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .social-accounts-list i:hover {
  color: var(--main-colour);
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .social-accounts-list i::before {
  font-size: 2rem;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .contact-info {
  width: 100%;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .contact-info,
.innovation-challenge.visitor-view .exhibitor-details .branding-section .contact-info > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .contact-info > div {
  color: var(--ex-list-visit-view-text);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.innovation-challenge.visitor-view .exhibitor-details .branding-section .contact-info > div h4 {
  font-weight: normal;
  font-size: 0.9rem !important;
  margin: 0;
  padding: 0;
}

.innovation-challenge.visitor-view .exhibitor-details .section-break {
  margin: auto;
  margin: 2rem 0rem;
  border: 1px solid #e7e7e7;
}

.innovation-challenge.visitor-view .exhibitor-details .services-section .profile-section,
.innovation-challenge.visitor-view .exhibitor-details .services-section .products-services {
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}

.innovation-challenge.visitor-view .exhibitor-details .services-section {
  color: var(--ex-list-visit-view-heading);
}

.innovation-challenge.visitor-view .exhibitor-details .services-section .profile-description {
  margin-bottom: 1.5rem;
}

.innovation-challenge.visitor-view .exhibitor-details .services-section p,
.innovation-challenge.visitor-view .exhibitor-details .services-section li,
.innovation-challenge.visitor-view .media-section .brands-list li {
  color: var(--ex-list-visit-view-text);
  font-size: 0.9rem;
  line-height: 1.25;
}

.innovation-challenge.visitor-view .exhibitor-details .services-section .products-services > div {
  margin-bottom: 1.5rem;
}

.innovation-challenge.visitor-view .exhibitor-details .services-section h4,
.innovation-challenge.visitor-view .exhibitor-details .services-section div ul,
.innovation-challenge.visitor-view .media-section .brands-list div ul {
  margin: 0;
  margin-bottom: 0.5rem;
}

.innovation-challenge.visitor-view .exhibitor-details .services-section .products-services > div ul,
.innovation-challenge.visitor-view .media-section .brands-list ul {
  display: flex;
}

.innovation-challenge.visitor-view .exhibitor-details .services-section .products-services > div ul li::after,
.innovation-challenge.visitor-view .media-section .brands-list ul li::after {
  content: "|";
  padding: 0rem 0.3rem;
}

.innovation-challenge.visitor-view .exhibitor-details .services-section .products-services > div ul li:last-of-type::after,
.innovation-challenge.visitor-view .media-section .brands-list ul li:last-of-type::after {
  content: "";
  padding: 0;
}

/* Right Panel */
.innovation-challenge.visitor-view .media-section {
  padding: 0;
  order: 2;
}

.innovation-challenge.visitor-view .media-section p {
  color: var(--ex-list-visit-view-text);
  font-size: 0.9rem;
  line-height: 1.5;
}

.innovation-challenge.visitor-view .media-section h1,
.innovation-challenge.visitor-view .media-section h2,
.innovation-challenge.visitor-view .media-section h4 {
  color: var(--ex-list-visit-view-heading);
}

.innovation-challenge.visitor-view .media-section h4 {
  margin-bottom: 0.5rem;
}

.innovation-challenge.visitor-view .media-section > div {
  padding: 1rem;
}

.innovation-challenge.visitor-view .media-section .header-media {
  width: 100%;
  height: 300px;
  background-color: grey;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 0px;
}

.innovation-challenge.visitor-view .media-section .product-section {
  padding: 2rem;
  position: relative;
}

.innovation-challenge.visitor-view .media-section .product-section .profile-description,
.innovation-challenge.visitor-view .media-section .product-section .gallery-section {
  margin-bottom: 2rem;
}

.innovation-challenge.visitor-view .media-section .product-section .profile-section {
  border: none;
  padding: 0;
  margin: 0;
}

.innovation-challenge.visitor-view .media-section .product-section .products-services {
  background: #f7f7f7;
  padding: 1rem;
  border: 0;
  padding: 1rem;
}

.innovation-challenge.visitor-view .media-section .product-section .profile-section .profile-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.innovation-challenge.visitor-view .media-section .product-section .profile-section .profile-title .stand-number {
  position: absolute;
  right: 0;
  background: var(--main-colour);
  color: white;
  padding: 0.5rem 1rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  margin: 0;
}

.innovation-challenge.visitor-view .media-section .product-section .profile-section h1 {
  margin-top: 0;
  max-width: 80%;
}

.innovation-challenge.visitor-view .media-section .product-section .gallery-section .gallery-items {
  display: flex;
}

.innovation-challenge.visitor-view .media-section .product-section .gallery-section .gallery-item {
  height: 120px;
  transition: all 0.3s ease-out;
}

.innovation-challenge.visitor-view .media-section .product-section .gallery-section .gallery-item:hover {
  transform: translateY(-5px);
}

.innovation-challenge.visitor-view .media-section .product-section .gallery-section .gallery-item img {
  max-height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.innovation-challenge.visitor-view .media-section .product-section .video-section .video-items {
  margin-top: 0;
}

.innovation-challenge.visitor-view .media-section .product-section .video-section .video-items > li {
  overflow: hidden;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
  width: max-content;
  height: 315px;
  border-radius: 16px;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1080px) {
  .innovation-challenge.visitor-view {
    grid-template-columns: 1fr;
    max-width: 1000px;
    margin: 0 1rem 3rem;
  }

  .innovation-challenge.visitor-view .exhibitor-details {
    order: 2;
  }

  .innovation-challenge.visitor-view .media-section {
    order: 1;
  }
}
