/**
Theme Name: Astra Child
Author: Enable
Author URI: http://www.enableconsultants.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* --- KCCU Membership Form Styles --- */

/* Wrap CF7 form so all rules only apply here */
.wpcf7-form.kccu-membership {
  max-width: 900px;
  margin: 0 auto;
  font-family: sans-serif;
}

/* Section headings */
.wpcf7-form.kccu-membership .cf7-section {
  margin: 2rem 0 1rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  font-size: 1.2em;
  font-weight: bold;
}

/* Grid layout for rows */
.wpcf7-form.kccu-membership .cf7-flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px 24px;
  margin-bottom: 1.5rem;
}

/* Field container */
.wpcf7-form.kccu-membership .cf7-field {
  display: flex;
  flex-direction: column;
}

/* Labels */
.wpcf7-form.kccu-membership .cf7-field label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #222;
}

/* Make all CF7 inputs full‑width */
.wpcf7-form.kccu-membership .cf7-field input,
.wpcf7-form.kccu-membership .cf7-field select,
.wpcf7-form.kccu-membership .cf7-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.95em;
}

/* Radio/checkbox alignment */
.wpcf7-form.kccu-membership .cf7-field .wpcf7-list-item {
  display: inline-block;
  margin-right: 1em;
}

/* Submit button */
.wpcf7-form.kccu-membership p input[type="submit"] {
  background: #005f97;
  color: #fff;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
}
.wpcf7-form.kccu-membership p input[type="submit"]:hover {
  background: #004a7c;
}

/* Column‑count utilities for KCCU form */
.wpcf7-form.kccu-membership .cf7-flex.cols-2-50 {
  grid-template-columns: 1fr 1fr !important;
}
.wpcf7-form.kccu-membership .cf7-flex.cols-3-33 {
  grid-template-columns: repeat(3, 1fr) !important;
}
.cf7-field cols-2-60-40 {
  grid-template-columns: 60% 40% !important;
}