/*
 * Attestly renders its attribution as the final direct paragraph in the gate
 * card. This intentionally leaves the verification form and consent flow alone.
 */
#attestly-gate > div > p:last-child {
	display: none !important;
}
