.mailchimp-subscriber-chiclet-for-wordpress.mailchimp-subscriber-chiclet-for-wordpress-wrapper .mainButton {
 	width: fit-content !important;
    height: none;
  	text-align: none;
    color: white;
    font-family: inherit;
	font-weight: 500;
    font-size: inherit;
}

.mainButton {
    background-image: none !important;
}

.mailchimp-subscriber-chiclet-for-wordpress .mainButton {
    /* Ensure the button is wide enough for large numbers */
    min-width: 100px; /* Adjust this value as needed */
    padding: 10px;
    font-size: 1.2em; /* Increase the font size if numbers are not fitting */
    text-align: center;
}

.mailchimp-subscriber-chiclet-for-wordpress .subscriber-count {
    display: inline-block;
    word-wrap: break-word;
}
