.crv166m22-wrap{
  width:min(1180px, calc(100% - 32px));
  margin:42px auto;
  color:#edf6ff;
}

.crv166m22-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  border:1px solid rgba(111,177,255,.35);
  background:rgba(8,21,35,.82);
  color:#80d8ff;
  font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.crv166m22-head{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);
  gap:18px;
  align-items:stretch;
  margin-bottom:18px;
}

.crv166m22-title{
  margin:0;
  font-size:clamp(34px,5vw,68px);
  line-height:.95;
  letter-spacing:-.045em;
  color:#fff;
}

.crv166m22-sub{
  margin:14px 0 0;
  color:#b7c5d6;
  font-size:18px;
  line-height:1.55;
  max-width:760px;
}

.crv166m22-score{
  border:1px solid rgba(111,177,255,.25);
  background:linear-gradient(180deg, rgba(13,30,48,.96), rgba(8,20,34,.94));
  padding:18px;
  display:grid;
  align-content:center;
  gap:10px;
}

.crv166m22-score b{
  font-size:42px;
  line-height:1;
  color:#fff;
}

.crv166m22-score span{
  color:#9fb1c5;
  font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.crv166m22-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.crv166m22-card{
  border:1px solid rgba(111,177,255,.25);
  background:rgba(8,21,35,.88);
  padding:18px;
  min-height:170px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.crv166m22-card h3{
  margin:0;
  color:#fff;
  font-size:24px;
  line-height:1.1;
}

.crv166m22-card p{
  margin:0;
  color:#b7c5d6;
  line-height:1.5;
}

.crv166m22-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto;
}

.crv166m22-links a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 10px;
  border:1px solid rgba(111,177,255,.28);
  background:rgba(11,24,40,.92);
  color:#edf6ff;
  text-decoration:none;
  font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.crv166m22-links a:hover{
  border-color:rgba(128,216,255,.65);
  background:#137bca;
  color:#fff;
}

.crv166m22-mini{
  margin-top:14px;
  border:1px solid rgba(111,177,255,.18);
  background:rgba(5,15,25,.72);
  padding:14px;
}

.crv166m22-mini-title{
  color:#80d8ff;
  font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:10px;
}

.crv166m22-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.crv166m22-list a{
  color:#edf6ff;
  text-decoration:none;
  border-bottom:1px solid rgba(111,177,255,.18);
  padding:7px 0;
}

.crv166m22-list a:hover{
  color:#80d8ff;
}

html[data-cru21-theme="light"] .crv166m22-wrap,
body.theme-light .crv166m22-wrap{
  color:#07111d;
}

html[data-cru21-theme="light"] .crv166m22-title,
html[data-cru21-theme="light"] .crv166m22-card h3,
html[data-cru21-theme="light"] .crv166m22-score b,
body.theme-light .crv166m22-title,
body.theme-light .crv166m22-card h3,
body.theme-light .crv166m22-score b{
  color:#07111d;
}

html[data-cru21-theme="light"] .crv166m22-card,
html[data-cru21-theme="light"] .crv166m22-score,
html[data-cru21-theme="light"] .crv166m22-mini,
body.theme-light .crv166m22-card,
body.theme-light .crv166m22-score,
body.theme-light .crv166m22-mini{
  background:#fff;
  border-color:rgba(8,25,45,.18);
}

html[data-cru21-theme="light"] .crv166m22-sub,
html[data-cru21-theme="light"] .crv166m22-card p,
body.theme-light .crv166m22-sub,
body.theme-light .crv166m22-card p{
  color:#3d4b5d;
}

html[data-cru21-theme="light"] .crv166m22-links a,
body.theme-light .crv166m22-links a{
  color:#07111d;
  background:#f6f7f8;
  border-color:rgba(8,25,45,.18);
}

html[data-cru21-theme="light"] .crv166m22-list a,
body.theme-light .crv166m22-list a{
  color:#07111d;
}

@media (max-width: 767px){
  .crv166m22-wrap{
    width:calc(100% - 32px);
    margin:32px auto;
  }

  .crv166m22-head{
    grid-template-columns:1fr;
  }

  .crv166m22-grid{
    grid-template-columns:1fr;
  }

  .crv166m22-list{
    grid-template-columns:1fr;
  }

  .crv166m22-card{
    min-height:0;
  }
}
