/*!
Theme Name: Revolutional
Author: Admin
Description: Revolutional 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: revolutional
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(8, auto);
	list-style: none;
	padding-left: 0;
	gap: 1rem;
}

.svg-icons-list .icon-grid li {
	display: grid;
	align-items: center;
	/* justify-content: center; */
}

/* cookieyes button styling */
.cky-consent-container .cky-btn {
	font-size: 0.8rem !important;
}
.cky-consent-container .cky-btn span.btn-dot.btn-dot-left {
	font-size: 0.8rem !important;
}
/* @media (max-width: 440px) { */
@media (max-width: 767px) {
	.cky-consent-container .cky-notice-btn-wrapper {
		flex-direction: row !important;
		padding: 0 !important;
	}
	.cky-consent-container .cky-btn {
		font-size: 0.7rem !important;
		padding: 0.813rem 1rem !important;
		padding-left: 2rem !important;
	}
	.cky-consent-container .cky-btn span.btn-dot.btn-dot-left {
		font-size: 0.7rem !important;
		width: 0.45rem !important;
		height: 0.45rem !important;
	}
	.cky-notice-btn-wrapper {
		padding: 0 10px !important;
	}
}