.mlb-e085c87b-button {
	cursor: pointer;
	border: none;
	background: #0073aa;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	font-family: inherit;
	transition: background-color 0.3s;
}

.mlb-e085c87b-button:hover {
	background: #005177;
}

.mlb-e085c87b-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mlb-e085c87b-lightbox {
	position: relative;
	width: 80%;
	max-width: 800px;
	height: 80%;
	max-height: 600px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.mlb-e085c87b-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #333;
	color: #fff;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	padding: 0;
	transition: background 0.2s;
}

.mlb-e085c87b-close:hover {
	background: #ff0000;
}
