/* Cards: soft shadow + rounded corners for event/sponsor tiles */
.hh-card { border-radius: 14px; box-shadow: 0 2px 10px rgba(47, 58, 30, .12); overflow: hidden; }
/* Equal-height cards only when a card is the sole content of its column */
.wp-block-column > .hh-card:only-child { height: 100%; }
.hh-card .wp-block-image img { border-radius: 0; }
/* Sponsor logos sit on white tiles at a uniform height */
.hh-sponsors .wp-block-image img { max-height: 90px; width: auto; object-fit: contain; margin: 0 auto; }
/* Header nav: keep the Donate pill from wrapping */
.hh-header .wp-block-button__link { white-space: nowrap; }
/* Tables inherit the theme font sizes and get light row lines */
.wp-block-table td, .wp-block-table th { border-color: var(--wp--preset--color--sage); }
/* Header logo: slightly smaller on phones; hide the tagline when space is tight */
.hh-logo { margin: 0; }
@media (max-width: 600px) { .hh-logo img { width: 96px !important; } .hh-tagline { display: none; } }
/* Forminator submit buttons match the theme's gold pill buttons */
.forminator-ui .forminator-button-submit { background: var(--wp--preset--color--gold); color: var(--wp--preset--color--contrast); border: 0; border-radius: 999px; padding: .7em 1.6em; font-weight: 700; cursor: pointer; }
.forminator-ui .forminator-button-submit:hover { background: var(--wp--preset--color--swamp); color: var(--wp--preset--color--base); }
