#tbc-pause-modal-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

#tbc-pause-modal-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 24px 32px;
	border-radius: 6px;
	z-index: 9999;
	min-width: 280px;
	max-width: 90vw;
	text-align: center;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

#tbc-pause-modal-message {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.5;
}

/* Reuse your existing tbc-btn styles for the OK button */
#tbc-pause-modal-close {
	cursor: pointer;
}