/*
Theme Name: EPSDA NativeChurch Child
Theme URI: https://eastpascochurch.org/
Description: Child theme for the temporary East Pasco SDA Church WordPress prototype.
Author: Leandro
Template: NativeChurch
Version: 0.1.0
Text Domain: epsda-nativechurch
*/

:root {
  --epsda-deep-blue: #143a52;
  --epsda-gold: #c79545;
  --epsda-cream: #f7f4ed;
  --epsda-ink: #24313a;
}

body {
  color: var(--epsda-ink);
}

.epsda-action-card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.epsda-action-card:hover,
.epsda-action-card:focus-within {
  box-shadow: 0 14px 34px rgba(20, 58, 82, 0.18);
  transform: translateY(-3px);
}

.epsda-pending-content {
  border-left: 4px solid var(--epsda-gold);
  background: var(--epsda-cream);
  padding: 1rem 1.25rem;
}

