.shareButton {
-webkit-font-smoothing: antialiased;
list-style-type: none;
box-sizing: content-box;
margin: 0 auto;
line-height: normal;
display: block;
white-space: nowrap;
background: rgba(0,0,0,0.03);
border: 1px solid rgba(0,0,0,0.15);
border-radius: 50px;
padding: 8px 32px 8px 16px;
font-family: Arial, sans-serif;
font-size: 22px;
font-weight: normal;
color: #003399;
text-decoration: none;
outline: none;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
transition: transform 100ms ease, box-shadow 100ms ease, filter 150ms ease;
}

.share-widget .shareButton {
/* --share-btn-scale is the single responsive knob (see media queries below).
   font-size is the only px anchor; every other dimension is em so it tracks it. */
--share-btn-scale: 1;
background: var(--share-btn-bg, rgba(0,0,0,0.03));
border-color: var(--share-btn-border-color, rgba(0,0,0,0.15));
border-radius: var(--share-btn-radius, 2.286em);
padding: var(--share-btn-padding, 0.357em 1.464em 0.357em 0.714em);
font-family: var(--share-btn-font-family, Arial, sans-serif);
font-size: calc(var(--share-btn-font-size, 22px) * var(--share-btn-scale, 1));
font-weight: var(--share-btn-font-weight, normal);
text-decoration: var(--share-btn-text-decoration, none);
color: var(--share-btn-text-color, #003399);
margin: 0 auto var(--share-btn-margin-bottom, 0);
}

/* Responsive scaling mirrors the campaign heading (Tilda breakpoints 1200/960/640/480).
   Font-size at 28px = 100%; each tier scales the whole button by fontsize / 28. */
@media screen and (max-width: 1199px) {
  .share-widget .shareButton { --share-btn-scale: 0.857; } /* 24 / 28 */
}
@media screen and (max-width: 959px) {
  .share-widget .shareButton { --share-btn-scale: 0.821; } /* 23 / 28 */
}
@media screen and (max-width: 639px) {
  .share-widget .shareButton { --share-btn-scale: 0.714; } /* 20 / 28 */
}
@media screen and (max-width: 479px) {
  .share-widget .shareButton { --share-btn-scale: 0.679; } /* 19 / 28 */
}

.shareButton[hidden],
#shareToast[hidden],
#manualCopy[hidden] {
  display: none !important;
}

.shareButton:hover {
  cursor: pointer;
  filter: brightness(0.97);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.shareButton:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.shareButton:active {
  transform: translateY(1px);
  filter: brightness(0.94);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}


.badge {
-webkit-font-smoothing: antialiased;
list-style-type: none;
font-family: Arial, sans-serif;
white-space: nowrap;
font-size: 22px;
box-sizing: content-box;
margin: 0;
padding: 0;
border: 0;
line-height: normal;
display: inline-block;
vertical-align: top;
color: #fff;
overflow: hidden;
position: relative;
border-radius: 50px;
background: transparent;
}


.icon {
    -webkit-font-smoothing: antialiased;
    list-style-type: none;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    font-size: 22px;
    color: #fff;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    background-size: 32px 32px;
    background-image: url("data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M14.6%202.9a2.7%202.7%200%2001-4.554%201.963L5.303%207.28a2.702%202.702%200%20010%201.44l4.743%202.417a2.7%202.7%200%2011-.834%201.708l-5.05-2.575a2.7%202.7%200%20110-4.54l5.05-2.575A2.7%202.7%200%201114.6%202.9z%27%20fill=%27%23000%27/%3E%3C/svg%3E");
}

.title {
    -webkit-font-smoothing: antialiased;
    list-style-type: none;
    white-space: nowrap;
    font-size: 22px;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: bottom;
    color: #000;
    line-height: 48px;
    margin-left: 6px;
    display: inline-block;
}

.share-widget .shareButton .title {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    color: var(--share-btn-text-color, #000);
    line-height: var(--share-btn-icon-size, 2.179em);
    margin-left: 0.214em;
}

.share-widget .shareButton .badge,
.share-widget .shareButton .icon {
    font-family: inherit;
    font-size: inherit;
}

.share-widget .shareButton .icon {
    height: var(--share-btn-icon-size, 2.179em);
    width: var(--share-btn-icon-size, 2.179em);
    background-image: none;
    background-color: var(--share-btn-icon-color, #000);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M14.6%202.9a2.7%202.7%200%2001-4.554%201.963L5.303%207.28a2.702%202.702%200%20010%201.44l4.743%202.417a2.7%202.7%200%2011-.834%201.708l-5.05-2.575a2.7%202.7%200%20110-4.54l5.05-2.575A2.7%202.7%200%201114.6%202.9z%27%20fill=%27%23000%27/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M14.6%202.9a2.7%202.7%200%2001-4.554%201.963L5.303%207.28a2.702%202.702%200%20010%201.44l4.743%202.417a2.7%202.7%200%2011-.834%201.708l-5.05-2.575a2.7%202.7%200%20110-4.54l5.05-2.575A2.7%202.7%200%201114.6%202.9z%27%20fill=%27%23000%27/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: calc(var(--share-btn-icon-size, 2.179em) * 0.667);
    mask-size: calc(var(--share-btn-icon-size, 2.179em) * 0.667);
}

.shareToast {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #003399;
    text-align: center;
    margin: 12px auto 0;
    padding: 8px 16px;
    background: rgba(0, 51, 153, 0.08);
    border-radius: 8px;
    max-width: 320px;
}

.manualCopy,
.noscript {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    max-width: 480px;
    margin: 16px auto 0;
    text-align: center;
}

.manualCopy-label {
    margin: 0 0 8px;
}

.manualCopy-notice {
    margin: 0 0 12px;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #5c4a00;
    background: #fff8e1;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.noscript-notice {
    margin: 0 0 12px;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #5c4a00;
    background: #fff8e1;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.manualCopy-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: #f9f9f9;
    color: #000;
}

.manualCopy-notice .openInBrowser,
.noscript-notice .openInBrowser {
    color: #006ecf;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    font-weight: normal;
}
