._skch_form._skch_form--donations {
	box-sizing: border-box;
	line-height: 1.3;
	font-size: 1rem;
}

._skch_form._skch_form--donations *,
._skch_form._skch_form--donations *::before,
._skch_form._skch_form--donations *::after {
	box-sizing: inherit;
}

._skch_form._skch_form--donations ._skch_form-group {
	margin-bottom: 1rem;
}

._skch_form._skch_form--donations ._skch_form-control+._skch_form-control {
	margin-top: .5rem;
}

._skch_form._skch_form--donations ._skch_form-input:not([type="checkbox"], [type="radio"]),
._skch_form._skch_form--donations ._skch_form-select-wrapper {
	border-width: var(--_skch-form-input-border-width, 1px);
	border-style: var(--_skch-form-input-style, solid);
	border-color: var(--_skch-form-input-color, black);
	border-radius: var(--_skch-form-input-radius, 0);
}

._skch_form._skch_form--donations ._skch_form-control:hover ._skch_form-input:not([type="checkbox"], [type="radio"]),
._skch_form._skch_form--donations ._skch_form-control:hover ._skch_form-select-wrapper {
	outline: 2px solid var(--_skch-form-clr-secondary, gray);
}

._skch_form._skch_form--donations ._skch_form-input:not([type="checkbox"], [type="radio"]),
._skch_form._skch_form--donations ._skch_form-select,
._skch_form._skch_form--donations textarea {
	background: var(--_skch-form-input-bg, transparent);
	border-radius: var(--_skch-form-input-radius, 0);
	padding: var(--_skch-form-input-padding, .5em .8em);
	font-family: inherit;
	font-size: .75em;
	width: 100%;
}

._skch_form._skch_form--donations ._skch_form-input::placeholder {
	color: var(--_skch-form-input-placeholder, inherit);
	font-family: inherit;
}

._skch_form._skch_form--donations ._skch_form-input::-webkit-input-placeholder {
	color: var(--_skch-form-input-placeholder, inherit);
	font-family: inherit;
}

._skch_form._skch_form--donations ._skch_form-input::-ms-input-placeholder {
	color: var(--_skch-form-input-placeholder, inherit);
	font-family: inherit;
}

._skch_form._skch_form--donations ._skch_form-input::-moz-placeholder {
	color: var(--_skch-form-input-placeholder, inherit);
	font-family: inherit;
}

._skch_form._skch_form--donations ._skch_form-select {
	max-width: 100%;
	min-height: auto;
	border: 0;
	cursor: pointer;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
}

._skch_form._skch_form--donations ._skch_form-select-wrapper {
	z-index: 1;
	position: relative;
}

._skch_form._skch_form--donations ._skch_form-select-wrapper::before {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	height: 100%;
	width: 2.5rem;
	border-top-right-radius: var(--_skch-form-input-radius, 0);
	border-bottom-right-radius: var(--_skch-form-input-radius, 0);
	user-select: none;
	pointer-events: none;
	z-index: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.38 5.07 6.75 0H0l3.38 5.07Z' fill='%23000'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: .6rem;
}

._skch_form._skch_form--donations ._skch_form-label {
	user-select: none;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 600;
	font-family: inherit;
	color: var(--_skch-form-label-color, inherit);
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}

._skch_form._skch_form--donations ._skch_form_donate-amounts {
	display: flex;
	flex-wrap: wrap;
	gap: min(2vw, .5rem);
}

._skch_form._skch_form--donations ._skch-form-radio {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

._skch_form._skch_form--donations ._skch_form-submit,
._skch_form._skch_form--donations ._skch_form-donate-amounts__button {
	user-select: none;
	cursor: pointer;
	max-width: 100%;
	padding: .5rem .75rem;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	background-color: var(--_skch-form-clr-primary, black);
	color: var(--_skch-form-button-color, white);
	border-radius: var(--_skch-form-input-radius, 0);
	font-size: .8rem;
	line-height: 1;
}

._skch_form._skch_form--donations ._skch_form-donate-amounts__button:hover,
._skch_form._skch_form--donations ._skch-form-radio:checked+._skch_form-donate-amounts__button,
._skch_form._skch_form--donations ._skch_form-submit:hover {
	background-color: var(--_skch-form-clr-secondary, gray);
	color: var(--_skch-form-button-color-active, white);
}

._skch_form._skch_form--donations ._skch_form-custom-input {
	border: 0;
	background-color: transparent;
	color: var(--_skch-form-button-color, black);
	text-align: center;
	font-size: inherit;
	margin-right: .5rem;
	padding: 0;
	width: 100%;
}

._skch_form._skch_form--donations input._skch_form-custom-input::placeholder {
	opacity: 1;
	color: var(--_skch-form-button-color, black);
}

._skch_form._skch_form--donations input._skch_form-custom-input::-webkit-input-placeholder {
	opacity: 1;
	color: var(--_skch-form-button-color, black);
}

._skch_form._skch_form--donations input._skch_form-custom-input::-ms-input-placeholder {
	opacity: 1;
	color: var(--_skch-form-button-color, black);
}

._skch_form._skch_form--donations input._skch_form-custom-input::-moz-placeholder {
	opacity: 1;
	color: var(--_skch-form-button-color, black);
}

._skch_form._skch_form--donations ._skch_form-rodo {
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

._skch_form._skch_form--donations ._skch_form-rodo [type="checkbox"] {
	margin: 0;
	margin-right: .25rem;
	accent-color: var(--_skch-form-clr-primary, black);
	transform: scale(1.25);
}

._skch_form._skch_form--donations ._skch_form-submit {
	margin-top: 1rem;
	font-size: 1.125rem;
	min-width: 100%;
	padding: 1rem;
	border: 0;
}

._skch_form._skch_form--donations .validError {
	padding: .25rem .75rem;
	font-size: .75rem;
	border-radius: var(--_skch-form-input-radius, 0);
	margin-top: 3px;
}

._skch_form._skch_form--donations-v2 ._skch_form-donate-amounts__button:first-of-type {
	width: 100%;
	flex-grow: 1;
	flex-shrink: 0;
}

.w-100 {
	width: 100%;
	flex-shrink: 0;
	flex-grow: 1;
}