/*
Theme Name: The Minimal Child
Description: Child theme for The Minimal. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: the-minimal
Version: 1.0
*/

.bc-float-bar{
		position:fixed;
		left:50%;
		bottom:16px;
		transform:translateX(-50%);
		z-index:900;
		display:flex;
		gap:10px;
		background:#fff;
		padding:8px;
		border-radius:100px;
		box-shadow:0 10px 30px rgba(0,0,0,.22);
	}
	.bc-float-btn{
		display:flex;
		align-items:center;
		gap:.5rem;
		padding:.65rem 1.1rem;
		border-radius:100px;
		font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
		font-size:1.2rem;
		font-weight:700;
		color:#fff;
		text-decoration:none;
		white-space:nowrap;
		transition:opacity .15s;
	}
	.bc-float-btn:hover{opacity:.9}
	.bc-float-call{background:#006680}
	.bc-float-wa{background:#25d366}
	/* Below ~360px, shrink to icon-only pills so the bar never overflows */
	@media(max-width:359px){
		.bc-float-btn span{display:none}
		.bc-float-btn{padding:.65rem;}
	}
	@media print{.bc-float-bar{display:none}}

