/*
Theme Name: Satellite
Author: Someone
Version: 0.4.1
Theme URI: https://github.com/EQUAKORD/satellite/releases/latest
Text Domain: satellite
*/

a:where(:not(.wp-element-button)) {
	text-decoration: none;
}

.wp-block-spacer + .wp-block-spacer {
	display: none;
}

.wp-block--we-accept
	.wp-block-gallery.has-nested-images
	figure.wp-block-image:not(#individual-image) {
	width: auto;
	flex-grow: unset;
}

.wp-block--we-accept
	.wp-block-gallery.has-nested-images
	figure.wp-block-image
	img {
	height: 20px;
}

.wp-element-button.has-primary-main-background-color:hover {
	background-color: var(--wp--preset--color--primary-dark) !important;
}

.wp-element-button.has-success-main-background-color:hover {
	background-color: var(--wp--preset--color--success-dark) !important;
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
	transition: transform 0.1s ease;
}

.wp-block-social-link:hover {
	transform: scale(1.1);
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff;
}
