/* Style Updates: March 14, 2023
*  Adding columns, adding gallery overrides */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: none;
    color: #555;
    position: static;
    text-align: left;
    padding: 0 0 5px;
    font-size: 0.9em;
    max-height: none;
}
/* Updates: March 26, 2023 */
.bookshop-button img {
    display: block;
    margin:1rem auto 0;
    max-width: 100%;
    width:250px;
    border:1px solid #555;
    border-radius: 7px;
}
.full-width.newsletter-signup {
    background: linear-gradient(90deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(237,237,237,1) 100%);
    /*background: radial-gradient(circle, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(237,237,237,1) 100%);*/
}
.svg-icon-x, .svg-icon-bluesky {
    height: 23px;
    width: 23px;
    fill:#888;
    margin-bottom: 6px;
}
.svg-icon-x:hover {
    fill:#2472a4;
}