/* Put any custom CSS rules here */
#GetEmbedTicketButton {
    font-size: 0 !important; /* hides original text */
}
#GetEmbedTicketButton::after {
    content: "Buy Tickets Now";
    font-size: 16px !important; /* restore visible text */
    color: #000 !important; /* text color */
}
