/* Grand Slam – paste entire file into GiveSmart: Design > Custom CSS
   No @media. No display:grid. Pure CSS only. */

body {
  font-family: "Droid Sans", Arial, sans-serif;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif;
}


.page-home-event #sectionBanner {
margin-top:0;
}

img#homePageBannerThumb {
  margin: 0 auto;
  max-height: 180vh;
  object-fit: contain;
}



/* ---------------------------------------------------------------------------
   Global – shared across modules
   --------------------------------------------------------------------------- */

.gs-event,
.gs-cgf {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Droid Sans", Arial, sans-serif;
  color: #0a2d60;
  box-sizing: border-box;
  overflow: visible;
}



.gs-event *,
.gs-cgf * {
  box-sizing: border-box;
}



.gs-event__card,
.gs-cgf__card {
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}



.gs-event__body,
.gs-cgf__body {
  width: 100%;
  overflow: visible;
}



.gs-event__bar,
.gs-cgf__bar {
  height: 3px;
  width: 100%;
}



.gs-event__title {
  margin: 0 0 0.6rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}



.gs-event__title strong {
  color: #d82323;
  font-weight: 700;
}



.gs-event__lead {
  max-width: none;
  font-size: 0.94rem;
  color: #4a6278;
}



.gs-event__grid,
.gs-cgf__grid {
  width: auto;
  margin-left: -8px;
  margin-right: -8px;
  overflow: visible;
}



.gs-event__col,
.gs-cgf__col {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 12px;
  overflow: visible;
}



/* GiveSmart section wrappers — don't clip card hover lift/shadow */
.custom-section-container .event-info-description {
  overflow: visible;
}



/* ---------------------------------------------------------------------------
   Module 1: Event Details  (index.html)
   --------------------------------------------------------------------------- */

.gs-event__bar {
  background: linear-gradient(90deg, #d82323, #0a2d60);
}



.gs-event__body {
  padding: 1rem 0 0;
}



.gs-event__title {
  font-size: 1.6rem;
  line-height: 1.05;
}



.gs-event__lead {
  margin: 0 0 1rem;
  line-height: 1.5;
}



.gs-event__lead a {
  color: #0a2d60;
  font-weight: 700;
}



.gs-event-card {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #0a2d60;
  overflow: visible;
}



.gs-event-card__face {
  background: #f7f8fa;
  border: 1px solid #dce3eb;
  border-radius: 8px;
  padding: 0.8rem 0.85rem 0.7rem;
  min-height: 9.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease;
}



.gs-event-card:hover .gs-event-card__face {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(10, 45, 96, 0.12);
  border-color: rgba(216, 35, 35, 0.28);
  background: #fff;
}



.gs-event-card__label {
  display: block;
  margin: 0 0 0.35rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d82323;
}



.gs-event-card__value {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
}



.gs-event-card__value--price {
  font-size: 1.3rem;
  line-height: 1;
}



.gs-event-card__sub {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #4a6278;
}



.gs-event-card__cta {
  display: block;
  margin-top: auto;
  padding-top: 0.45rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d82323;
}



.gs-event-card__arrow {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.35rem;
  border-top: 2px solid #d82323;
  border-right: 2px solid #d82323;
  transform: rotate(45deg);
  vertical-align: 0.05rem;
}



/* ---------------------------------------------------------------------------
   Module 2: Curtis Granderson Foundation  (curtisgrandersonfoundation.html)
   Reuses gs-event__title, gs-event__lead, gs-event-card__cta from Module 1
   --------------------------------------------------------------------------- */

.gs-cgf__bar {
  background: linear-gradient(90deg, #0a2d60, #d82323);
}



.gs-cgf__body {
  padding: 1.25rem 0 0;
}



.gs-cgf__col--media {
  text-align: center;
}



.gs-cgf__photo {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  margin: 0.25rem 0 0.75rem;
  border-radius: 12px;
  border: 3px solid #fff;
  box-shadow: 0 10px 26px rgba(10, 45, 96, 0.18);
  background: #f7f8fa;
}



.gs-cgf__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
}



.gs-cgf__logo {
  display: block;
  height: 46px;
  width: auto;
  margin: 0 0 0.7rem;
}



.gs-cgf a.gs-event-card__cta {
  display: inline-block;
  margin-top: 0.15rem;
  padding-top: 0;
  text-decoration: none;
  color: #d82323;
}



.gs-cgf a.gs-event-card__cta:hover {
  color: #0a2d60;
}



.gs-cgf a.gs-event-card__cta:hover .gs-event-card__arrow {
  border-top-color: #0a2d60;
  border-right-color: #0a2d60;
}


