/* Target the mobile/single-column sidebar banner button */
.sign-in-banner a.button.button--block.button-tertiary,
.landing-page__call-to-action .button.button-primary {
    font-size: 0 !important;
}

/* Inject the custom network text for both button layouts */
.sign-in-banner a.button.button--block.button-tertiary::before,
.landing-page__call-to-action .button.button-primary::before {
    content: "Login with A Garden Walk Network";
    font-size: 14px; /* Matches Mastodon's standard UI font scaling */
    display: block;
    text-transform: none; /* Prevents forced uppercase if active */
}

