/*
Theme Name: Stylish Writer Pro Amazon Buy Books Update
Theme URI: https://www.benjaminarthurrobinsonauthor.com/
Description: Child theme update that replaces Buy my books button links on post previews and individual posts with the Benjamin Robinson Amazon author page.
Author: Benjamin Arthur Robinson
Template: stylish-writer-pro
Version: 1.0.0
Text Domain: stylish-writer-pro-amazon-update
*/

/* Keep the parent styling, only add a small safety rule for centred buy buttons. */
.buy-my-books-button,
.buy-my-book-button,
a[href*="amazon"].buy-my-books-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.buy-my-books-wrap,
.buy-my-book-wrap,
.buy-books-button-wrap,
.post-buy-books-button,
.single-buy-books-button {
    text-align: center;
}
