.camera-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border: 2px solid transparent;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.camera-button:hover {
	border-color: #06295d;
	background-color: rgba(6, 41, 93, 0.05);
}

.camera-button svg {
	height: 50px;
	width: 50px;
}

.camera-button span {
	font-family: sans-serif;
	font-size: 18px;
	color: #06295d;
	font-weight: 600;
}

#meetone-link a{
	margin-top:5px;
	width:100%;
}
