body.unified-rebrand-notice-open {
	overflow: hidden;
}

#unified-rebrand-notice.unified-rebrand-notice {
	position: fixed;
	inset: 0;
	z-index: 10000000000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

#unified-rebrand-notice.unified-rebrand-notice.is-visible {
	display: flex !important;
}

#unified-rebrand-notice .unified-rebrand-notice__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

#unified-rebrand-notice .unified-rebrand-notice__panel {
	position: relative;
	width: 100%;
	max-width: 520px;
	max-height: calc(100vh - 2rem);
	overflow-y: auto;
	background: #fff;
	border-radius: 10px;
	padding: 2rem 1.75rem 1.75rem;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	color: #2d3748;
}

#unified-rebrand-notice .unified-rebrand-notice__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	border: 0;
	background: transparent;
	color: #718096;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.25rem 0.5rem;
}

#unified-rebrand-notice .unified-rebrand-notice__close:hover {
	color: #2d3748;
}

#unified-rebrand-notice .unified-rebrand-notice__title {
	margin: 0 2rem 0.75rem 0;
	font-size: 1.35rem;
	line-height: 1.35;
	font-weight: 700;
	color: #1a202c;
}

#unified-rebrand-notice .unified-rebrand-notice__subtitle {
	margin: 0 0 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #4a5568;
}

#unified-rebrand-notice .unified-rebrand-notice__callout {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	background: #f7fafc;
	border-radius: 8px;
	padding: 0.85rem 1rem;
	margin-bottom: 1.5rem;
}

#unified-rebrand-notice .unified-rebrand-notice__arrow {
	color: #1a56db;
	font-size: 0.95rem;
	line-height: 1.5;
	flex-shrink: 0;
}

#unified-rebrand-notice .unified-rebrand-notice__callout p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

#unified-rebrand-notice .unified-rebrand-notice__callout a {
	color: #1a56db;
	font-weight: 600;
	text-decoration: none;
}

#unified-rebrand-notice .unified-rebrand-notice__callout a:hover {
	color: #1c64f2;
	text-decoration: underline;
}

#unified-rebrand-notice .unified-rebrand-notice__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

#unified-rebrand-notice .unified-rebrand-notice__btn {
	flex: 1 1 140px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 1rem;
	border-radius: 8px;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
	box-sizing: border-box;
}

#unified-rebrand-notice .unified-rebrand-notice__btn--primary {
	border: 0;
	background: #2a4365;
	color: #fff;
}

#unified-rebrand-notice .unified-rebrand-notice__btn--primary:hover {
	background: #1a56db;
	color: #fff;
}

#unified-rebrand-notice .unified-rebrand-notice__btn--secondary {
	border: 2px solid #2a4365;
	background: #fff;
	color: #2a4365;
}

#unified-rebrand-notice .unified-rebrand-notice__btn--secondary:hover {
	background: #ebf8ff;
	color: #2a4365;
}

@media (max-width: 480px) {
	#unified-rebrand-notice .unified-rebrand-notice__panel {
		padding: 1.5rem 1.25rem 1.25rem;
	}

	#unified-rebrand-notice .unified-rebrand-notice__title {
		font-size: 1.15rem;
		margin-right: 1.5rem;
	}

	#unified-rebrand-notice .unified-rebrand-notice__actions {
		flex-direction: column;
	}

	#unified-rebrand-notice .unified-rebrand-notice__btn {
		flex: 1 1 auto;
		width: 100%;
	}
}
