/* 
Theme Name: Joshua Tree Learning Centre Theme
Theme URI: https://omnionline.net
Description: Joshua Tree Learning Centre Theme is a child theme of Hello Elementor, created by OmniOnline.
Author: OmniOnline
Author URI: https://omnionline.net
Template: hello-elementor
Version: 1.0.0
Text Domain: joshua-tree-learning-centre-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: education, learning, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.affiliations-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 24px;
	align-items: center;
}

.affiliations-grid__item {
	text-align: center;
}

.affiliations-grid__item img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.acf-relationship-list {
	padding-inline-start: 0;
	list-style: none;
}