.gsc-contact-bar {
	position: fixed;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	gap: 10px;
	bottom: 20px;
}

.gsc-position-bottom-right { right: 20px; align-items: flex-end; }
.gsc-position-bottom-left  { left: 20px;  align-items: flex-start; }

.gsc-fab {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #1f2937;
	color: #fff;
	text-decoration: none;
	padding: 12px 16px;
	border-radius: 999px;
	box-shadow: 0 6px 20px rgba(0,0,0,.2);
	font-size: 14px;
	font-weight: 600;
	transition: transform .15s ease, box-shadow .15s ease;
	white-space: nowrap;
}
.gsc-fab:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.28); color:#fff; }

.gsc-fab-whatsapp { background: #25D366; }
.gsc-fab-phone    { background: #2563eb; }
.gsc-fab-email    { background: #6b7280; }

.gsc-fab-icon { font-size: 18px; line-height: 1; }

@media (max-width: 600px) {
	.gsc-contact-bar { bottom: 12px; gap: 8px; }
	.gsc-position-bottom-right { right: 12px; }
	.gsc-position-bottom-left  { left: 12px; }
	.gsc-fab-label { display: none; }
	.gsc-fab { padding: 14px; border-radius: 50%; }
	.gsc-fab-icon { font-size: 20px; }
}
