/* Honor colors explicitly selected on the parent Social Icons block. */
.wp-block-social-links:not(.has-icon-color) .wp-social-link.hts-substack-icon { color: #fff; }
.wp-block-social-links:not(.has-icon-background-color) .wp-social-link.hts-substack-icon { background-color: #ff6719; }
.wp-block-social-links.is-style-logos-only .wp-social-link.hts-substack-icon { background: transparent; }
.wp-block-social-links.is-style-logos-only:not(.has-icon-color) .wp-social-link.hts-substack-icon { color: #ff6719; }
/* Core renders the Link symbol in the editor; replace its visual with a local mask. */
.editor-styles-wrapper .hts-substack-icon svg {
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 0h20v3H2zM2 5.5h20v3H2zM2 11h20v13l-10-5.5L2 24z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 0h20v3H2zM2 5.5h20v3H2zM2 11h20v13l-10-5.5L2 24z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.editor-styles-wrapper .hts-substack-icon svg > * { visibility: hidden; }
