.sib-amp-web-push-container {
margin: 0 auto;
}
amp-web-push-widget {
margin: 0;
padding: 0;
}
amp-web-push-widget button {
width: 250px;
text-align: center;
display: flex;
align-items: center;
box-sizing: border-box;
margin: 0;
padding: 10px 5px;
font-size: 15px;
font-weight: 400;
justify-content: center;
border: none;
cursor: pointer;
outline: none;
}
amp-web-push-widget button.subscribe {
border-radius: 2px;
background: #4A90E2;
color: white;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
amp-web-push-widget button.subscribe .subscribe-icon {
margin-right: 10px;
fill: white;
}
amp-web-push-widget button.unsubscribe {
color: #B1B1B1;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}