/*
Theme Name: Grammer Child
Theme URI: https://developer.wordpress.org/themes/advanced-topics/child-themes/
Description: Child theme for Grammer with custom social links
Author: ibalepin
Author URI:
Template: grammer
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grammer-child
*/

/* Custom social links styling */
.grammer-social-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.grammer-social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #acacb9;
	transition: color 0.2s ease;
}

.grammer-social-links a:hover {
	color: #f3f1f1;
}

.grammer-social-links svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}
