/* Official HUT and Saudi Cab Co rounded-badge identity system — approved 2026-08-25. */
.brand-lockup img,
.footer-brand-plate img {
  display: block;
  object-fit: contain;
}

/* The approved black HUT badge is assigned to a light header. */
.scc-brand-hut .hut-header {
  background: rgba(255, 255, 255, .985) !important;
  box-shadow: 0 8px 28px rgba(15, 14, 12, .10) !important;
}
.scc-brand-hut .hut-brand-lockup {
  flex: 0 0 88px !important;
  width: 88px !important;
  height: 88px !important;
}
.scc-brand-hut .hut-brand-lockup img {
  width: 86px !important;
  height: 86px !important;
  max-height: none !important;
  object-position: left center;
}
.scc-brand-hut .header-account {
  border-color: #ded9cd !important;
  color: #171717 !important;
}
.scc-brand-hut .hut-menu-toggle span {
  background: #171717 !important;
}
.scc-brand-hut .hut-menu-toggle em {
  color: #171717 !important;
}
@media (min-width: 1041px) {
  .scc-brand-hut .hut-header .hut-nav > a { color: #171717 !important; }
}

/* Square app-style header marks, shown without stretching. */
.scc-brand-scc .scc-brand-lockup {
  flex: 0 0 88px !important;
  width: 88px !important;
  height: 88px !important;
}
.scc-brand-scc .scc-brand-lockup img {
  width: 86px !important;
  height: 86px !important;
  object-position: left center;
}

/* Footer badges keep their transparent surround and never regain a drop shadow. */
.scc-brand-hut .hut-footer-plate,
.scc-brand-scc .scc-footer-plate {
  width: 148px !important;
  height: 148px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}
.scc-brand-hut .hut-footer-plate img,
.scc-brand-scc .scc-footer-plate img {
  width: 100% !important;
  height: 100% !important;
  filter: none !important;
}

@media (max-width: 1040px) {
  .scc-brand-hut .hut-brand-lockup,
  .scc-brand-scc .scc-brand-lockup {
    flex-basis: 76px !important;
    width: 76px !important;
    height: 76px !important;
  }
  .scc-brand-hut .hut-brand-lockup img,
  .scc-brand-scc .scc-brand-lockup img {
    width: 74px !important;
    height: 74px !important;
  }
}

@media (max-width: 720px) {
  .scc-brand-hut .hut-brand-lockup,
  .scc-brand-scc .scc-brand-lockup {
    flex-basis: 68px !important;
    width: 68px !important;
    height: 68px !important;
  }
  .scc-brand-hut .hut-brand-lockup img,
  .scc-brand-scc .scc-brand-lockup img {
    width: 66px !important;
    height: 66px !important;
  }
  .scc-brand-hut .hut-footer-plate,
  .scc-brand-scc .scc-footer-plate {
    width: 124px !important;
    height: 124px !important;
  }
}
