.elementor-3164 .elementor-element.elementor-element-f5468df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-f5468df *//* Section Wrappers */
.whlk-section {
  margin: 40px auto;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto 50px auto;
}

/* Section Titles */
.whlk-section-title {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 24px;
  color: #006699;
  margin: 0 0 12px 0;   /* tighter space below */
  text-align: left;     /* keep natural alignment */
}

/* Buttons */
.whlk-btn {
  display: inline-block;
  background:#003F80;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.whlk-btn:hover {
  background: #005baa;
  color: #fff
}

/* Volunteer links */
.whlk-volunteer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

/* Cards (from shortcode output) */
.whlk-job-card {
  background: #EEF5FB;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.whlk-job-card h3 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #003F80;
}

.whlk-status-msg {
  background: #F5F6F3;
  padding: 16px;
  border-radius: 8px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  color: #363636;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  margin-top: 10px;
}

@media (max-width: 600px) {
  .whlk-volunteer-links {
    flex-direction: column;
    align-items: center;
  }
  .whlk-volunteer-links .whlk-btn {
    width: 100%;
    text-align: center;
  }
}

/* Info/Intro Section */
.whlk-section p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #363636;
}

.whlk-section a {
  color: #005BAA;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.whlk-section a:hover {
  color: #003F80;
}/* End custom CSS */