
/* =========================
   AUTHORIZED SERVICE CENTER HIGHLIGHT
========================= */
.authorized-center-highlight {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 1.1rem;
  text-align: center;
  padding: 0.7rem 0.5rem 0.7rem 0.5rem;
}
.authorized-center-highlight .auth-label {
  margin-bottom: 0.3rem;
}
.authorized-center-highlight .brand-logo-wrap {
  gap: 1.2rem;
  margin-top: 0.1rem;
}
.authorized-center-highlight .brand-highlight-logo {
  height: 54px;
  max-width: 120px;
  padding: 0.18rem 0.5rem;
}
@media (max-width: 600px) {
  .authorized-center-highlight .brand-highlight-logo {
    height: 38px;
    max-width: 80px;
    padding: 0.1rem 0.25rem;
  }
  .authorized-center-highlight {
    padding: 0.5rem 0.2rem;
  }
  .authorized-center-highlight .auth-label {
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
  }
  .authorized-center-highlight .brand-logo-wrap {
    gap: 0.7rem;
  }
}

.authorized-center-highlight .auth-label {
  font-family: 'Poppins', sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b1001a;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.authorized-center-highlight .brand-logo-wrap {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.authorized-center-highlight .brand-highlight-logo {
  height: 72px;
  max-width: 180px;
  width: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 0.35rem 1rem;
  border: 1px solid #b1001a;
  box-shadow: none;
  transition: transform 0.18s cubic-bezier(.4,0,.2,1);
}
.authorized-center-highlight .brand-highlight-logo:hover {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 8px 24px 0 #b1001a33, 0 1.5px 0 #fff;
}
@media (max-width: 600px) {
  .authorized-center-highlight .brand-highlight-logo {
    height: 52px;
    max-width: 120px;
    padding: 0.2rem 0.5rem;
  }
  .authorized-center-highlight {
    padding: 1rem 0.5rem;
  }
  .authorized-center-highlight .auth-label {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .authorized-center-highlight .brand-logo-wrap {
    gap: 1.2rem;
  }
}
