/* Social media links */
.aside__social-links {
    padding: 0 !important;
    margin: 0 !important;
}

.aside__social-links li {
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    margin-bottom: 0.35rem !important;
}

.social-link__icon {
    width: 1.2rem;
    display: inline-flex;
    justify-content: center;
}

/* WordPress Simply Gallery markup inside Hugo content */
.pgc-sgb-cb {
	margin: 1.5rem 0;
}

.pgc-sgb-cb .sgb-preloader {
	display: none !important;
}

.pgc-sgb-cb .simply-gallery-amp,
.pgc-sgb-cb .pgc_sgb_slider {
	display: block !important;
}

.pgc-sgb-cb .sgb-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}

.pgc-sgb-cb .sgb-item {
	margin: 0;
}

.pgc-sgb-cb .sgb-item a {
	display: block;
}

.pgc-sgb-cb .sgb-item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}
