.rccandhub-app{
  --rccandhub-navy:#0b2f55;
  --rccandhub-orange:#f58220;
  --rccandhub-line:#dce5ef;
  --rccandhub-muted:#65758b;
  width:100%;
  max-width:1240px;
  margin:28px auto;
  overflow:hidden;
  color:#10243b;
  background:#fff;
  border:1px solid var(--rccandhub-line);
  border-radius:22px;
  box-shadow:0 24px 60px rgba(15,45,75,.12);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  box-sizing:border-box;
}
.rccandhub-app,.rccandhub-app *,.rccandhub-app *::before,.rccandhub-app *::after{box-sizing:border-box}
.rccandhub-tabs{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:1px;
  width:100%;
  background:#dbe4ee;
  border-bottom:1px solid #dbe4ee;
}
.rccandhub-tab{
  appearance:none;
  position:relative;
  min-width:0;
  min-height:112px;
  padding:14px 8px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  color:#43556b;
  background:#f7f9fc;
  border:0;
  cursor:pointer;
  font:inherit;
  text-align:center;
  transition:background .18s,color .18s,box-shadow .18s;
}
.rccandhub-tab:hover,.rccandhub-tab.is-active{color:var(--rccandhub-navy);background:#fff}
.rccandhub-tab.is-active{box-shadow:inset 0 -3px 0 var(--rccandhub-orange)}
.rccandhub-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  color:var(--rccandhub-navy);
  background:#e9eef5;
  border-radius:11px;
}
.rccandhub-icon svg{width:22px;height:22px;display:block}
.rccandhub-tab.is-active .rccandhub-icon{color:#fff;background:var(--rccandhub-navy)}
.rccandhub-tab b{max-width:100%;font-size:11.5px;line-height:1.25;overflow-wrap:anywhere}
.rccandhub-tab small{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:20px;
  padding:3px 7px;
  color:#176b3a;
  background:#eaf7ef;
  border-radius:999px;
  font-size:8.5px;
  font-weight:850;
  letter-spacing:.025em;
  text-transform:uppercase;
}
.rccandhub-tab:focus-visible{outline:3px solid rgba(245,130,32,.35);outline-offset:-4px;z-index:2}
.rccandhub-panels,.rccandhub-panel{width:100%;min-width:0}
.rccandhub-panel[hidden]{display:none!important}
.rccandhub-panel>.rccand-app.rccand-is-embedded{width:100%;max-width:none;margin:0;border:0;border-radius:0;box-shadow:none}
@media(max-width:1120px){.rccandhub-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){
  .rccandhub-app{margin:20px 0;border-radius:16px}
  .rccandhub-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rccandhub-tab{min-height:96px;padding:12px 7px}
  .rccandhub-tab b{font-size:11px}
}
@media(max-width:390px){
  .rccandhub-tabs{grid-template-columns:1fr}
  .rccandhub-tab{min-height:78px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;text-align:left;justify-items:start;padding:10px 13px}
  .rccandhub-tab small{justify-self:end}
}
