/*
Theme Name: ALPRADO
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alprado
Tags: 
*/

.dot {
	gap: 6px;
	display: flex;
	position: relative;
	align-items: center;
}

.dot::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 18px;
	background-color: var(--wp--preset--color--primary);
}