/* Big Time Ghana 3.7.6.103 — simple registration chooser */
.btg-register-chooser{
  width:100%;
  padding:46px 20px 56px;
  box-sizing:border-box;
  background:#fff7fa;
}
.btg-register-chooser__inner{
  width:min(1080px,100%);
  margin:0 auto;
}
.btg-register-chooser__head{
  margin:0 0 24px;
  text-align:center;
}
.btg-register-chooser__head h1{
  margin:0;
  color:#260b39;
  font-size:clamp(1.9rem,3vw,2.8rem);
  line-height:1.08;
  font-weight:900;
}
.btg-register-chooser__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.btg-register-choice{
  position:relative;
  display:flex;
  align-items:center;
  min-width:0;
  min-height:144px;
  padding:22px 54px 22px 20px;
  box-sizing:border-box;
  border:1px solid rgba(38,11,57,.11);
  border-radius:20px;
  background:#fff;
  color:#260b39 !important;
  text-decoration:none !important;
  box-shadow:0 9px 28px rgba(38,11,57,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.btg-register-choice:hover,
.btg-register-choice:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(224,0,108,.30);
  box-shadow:0 14px 32px rgba(38,11,57,.13);
  outline:none;
}
.btg-register-choice__icon{
  flex:0 0 54px;
  width:54px;
  height:54px;
  margin-right:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#260b39;
  color:#fff;
  font-size:1.55rem;
}
.btg-register-choice--agency .btg-register-choice__icon{background:#5a176f;}
.btg-register-choice--user .btg-register-choice__icon{background:#e0006c;}
.btg-register-choice__content{
  display:block;
  min-width:0;
}
.btg-register-choice__content strong{
  display:block;
  color:#260b39;
  font-size:1.08rem;
  line-height:1.22;
  font-weight:900;
}
.btg-register-choice__content small{
  display:inline-flex;
  margin-top:9px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff0f4;
  color:#e0006c;
  font-size:.76rem;
  line-height:1;
  font-weight:800;
}
.btg-register-choice__arrow{
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  color:#9f85a2;
  font-size:2rem;
  line-height:1;
}
.btg-register-chooser__login{
  margin:22px 0 0;
  text-align:center;
  color:#78637d;
  font-size:.94rem;
}
.btg-register-chooser__login a{
  color:#e0006c;
  font-weight:900;
  text-decoration:none;
}
.btg-register-chooser__login a:hover{text-decoration:underline;}

@media (max-width:760px){
  .btg-register-chooser{
    padding:26px 12px 38px;
  }
  .btg-register-chooser__head{
    margin-bottom:18px;
  }
  .btg-register-chooser__head h1{
    font-size:1.8rem;
  }
  .btg-register-chooser__grid{
    grid-template-columns:1fr;
    gap:11px;
  }
  .btg-register-choice{
    min-height:104px;
    padding:16px 48px 16px 15px;
    border-radius:17px;
  }
  .btg-register-choice__icon{
    flex-basis:48px;
    width:48px;
    height:48px;
    margin-right:12px;
    border-radius:14px;
    font-size:1.35rem;
  }
  .btg-register-choice__content strong{
    font-size:1rem;
  }
  .btg-register-choice__content small{
    margin-top:7px;
    font-size:.72rem;
  }
  .btg-register-choice__arrow{
    right:15px;
  }
}
