.retirement-notice-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	overflow-y: auto;
}

.retirement-notice-modal__content {
	max-width: 600px;
	margin: 10% auto;
	padding: 2rem;
	background: #fff;
	position: relative;
}

.retirement-notice-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.retirement-notice-banner {
	width: 100%;
	padding: 0.75rem 1rem;
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	text-align: center;
}

@media (max-width: 576px) {
	.retirement-notice-banner {
		flex-direction: column;
	}
}
