/*

CPMA Master
page--membership--application.css

Created by Dmitri Bekasov on 2026-04-19
© Åerth Design

*/


.width-2-and-1 .ct-form--field:nth-child(odd) {
  flex: 2;
  min-width: 18rem;
}
.width-2-and-1 .ct-form--field:nth-child(even) {
  flex: 1;
  min-width: 11rem;
}
.other-specify {
  display: flex;
  align-items: center;
  min-height: 3.9375rem;
}
.other-specify .ct-form--control {
  flex: 3 auto;
  min-width: 18rem;
}
.ct-form--group:has(.month-year) {
  margin-top: 0.5lh;
}
.ct-form--group:has(.month-year) .ct-form--legend {
  margin-top: 0;
}
.month-year {
  gap: 2rem;
}
.month-year .ct-form--field {
  margin-top: 0;
}
