/* Compact sharing controls: palette matches the current USA state map. */
.sip-share.sip-share-icons{gap:8px;margin:24px 0;align-items:center}
.sip-share-icons .sip-share-heading{font-size:.875rem;font-weight:600;color:#183845;margin-right:6px}
.sip-share-icons button.sip-share-icon{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;min-width:40px;padding:0;border:1px solid #8eaea4;border-radius:50%;background:#c7dfd7;color:#183845;line-height:1;cursor:pointer;transition:background-color .15s,border-color .15s}
.sip-share-icons button.sip-share-icon:nth-of-type(even){background:#8eaea4}
.sip-share-icons button.sip-share-icon:hover,.sip-share-icons button.sip-share-icon:focus-visible{background:#e6a94d;border-color:#183845;color:#183845}
.sip-share-icons button.sip-share-icon:focus-visible{outline:2px solid #183845;outline-offset:3px}
.sip-share-icons button.sip-share-icon[hidden]{display:none}
.sip-share-icon svg{display:block;width:20px;height:20px;flex:none;pointer-events:none}
.sip-share-icons .sip-share-status{flex-basis:100%;font-size:.875rem;color:#183845}
.sip-share-icons .sip-share-status:empty{display:none}
@media(max-width:600px){.sip-share-icons .sip-share-heading{flex-basis:100%;margin:0 0 2px}.sip-share-icons button.sip-share-icon{width:44px;height:44px;min-width:44px;flex-basis:44px}}
@media(prefers-reduced-motion:reduce){.sip-share-icons button.sip-share-icon{transition:none}}
