.user-profile-invites__wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.user-profile-invites__title-skeleton {
	width: 250px;
	max-width: 100%;
}

.user-profile-invites__divider {
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	border: none;
}

.user-profile-invites__description-skeleton {
	width: 400px;
	max-width: 100%;
}

.user-profile-invites__invite-skeleton-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.user-profile-invites__invite-skeleton-text-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

.user-profile-invites__invite-skeleton-email {
	width: 200px;
	max-width: 100%;
	border-radius: 4px;
}

.user-profile-invites__invite-skeleton-date {
	width: 120px;
	max-width: 100%;
	border-radius: 4px;
}

.user-profile-invites__invite-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.user-profile-invites__invite-item-text-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}
