/////////////////////////////
// BlocsTools Last Update //
////////////////////////////


.last-update{
  --lu-color:#6c757d;
  --lu-bg:transparent; --lu-radius:8px; --lu-pad:8px;
  --lu-font-size:16px; --lu-border-color:#212529; --lu-border-width:0px;
  display:inline-flex;
  width:100%;
  justify-content:center;
  align-items:center;
  gap:8px;
  color:var(--lu-color);
  background:var(--lu-bg);
  border-radius:var(--lu-radius);
  padding:var(--lu-pad);
  font-size:var(--lu-font-size);
  border:var(--lu-border-width) solid var(--lu-border-color);
  line-height:1.2;
  white-space: normal;
}

.last-update .lu-lead{ font: inherit; line-height: inherit; }
.last-update .lu-value{ font-variant-numeric: tabular-nums }

@media (max-width: 575.98px){
  .last-update{ flex-wrap: wrap; }
  .last-update .lu-lead,
  .last-update .lu-value{
    min-width: 0;
  }
  .last-update .lu-value{
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }
}