.social-share-buttons {
    margin: 20px 0;
    text-align: center;
}

.social-share-button {
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.social-share-button.facebook {
    background-color: #3b5998;
}

.social-share-button.twitter {
    background-color: #1da1f2;
}

.social-share-button.instagram {
    background-color: #e1306c;
}

.amp-social-share-buttons {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.amp-social-share-buttons amp-social-share {
    margin: 0 5px;
}