/*
Theme Name: Sisters Network UK
Theme URI: https://sistersnetwork.co.uk/
Author: Sisters Network Editorial Team
Description: Custom WordPress theme for the UK casino sister-sites, networks, guides and blog portal.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: sistersnetwork
*/

.article-featured-image--real {
	display: block;
	overflow: hidden;
}

.article-featured-image--real img,
.author-box__photo--real img,
.sn-section-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sn-section-images {
	display: grid;
	gap: 24px;
}

.sn-section-image {
	margin: 0;
}

.sn-section-image figcaption {
	margin-top: 8px;
	color: var(--muted);
	font-size: 14px;
}

.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

