/*
Theme Name: Formula Trinity
Author: Justin
Description: Formula Trinity Theme built on basis of WP Twenty-twenty-four theme
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: formulatrinity
*/




/* TEAM MEMBER GRID STYLING */
.team-grid {
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(160px,1fr));
  gap: 1.25rem;
}
.team-card { text-align:center; }
.team-card__img { width: 140px; height:140px; object-fit:cover; border-radius:50%; display:block; margin:0 auto 0.75rem; }
.team-card__name { margin:0.25rem 0 0.25rem; font-weight:600; color: #ce2c30; font-size: 18px}
.team-card__title { margin:0; color:#000; }