.imf-bc-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 16px;
}

.imf-bc-item {
  color: #3B5BDB;
  text-decoration: none !important;
  transition: color .15s;
}

a.imf-bc-item:hover { color: #26408C; text-decoration: underline !important; }

.imf-bc-item--actual {
  color: #1A1A1A;
  font-weight: 600;
}

.imf-bc-sep {
  display: inline-flex;
  align-items: center;
  color: #9A9A9A;
  flex-shrink: 0;
}

.imf-bc-sep svg {
  width: 13px;
  height: 13px;
}

@media (max-width: 600px) {
  .imf-bc-wrap {
    font-size: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .imf-bc-wrap::-webkit-scrollbar { display: none; }
  .imf-bc-item, .imf-bc-sep { flex-shrink: 0; }
}
