.ntfy-prefs {
	max-width: 36rem;
	margin: 0 auto;
	padding: 1rem 0;
	color: inherit;
}

.ntfy-prefs__title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
}

.ntfy-prefs__lead {
	margin: 0 0 1rem;
	color: color-mix(in srgb, currentColor 68%, transparent);
	font-size: 0.95rem;
}

.ntfy-prefs__list {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

.ntfy-prefs__item {
	padding: 0.5rem 0;
	border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}

.ntfy-prefs__label {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	cursor: pointer;
}

.ntfy-prefs__checkbox {
	margin-top: 0.2rem;
	accent-color: var(--wp--preset--color--primary);
}

.ntfy-prefs__readonly {
	display: block;
	color: color-mix(in srgb, currentColor 68%, transparent);
	font-size: 0.95rem;
}

.ntfy-prefs__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.ntfy-prefs__status {
	font-size: 0.9rem;
	color: color-mix(in srgb, currentColor 55%, transparent);
}

.ntfy-prefs--logged-out {
	padding: 1rem;
	background-color: color-mix(in srgb, currentColor 6%, transparent);
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 4px;
}
