/*
Theme Name: PF-PAC
Theme URI: https://paientfirstarkansas.com
Template: hello-elementor
Author: Osloop.Dev
Author URI: https://osloop.dev
Description: PF-PAC is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly for Patient First PAC . The theme is designed for users who want a flexible, easy-to-use, and customizable website.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1761653917
Updated: 2025-10-28 12:18:37

*/

.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-items: center;
  align-items: center;
  padding: 40px 0;
}

.sponsor-item {
  background: rgba(255,255,255,0.2);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sponsor-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sponsor-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
