.nms-breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
}

.nms-breadcrumbs li {
    display: flex;
    align-items: center;
}

.nms-breadcrumbs li + li::before {
    content: " \00BB ";
    color: #999;
    margin: 0 8px;
    font-weight: 600;
}

.nms-breadcrumbs a {
    color: #0073aa;
    text-decoration: none;
}

.nms-breadcrumbs a:hover {
    text-decoration: underline;
}


/** Download NBS single Practice */
a.nbs-practice-download::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;

}
