.cv-field .cv-guided-month,
.cv-field .cv-guided-select{
  width:100%;
  min-height:46px;
  border:1px solid #ddcfe2;
  border-radius:12px;
  padding:11px 13px;
  background:#fffdfc;
  color:#241a2e;
  font:inherit;
  font-weight:450;
  outline:none;
  transition:border-color .15s,box-shadow .15s,background .15s
}
.cv-field .cv-guided-month:focus,
.cv-field .cv-guided-select:focus{
  border-color:#9b72e7;
  background:#fff;
  box-shadow:0 0 0 4px rgba(109,60,235,.1)
}
.cv-field .cv-guided-month:disabled{
  opacity:.56;
  cursor:not-allowed;
  background:#f4eef5
}
.cv-current-date{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  margin-top:2px;
  color:#75687f;
  font-size:.82rem;
  font-weight:650;
  cursor:pointer
}
.cv-current-date input{
  width:16px!important;
  height:16px;
  margin:0;
  padding:0!important;
  accent-color:#6d3ceb
}
.cv-current-date span{line-height:1.25}
