/* Exclusives purchase links only; never override shared theme button styles. */
html body a.btn.ss-exclusives-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 44px;
    padding: 9px 8px;
    margin: 0;
    border: 1px solid #137b32;
    border-radius: 5px;
    background: #137b32;
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-align: center;
    text-transform: none;
    white-space: normal;
    overflow-wrap: anywhere;
    text-overflow: clip;
    line-height: 1.3;
    font-size: 14px;
    text-decoration: none;
}
html body a.btn.ss-exclusives-link .ss-exclusives-label {
    display: block;
    max-width: 100%;
    font-size: 12px;
    font-weight: 400;
}
html body a.btn.ss-exclusives-link .ss-exclusives-action {
    display: block;
    max-width: 100%;
    font-weight: 700;
}
html body a.btn.ss-exclusives-link:hover,
html body a.btn.ss-exclusives-link:focus {
    background: #0c5924;
    border-color: #0c5924;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
html body a.btn.ss-exclusives-link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
