/* =========================================================
   SAXUM PICKER / CARD SPREADS
   Centers card images inside Saxum Picker results.
   Targets only images from /images/saxumpicker/ so ads/logos are not affected.
   ========================================================= */

#sp-component .saxumpicker img[src*="/images/saxumpicker/"],
body.com-saxumpicker #sp-component img[src*="/images/saxumpicker/"] {
    display: block !important;
    float: none !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Some Saxum Picker layouts use generated wrapper classes around each card */
#sp-component .saxumpicker div[class*="p7ehc-"],
body.com-saxumpicker #sp-component div[class*="p7ehc-"] {
    text-align: center !important;
}
/* =========================================================
   Paypal Donate
   ========================================================= */
.paypal-donate-wrap {
	text-align: center;
	margin: 25px 0;
}
