/*!
 *  @funraise/giving-form-pages-client v2022.5.2
 *  https://bitbucket.org/funraiseio/funraise-ui#readme
 *  Copyright (c) Funraise Inc. 2025
 */
/*!
 *  @funraise/giving-form-pages-client v2022.5.2
 *  https://bitbucket.org/funraiseio/funraise-ui#readme
 *  Copyright (c) Funraise Inc. 2025
 */
.fr-social-share-modal-hidden {
	visibility: hidden;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
}

.fr-social-share-modal-visible {
	visibility: visible;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.fr-donate-sticky-mobile-visible {
	visibility: visible;
}

.fr-donate-sticky-mobile-hidden {
	visibility: hidden;
	height: 0;
	z-index: 0;
}

/* TODO: Remove when the funraise-cdk deployment is fixed */
.GivingFormPageBody-contentBody,
.GivingFormPageBody-titleContainer {
	word-break: keep-all !important;
}

