/* v48: visually center the complete Explore Your Place label within the gold tab. */
html body main details.join-explore > summary .join-tab-copy {
  transform:translateX(3px) !important;
}
@media(max-width:700px){
  html body main details.join-explore > summary .join-tab-copy {
    transform:translateX(3px) !important;
  }
}
