.ntrp-widget[hidden] {
	display: none !important;
}

.ntrp-widget-button {
	align-items: center;
	background: var(--ntrp-accent, #166534);
	border: 2px solid var(--ntrp-accent, #166534);
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	color: var(--ntrp-text, #fff);
	cursor: pointer;
	display: inline-flex;
	font: 600 14px/1.2 inherit;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0;
	min-height: 42px;
	padding: 10px 14px;
}

.ntrp-widget-button:focus-visible,
.ntrp-dialog button:focus-visible {
	outline: 3px solid #f59e0b;
	outline-offset: 2px;
}

.ntrp-install-icon {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.ntrp-widget-button {
	box-shadow: none;
	width: 100%;
    margin-top: 15px;
}

.ntrp-dialog {
	background: #fff;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	color: #111827;
	font-family: inherit;
	max-width: min(420px, calc(100vw - 32px));
	padding: 20px;
}

.ntrp-dialog::backdrop {
	background: rgba(17, 24, 39, 0.55);
}

.ntrp-dialog-header {
	align-items: center;
	display: flex;
	font-size: 18px;
	justify-content: space-between;
}

.ntrp-dialog-header button {
	background: transparent;
	border: 0;
	color: #4b5563;
	cursor: pointer;
	font-size: 24px;
	padding: 2px 6px;
}

.ntrp-dialog p {
	line-height: 1.55;
	margin: 14px 0 0;
}

