/*!
Theme Name: Winning by Design
Author: Admin
Description: Winning by design is a blank canvas for your WordPress project.
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: winning-by-design
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

.svg-icons-list .icon-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	list-style: none;
	padding-left: 0;
	gap: 1rem;
}

.svg-icons-list .icon-grid li {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
	padding: .75rem;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: .5rem;
}

.svg-icons-list .icon-grid svg {
	width: 1.25rem;
	height: 1.25rem;
}

.svg-icons-list .icon-grid strong.svg-icon-name {
	margin-left: .5rem;
	font-size: .9375rem;
}