/* 
Theme Name: CORO CA
Theme URI: https://github.com/elementor/hello-theme-child/
Description: An Elementor theme for CORO CA
Author: Dirango
Author URI: https://dirango/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.program-sponsor-partner-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
	justify-content: start;
	gap: 40px;
	max-width: 740px;
	margin: 0;
}

.program-sponsor-partner-item {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 120px;
}

.program-sponsor-partner-logo {
	display: block;
	max-width: 100%;
	max-height: 120px;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	border-radius: 0 !important;
}

.sponsor-partner-name {
	margin: 0;
}
