.wpn.button[disabled],
.wpn.button[disabled]:hover,
.wpn.button.disabled,
.wpn.button.disabled:hover {
	background: #e0e0e0;
	border-color: #9e9e9e;
	color: #9e9e9e;
}

.wpn.button.hidden,
.wpn-notification-dropdown-footer button.hidden {
	display: none;
}

.wpn.button {
	margin: 0 0 8px;
}

.wpn-notification-dropdown-footer {
	font-size: 12px;
	white-space: nowrap;
	border-top: solid 1px #b9b9b9;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 5px 10px;
	gap: 20px;
}

.wpn-notification-dropdown-footer button {
	display: inline-flex;
	align-items: center;
}

.wpn-notification-dropdown-footer button:disabled {
	opacity: 0.7;
}

.wpn-notification-dropdown-footer button > .icon {
	font-size: 20px;
}

@media (max-width: 350px) {
	.wpn-notification-dropdown-footer button > .icon {
		font-size: 24px;
	}
}

@media (max-width: 700px) {
	.wpn.button {
		margin-top: 8px;
	}
}
