.kol-user-switchboard-myplace-button-wrapper {
	position: fixed;
	top: 120px;
	left: 10px;
	z-index: 9999;
}

.kol-user-switchboard-myplace-button {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	background-color: #007cba;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.kol-user-switchboard-myplace-button:hover {
	background-color: #0073a7;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	color: white;
}

.kol-user-switchboard-myplace-button:active {
	transform: scale(0.98);
}

.kol-user-switchboard-myplace-button .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
	margin: 0;
}

.kol-user-switchboard-myplace-button-text {
	display: inline-block;
}

@media (max-width: 768px) {
	.kol-user-switchboard-myplace-button-wrapper {
		top: 80px;
		left: 20px;
	}

	.kol-user-switchboard-myplace-button {
		padding: 6px 10px;
		font-size: 12px;
	}

	.kol-user-switchboard-myplace-button .dashicons {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}
}
