/* Countdown Embed - MB2 NewLearning friendly, no IDs, no scripts in content */

.lcd-embed { margin: 0; }

.lcd-shell{
  width: 100%;
  padding: 18px 10px;
}

.lcd-title{
  text-align:center;
  font-weight:700;
  font-size: 22px;
  color:#0f2f63;
  margin: 0 0 14px 0;
}

.lcd-wrap{
  display:flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 28px;
  flex-wrap: wrap;
}

.lcd-item{
  text-align:center;
  min-width: 180px;
  padding: 6px 10px;
}

.lcd-icon{
  width: 56px;
  height: 56px;
  margin: 0 auto 8px auto;
  color: #0f2f63;
}

.lcd-icon svg{
  width:100%;
  height:100%;
  display:block;
  fill: currentColor;
}

.lcd-number{
  font-size: 92px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  color: #0f2f63;
  margin: 0 0 10px 0;
  letter-spacing: .4px;
}

.lcd-label{
  font-size: 28px;
  font-weight: 700;
  color: #0f2f63;
  margin: 0;
}

.lcd-expired{
  text-align:center;
  margin-top: 12px;
  font-weight: 700;
  color:#0f2f63;
}

@media (max-width: 820px){
  .lcd-item{ min-width: 150px; }
  .lcd-number{ font-size: 74px; }
  .lcd-label{ font-size: 22px; }
  .lcd-icon{ width: 46px; height: 46px; }
}

@media (max-width: 420px){
  .lcd-wrap{ gap: 16px; }
  .lcd-item{ min-width: 140px; }
  .lcd-number{ font-size: 64px; }
}
