/* #sp-header {
  min-height: 50px !important;
  height: auto;
}

.logo_uo {
  display: block;
  height: 70px;
  width: auto;
}

.logo_uo img {
  display: block;
  max-width: 100%;
  height: 70px;  
  width: auto;
}

.logo_uo {
    height: 70px;
    display: inline-flex;
    align-items: center;
}


@media (max-width: 576px) {
.logo-image {
    height: 70px !important;
}

.logo_uo img {
    height: 50px;
}
}

@media (max-width: 992px) {
  .logo-image {
    height: 70px !important;
}
  
.logo_uo img {
    height: 50px;
}

  .logo_uo {
    height: 50px;
}
}

@media (max-width: 675px) {
#sp-header {
    height: 50px;
}
}

@media (max-width: 991px) {
#sp-header {
    height: 60px;
}
}

.mod-articles-items > li {
  list-style: none;
  /* padding-top: 50px; */
}

.logo-partner {
    max-height: 80px;
    object-fit: contain;  
} */

/* ######New######## */
/* Keep the section always horizontal (no scroll) */
/* Keep horizontal layout without scroll or cut-off edges */
#values-section .sppb-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  /* padding: 0 4vw;                 /* safe side padding to prevent edge clipping */ */
  /* gap: 10px; */
  overflow: visible !important;   /* prevent cutting off edges */
  box-sizing: border-box;
}

/* Columns shrink evenly */
#values-section .sppb-row-column {
  flex: 1 1 0 !important;
  /* min-width: 0; */
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}

/* Responsive text that scales neatly */
#values-section .sppb-addon-title {
  font-size: clamp(12px, 2.5vw, 18px);
  white-space: normal;
  line-height: 1.2;
  margin: 0;
}

/* Fine-tune spacing on smaller screens */
@media (max-width: 768px) {
  #values-section .sppb-row {
    /* padding: 0 3vw; */
    /* gap: 6px; */
  }
  #values-section .sppb-addon-title {
    font-size: clamp(11px, 3vw, 14px);
  }
}
