.fm-description {
    margin-top: .2em;
    font-size: .8em;
    font-style: italic;
}

.fm-icon {
    width: 20px;
    margin-right: .5em;
}

.max-width-fluent-text {
    max-width: 400px;
}

.fm-strip-rows .row:nth-child(2n+1) {
    background-color: var(--bs-gray-200) !important;
}

.fm-icon {
    width: 20px;
    margin-right: .5em;
}

a.fm-link {
    color: var(--bs-gray-dark);
    text-decoration: none;
    font-weight: bold;
}

a.fm-link:hover {
    color: var(--bs-gray);
    text-decoration: underline;
}

.fm-msg-info {
    font-size: .8em;
}

.fm-text-180 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  writing-mode: vertical-rl;
  transform:rotate(180deg);
  /* white-space: nowrap; */
}