/* ======================================
   PART OF BLOCK
====================================== */
.pob-part-of {
  padding: 3rem 0;
  background: #fffae5;
}

.pob-part-of__inner {
  max-width: 1680px;
  padding: 0 0.75rem;
  margin: 0 auto;
}

.pob-part-of__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

/* Eyebrow */
.pob-part-of__eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #06064e;
  margin: 0;
}

/* Label */
.pob-part-of__label {
  font-size: 1.75rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 1rem;
  line-height: 1.2;
}

/* Partner row: logo | divider | name */
.pob-part-of__partner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a.pob-part-of__partner:hover {
  opacity: 0.8;
}

/* Logo */
.pob-part-of__logo img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
}

/* Divider — hidden (name is part of the logo image) */
.pob-part-of__divider {
  display: none;
}

/* Partner name — hidden (name is part of the logo image) */
.pob-part-of__name {
  display: none;
}

/* ── Responsive ── */
@media (min-width: 576px) {
  .pob-part-of__logo img {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .pob-part-of__logo img {
    height: 100%;
  }
}
