/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Child theme for the Astra theme
 Author:       Kobzza
 Author URI:   https://kobzza.com/
 Template:     astra
 Version:      1.0.0
*/

/* Add your custom CSS below this line */

.callback-mobile {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: calc(100% - 12px);
	bottom: 0;
	left: 6px;
	padding: 14px 10px;
	background-color: #AFD428;
	color: #fff;
	z-index: 100;
	border-radius: 6px;
}

@media (min-width: 511px) {
	.callback-mobile {
		display: none;
	}
}