/* V75: ONLY top contact medallions + license number centering */
.topline .top-contact-link,
.topline .top-whatsapp{
  gap:9px !important;
  padding:5px 13px 5px 6px !important;
}
.topline .top-contact-medallion{
  display:grid !important;
  place-items:center !important;
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  flex:0 0 30px !important;
  border-radius:50% !important;
  overflow:hidden !important;
  box-shadow:0 5px 12px rgba(0,0,0,.32), 0 0 0 1px rgba(246,211,130,.20) !important;
}
.topline .top-contact-medallion img{
  display:block !important;
  width:30px !important;
  height:30px !important;
  object-fit:contain !important;
}
.topline .top-contact-link>svg,
.topline .top-whatsapp>svg{display:none !important;}

/* Optical centering of 265/2026 inside the license seal */
.license-seal{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  text-align:center !important;
  padding:14px 11px 12px !important;
}
.license-seal strong{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-width:0 !important;
  margin:4px 0 3px !important;
  padding:0 !important;
  text-align:center !important;
  white-space:nowrap !important;
  font-size:31px !important;
  line-height:1 !important;
  letter-spacing:-.055em !important;
  transform:translateX(-1px) !important;
}
.license-seal .seal-top,
.license-seal .seal-bottom{
  display:block !important;
  width:100% !important;
  text-align:center !important;
  white-space:normal !important;
  line-height:1.15 !important;
}
@media (max-width:760px){
  .topline .top-contact-link,
  .topline .top-whatsapp{padding:4px !important;}
  .topline .top-contact-medallion,
  .topline .top-contact-medallion img{width:30px !important;height:30px !important;min-width:30px !important;}
  .license-seal strong{font-size:24px !important;letter-spacing:-.06em !important;transform:translateX(-.5px) !important;}
}

/* Final conflict-proof visibility and seal cleanup */
.topline .top-contact-link .top-contact-medallion,
.topline .top-whatsapp .top-contact-medallion{
  display:grid !important;
}
.license-seal::before,
.license-seal::after{
  content:none !important;
  display:none !important;
}
.license-seal strong{
  font-size:21px !important;
  letter-spacing:-.055em !important;
  transform:none !important;
  font-variant-numeric:tabular-nums !important;
}
@media (max-width:760px){
  .topline .top-contact-link .top-contact-medallion,
  .topline .top-whatsapp .top-contact-medallion{display:grid !important;}
  .license-seal strong{font-size:17.5px !important;letter-spacing:-.055em !important;}
}
