.give-ffm-html {
    &__help {
        font-size: 12px;
        font-style: normal;
        color: rgb(117, 117, 117);
        margin-top: -0.5rem;
        margin-bottom: 1rem;
    }

    &__placeholder {
        background-color: var(--givewp-grey-25);
        border: 1px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
        border-radius: var(--givewp-rounded-4);
        padding: var(--givewp-spacing-4) var(--givewp-spacing-6);

        span {
            text-transform: uppercase;
            font-size: 1.125rem;
            font-weight: 600;
            line-height: 1.5rem;
        }
    }
}
