/* v6.51 — nomes centralizados + divisor dourado abaixo, inspirado na referência aprovada */
.name-plaque{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;
  align-items:center!important;
  width:92%!important;
  max-width:408px!important;
  min-height:96px!important;
  margin:12px auto 16px!important;
  padding:0 12px 30px!important;
  column-gap:3px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.name-plaque::before{content:none!important;display:none!important}
.name-plaque::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:50%!important;
  bottom:5px!important;
  width:92%!important;
  height:18px!important;
  transform:translateX(-50%)!important;
  pointer-events:none!important;
  opacity:.95!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 44' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23C89436' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22H455'/%3E%3Cpath d='M545 22H988'/%3E%3Cpath d='M455 22c18 0 18-12 30-12 10 0 13 7 15 12 2-5 5-12 15-12 12 0 12 12 30 12'/%3E%3Cpath d='M478 22c8 0 13 6 22 14 9-8 14-14 22-14'/%3E%3C/g%3E%3Ccircle cx='8' cy='22' r='4' fill='%23C89436'/%3E%3Ccircle cx='992' cy='22' r='4' fill='%23C89436'/%3E%3Ccircle cx='500' cy='22' r='3.2' fill='%23C89436'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:100% 100%!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.name-plaque .name-paw{display:none!important}
.name-plaque .name{
  display:block!important;
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  font-family:var(--script)!important;
  font-size:clamp(2.55rem,11.1vw,3.08rem)!important;
  font-weight:400!important;
  line-height:.86!important;
  letter-spacing:-.025em!important;
  white-space:nowrap!important;
  overflow:visible!important;
  transform:translateY(-3px)!important;
}
.name-plaque .rose-name{justify-self:end!important;color:#d34e79!important}
.name-plaque .blue-name{justify-self:start!important;color:#2478b5!important;padding-right:.12em!important}
.name-plaque>.choice-word,
.name-plaque>span.choice-word:not(.or):not(.name-or):not(.name-paw):not([class*="paw"]){
  justify-self:center!important;
  align-self:center!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  color:#b98228!important;
  font-family:var(--serif)!important;
  font-size:.72rem!important;
  font-style:italic!important;
  font-weight:600!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
  opacity:.88!important;
}
.name-plaque .choice-word::before,.name-plaque .choice-word::after,.name-plaque .choice-sep{content:none!important;display:none!important}
@media(max-width:359px){
  .name-plaque{width:94%!important;grid-template-columns:minmax(0,1fr) 25px minmax(0,1fr)!important;padding:0 8px 29px!important;min-height:90px!important}
  .name-plaque .name{font-size:clamp(2.30rem,10.9vw,2.60rem)!important}
  .name-plaque::after{width:94%!important}
}
