/* Product page styles — keep global theme CSS elsewhere */

.IcecatLive.for-title .-bp-container span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #2D2D2D;
}

/* Icecat bullet points visual tweak */
.IcecatLive .-bp-container span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #2D2D2D;
}

/* Tabs */
.icpc-tabs { width: 100%; margin: 20px auto; }
.icpc-tab-buttons { display: flex; border-bottom: 2px solid #ddd; }
.icpc-tab-buttons button {
  flex: 1;
  padding: 12px;
  cursor: pointer;
  background: #f7f7f7;
  border: none;
  border-right: 1px solid #ddd;
  font-weight: 600;
  transition: background 0.3s;
}
.icpc-tab-buttons button:last-child { border-right: none; }
.icpc-tab-buttons button.active {
  background: #fff;
  border-bottom: 2px solid #0073e6;
  color: #0073e6;
}
.icpc-tab-content { display: none; padding: 15px; background: #fff; }
.icpc-tab-content.active { display: block; }
.icpc-tab-buttons button:focus { outline: none; }

/* 1WorldSync container spacing */
.ccs-cc-inline {
  padding-bottom: 3rem !important;
  margin-bottom: 3rem !important;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-top: 20px;
}

/* Image CLS guards */
.product-container img { height: auto; }
.brand-top img { height: 40px; width: auto; aspect-ratio: 3 / 1; }

.is-hidden { display: none !important; }


@media (max-width: 576px) {
  .product-references {
    display: block !important;
}

.product-references .reference-line::after {
  display: none !important;
}

}



#ICPC-Product-Marketing-Text ul {
    list-style: disc;
    padding-left: 20px;
}

#ICPC-Product-Marketing-Text li {
    margin-bottom: 7px;
}

#ICPC-Product-Marketing-Text li strong {
    font-weight: 500;
}