/* ACHJI V1.0.6 — logo oficial U-Bit Studio */
.sponsor-grid a[href*="ubit.ro"]{
  border-color:#f0c48b;
  background:linear-gradient(180deg,#fff 0%,#fffaf4 100%);
  box-shadow:0 20px 48px rgba(34,28,20,.08)
}
.sponsor-grid a[href*="ubit.ro"] img{
  width:min(340px,94%) !important;
  max-width:340px !important;
  max-height:155px !important;
  height:auto !important;
  object-fit:contain !important;
  background:#fff;
  border-radius:8px;
  padding:7px 10px;
  box-sizing:border-box
}
.sponsor-grid.large a[href*="ubit.ro"] img{
  width:min(380px,95%) !important;
  max-width:380px !important;
  max-height:175px !important
}
.site-footer .footer-credit .footer-ubit-brand{
  display:inline-flex !important;
  align-items:center;
  gap:7px;
  vertical-align:middle;
  white-space:nowrap
}
.site-footer .footer-credit .footer-ubit-brand img{
  display:inline-block;
  width:82px;
  height:auto;
  max-height:30px;
  object-fit:contain;
  background:#fff;
  border-radius:4px;
  padding:2px 4px;
  box-sizing:border-box
}
.site-footer .footer-credit .footer-ubit-brand span{display:inline-block}
@media(max-width:640px){
  .sponsor-grid a[href*="ubit.ro"] img{width:min(300px,92%) !important;max-height:135px !important}
  .site-footer .footer-credit .footer-ubit-brand img{width:72px;max-height:27px}
}
