.give-tooltip {
    margin-inline-start: 0.5em;
    font-size: 0.9em;
    color: #c1c1c1;
}

#give-donation-level-button-wrap .give-tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-inline-start: 0;

    &:after {
        display: block;
        padding: 0.75rem 1.125rem;
        background: #383838;
        color: #fff;
        border-radius: 0.25rem;
        line-height: 1.2;
        text-align: center;
        text-shadow: 0 0.0625rem 0 #000;
        box-shadow: 0.25rem 0.25rem 0.5rem rgb(0 0 0 / 20%);
        word-wrap: normal;
        white-space: normal;
        width: 8.5rem;
        max-width: 8.5rem;
        font-family: inherit;
        font-size: clamp(0.75rem, 0.4743589744rem + 3.2051282051vw, 1.0625rem);
    }
}
