/* AWCRA minimum profile completion and directory gate v4.9.0 */
.awcra-profile-completion-card,
.awcra-profile-completion-inline{
  display:flex;
  align-items:flex-start;
  gap:14px;
  box-sizing:border-box;
  width:100%;
  margin:0 0 20px;
  padding:18px;
  border:1px solid #d9e2ef;
  border-radius:14px;
  background:#f7f9fc;
  color:#43536a;
  line-height:1.55;
}
.awcra-profile-completion-card h3{margin:2px 0 7px;color:#082b66;font-size:21px}
.awcra-profile-completion-card p{margin:0 0 10px}
.awcra-profile-completion-kicker{display:block;color:#0b4b9a;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.awcra-profile-completion-icon{display:flex;flex:0 0 38px;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#082b66;color:#fff;font-size:20px;font-weight:900}
.awcra-profile-completion-card.is-incomplete,.awcra-profile-completion-inline.is-incomplete{border-color:#efc75e;background:#fff9e9}
.awcra-profile-completion-card.is-incomplete .awcra-profile-completion-icon{background:#d79500}
.awcra-profile-completion-card.is-pending{border-color:#9fc4ee;background:#f1f7ff}
.awcra-profile-completion-card.is-complete,.awcra-profile-completion-inline.is-complete{border-color:#b9dfca;background:#f0fbf5;color:#087245}
.awcra-profile-completion-card.is-complete .awcra-profile-completion-icon,.awcra-profile-completion-card.is-pending .awcra-profile-completion-icon{background:#087245}
.awcra-profile-completion-progress{height:7px;margin:10px 0 5px;overflow:hidden;border-radius:999px;background:rgba(8,43,102,.12)}
.awcra-profile-completion-progress span{display:block;height:100%;border-radius:inherit;background:#e7192d}
.awcra-profile-completion-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:8px;background:#e7192d;color:#fff!important;font-weight:800;text-decoration:none!important}
.awcra-profile-completion-inline{display:block;padding:13px 15px;border-radius:10px;font-size:13px}
.awcra-profile-completion-inline strong,.awcra-profile-completion-inline span,.awcra-profile-completion-inline small{display:block}
.awcra-profile-completion-inline strong{margin-bottom:3px;color:#082b66;font-size:15px}
.awcra-directory-gate-hidden{display:none!important}
[data-awcra-directory-gate-loading="1"]{opacity:.55;transition:opacity .15s ease}
@media (max-width:680px){
  .awcra-profile-completion-card{padding:15px}
  .awcra-profile-completion-icon{flex-basis:34px;width:34px;height:34px}
}
