/**
 * Define your plugin styles here.
 *
 * If the style definition gets to complex it is recommend to proceed as follows:
 * - Create sub-folder `modules`
 * - Split your CSS code into logical components
 * - Create one file per component in the new sub-folder
 * - Name the file `_<component>.css` (the `_` prefix indicates a module)
 * - Include all modules into this file in the desired order using the following syntax:
 *   `@include url("modules/_<component>.css")`
 *
 * If the style definitions get even more complex it is recommend to use
 * a CSS-pre-processor, such as SCSS or LESS.
 */
.rnw-widget-container.alternative_purpose_field #tamaro-widget.tamaro-widget .payment-purposes>.main .purposes {
    height: 0;
    overflow: hidden;
}

form.donation-teaser-form .amount-row .amount-box:not(.custom-amount-box) label {
    pointer-events: none;
}
