/* _content/InnovaReleasePortal.Blazor/Components/Buttons/DownloadModuleVersionsButton/DownloadModuleVersionsButton.razor.rz.scp.css */
[b-zv5ma5wxj9] .download-btn {
    text-transform: none;
    background-color: #394E70;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/InnovaReleasePortal.Blazor/Components/Error/PageErrorBoundary.razor.rz.scp.css */

[b-ozmazz4w4g] .error-stack > img {
    height: 500px;
}
/* _content/InnovaReleasePortal.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */

[b-znyiqqbgn3] .mud-drawer-content {
    justify-content: space-between;
}

[b-znyiqqbgn3] .mud-navmenu:first-child {
    margin-top: 4px;
}

[b-znyiqqbgn3] .mud-nav-item a:hover {
    color: inherit;
}

[b-znyiqqbgn3] .mud-nav-link .mud-nav-link-text {
    text-wrap: nowrap;
}

[b-znyiqqbgn3] .mud-nav-link.active > .mud-nav-link-text,
[b-znyiqqbgn3] .mud-nav-link.active > .mud-nav-link-icon {
    color: white !important;
}

[b-znyiqqbgn3] .mud-navmenu .mud-tooltip-root {
    width: 100%;
}

[b-znyiqqbgn3] .page-title-link {
    color: var(--mud-palette-primary-text) !important;
}

[b-znyiqqbgn3] .staging-notification-chip {
    font-size: 0.7rem;
    font-weight: bold;
}

@media (max-width: 960px){
    [b-znyiqqbgn3] .welcome-text {
        display: none;
    }
}
/* _content/InnovaReleasePortal.Blazor/Components/Layout/SearchBar.razor.rz.scp.css */

.search-bar-container[b-n5mbhdry4z] {
    width: 200px;
}

[b-n5mbhdry4z] .mud-icon-button{
    color: white;
}

[b-n5mbhdry4z] .mud-input.mud-input-outlined:not(.mud-disabled):not(:focus-within):hover .mud-input-outlined-border,
[b-n5mbhdry4z] .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-color: white;
}

[b-n5mbhdry4z] .mud-input-control>.mud-input-control-input-container>.mud-input-label-inputcontrol {
    color: white;
    background-color: var(--mud-palette-primary);
}

[b-n5mbhdry4z] .mud-input>input.mud-input-root, div.mud-input-slot.mud-input-root[b-n5mbhdry4z],
[b-n5mbhdry4z] .mud-input:focus-within~label.mud-input-label.mud-input-label-inputcontrol {
    color: white;
}
/* _content/InnovaReleasePortal.Blazor/Components/Layout/VersionInfoDialog.razor.rz.scp.css */
[b-xg7tf8fqcr] .version-info-subheader {
    font-weight: 500;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/BundleCompare/BundleCompare.razor.rz.scp.css */

[b-o8tiqsi7k7] .content-full-height > .mud-grid-item {
    height: 100%;
}

[b-o8tiqsi7k7] .version-picker-container {
    height: 100%;
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
}

[b-o8tiqsi7k7] .file-upload-container {
    display: flex;
    justify-content: center;
    background: var(--mud-palette-tertiary);
    user-select: none;
}

[b-o8tiqsi7k7] .version-list-header {
    padding: var(--irp-spacing-2);
    padding-left: var(--irp-spacing-3);
    padding-right: var(--irp-spacing-5);
}

[b-o8tiqsi7k7] .version-list {
    padding: var(--irp-spacing-2);
    padding-left: var(--irp-spacing-3);
    overflow-y: scroll;
}

[b-o8tiqsi7k7] .version-list:not(:last-child) {
    padding-bottom: 0;
}

[b-o8tiqsi7k7] .version-list .module-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}

[b-o8tiqsi7k7] .highlights-container {
    overflow-y: auto;
    overflow-x: auto;
}

[b-o8tiqsi7k7] .bundle-file-command {
    font-weight: 500;
}

[b-o8tiqsi7k7] .bundle-file-description {
    font-style: italic;
    font-weight: 400;
}

[b-o8tiqsi7k7] .bundle-dropdown .mud-input-slot {
    min-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
}

[b-o8tiqsi7k7] .selection-container {
    padding: 0 12px 12px 12px;
}

[b-o8tiqsi7k7] .gap-3 {
    gap: 0 !important; 
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/BundleCompare/Components/DownloadBundle.razor.rz.scp.css */

.download-bundle-container[b-qvcv80a2j2] {
    border-top: var(--irp-border);
    padding-top: var(--irp-spacing-2);
}

[b-qvcv80a2j2] .download-button {
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

[b-qvcv80a2j2] .input-bundle-name {
    width: 350px;
}

[b-qvcv80a2j2] .pdf-download-button {
    padding: 6px 12px;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/BundleCompare/Components/UpgradeHighlights.razor.rz.scp.css */
/* _content/InnovaReleasePortal.Blazor/Components/Pages/BundleCompare/Components/VersionSelect.razor.rz.scp.css */
/* _content/InnovaReleasePortal.Blazor/Components/Pages/BundleViewer/BundleViewer.razor.rz.scp.css */
[b-zkhitgs005] .bundle-viewer-left-container {
    overflow-y: auto;
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
}

[b-zkhitgs005] .bundle-viewer-right-container {
    display: flex;
    flex-direction: column;
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
}

[b-zkhitgs005] .right-container-header {
    flex: 0 0 auto;
}

[b-zkhitgs005] .right-container-scrollable {
    flex: 1;
    overflow-y: auto;
}

[b-zkhitgs005] .release-notes-container {
    margin-top: 1rem;
}

[b-zkhitgs005] .release-notes-title {
    font-size: 1.5rem;
    font-weight: 500;
}

[b-zkhitgs005] .bundle-action-btn {
    text-transform: none;
    background-color: #394E70;
    min-width: 120px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-zkhitgs005] .pdf-download-btn {
    border: none;
    text-transform: none;
    box-shadow: none;
}
   
[b-zkhitgs005] .pdf-download-btn:hover {
    background-color: #D84D4D;
}

[b-zkhitgs005] .bundle-name {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/CommercialRelease/CommercialRelease.razor.rz.scp.css */
[b-64lszx264y] .commercial-release-viewer-left-container {
    overflow-y: auto;
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
}

[b-64lszx264y] .commercial-release-viewer-right-container {
    display: flex;
    flex-direction: column;
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
}

[b-64lszx264y] .right-container-header {
    flex: 0 0 auto;
}

[b-64lszx264y] .right-container-scrollable {
    flex: 1;
    overflow-y: auto;
}

[b-64lszx264y] .release-notes-container {
    margin-top: 1rem;
}

[b-64lszx264y] .release-notes-title {
    font-size: 1.5rem;
    font-weight: 500;
}

[b-64lszx264y] .action-button {
    text-transform: none;
    background-color: var(--mud-palette-primary);
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 120px;
}

[b-64lszx264y] .bundle-name {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

[b-64lszx264y] .master-filter-buttons {
    justify-items: end;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/CommercialRelease/Components/ManageDocumentsDialog.razor.rz.scp.css */
[b-kavpkjdchz] .file-upload-container {
    display: flex;
    justify-content: center;
    background: var(--mud-palette-tertiary);
    user-select: none;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/CreateBundle/Components/ModuleList.razor.rz.scp.css */

.module-list-wrapper[b-8f95pqbhue],
[b-8f95pqbhue] .module-list-stack{
    height: 100%;
}

[b-8f95pqbhue] .module-list-container {
    flex: 1 1 0;
    min-width: 0;
    width: 0;
    overflow-y: auto;
    overflow-x: clip;
}

[b-8f95pqbhue] .module-list-container:not(:last-child) {
    border-right: var(--irp-border);
}

[b-8f95pqbhue] .module-list-item {
    padding: 0 0 0 16px;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/CreateBundle/Components/UpgradePreviewDialog.razor.rz.scp.css */
[b-ozdxkuq46x] .module-list {
    max-height: 300px;
    overflow-y: auto;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/CreateBundle/CreateBundle.razor.rz.scp.css */

[b-4l0mx8l1wk] .mud-button {
    text-transform: none;
}

[b-4l0mx8l1wk] .align-button {
    display: flex;
    align-items: flex-start;
}

[b-4l0mx8l1wk] .resolver-button {
    margin: auto;
}

[b-4l0mx8l1wk] .create-button {
    margin: auto;
    min-width: 120px;
}

[b-4l0mx8l1wk] .validation-container {
    min-height: 100px;
    position: relative;
}

[b-4l0mx8l1wk] .search-and-filter {
    border: var(--irp-border);
    border-top-left-radius: var(--irp-default-border-radius);
    border-top-right-radius: var(--irp-default-border-radius);
}

[b-4l0mx8l1wk] .module-list {
    border: var(--irp-border);
    border-top: none;
    border-bottom-left-radius: var(--irp-default-border-radius);
    border-bottom-right-radius: var(--irp-default-border-radius);
    overflow: hidden;
}

[b-4l0mx8l1wk] .module-info {
    height: 160px;
    margin-top: var(--irp-spacing-4);
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
}

[b-4l0mx8l1wk] .border-left {
    border-left: var(--irp-border);
}

[b-4l0mx8l1wk] .bundle-content-container {
    height: 100%;
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
}

[b-4l0mx8l1wk] .bundle-content {
    height: calc(100% - 160px - var(--irp-spacing-4));
}

[b-4l0mx8l1wk] .create-bundle-subheader {
    font-weight: 500;
}

[b-4l0mx8l1wk] .module-description {
    overflow-y: auto;
    max-height: 5em;
}

[b-4l0mx8l1wk] .bundle-content-item {
    padding: 0 0 0 var(--irp-spacing-4);
}

[b-4l0mx8l1wk] .bundle-form {
    height: 180px;
    padding-top: var(--irp-spacing-4);
    border-top: var(--irp-border);
}

[b-4l0mx8l1wk] .disabled-checkbox-label {
    color: grey;
    opacity: 0.6;
}

/* Bundle contents targeted via ID for Javascript interop */
#contentModuleList[b-4l0mx8l1wk], 
#contentDependencyList[b-4l0mx8l1wk] {
    height: 50%;
    overflow-y: auto;
    overflow-x: clip;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/Homepage/Components/BundleTable.razor.rz.scp.css */

.bundle-table-container[b-sxec0cdsyt] {
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
}

[b-sxec0cdsyt] .mud-toolbar .mud-typography-h6 {
    font-weight: 400;
}

[b-sxec0cdsyt] .mud-toolbar.mud-toolbar-gutters.mud-table-toolbar {
    padding: 8px;
}

[b-sxec0cdsyt] .bundle-action-btn {
    text-transform: none;
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}

[b-sxec0cdsyt] td {
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

[b-sxec0cdsyt] td:last-child {
    width: 60px;
    text-overflow: inherit;
    text-align: right;
}

[b-sxec0cdsyt] .table-cell-name {
    width: 16vw;
    max-width: 16vw;
}

[b-sxec0cdsyt] .table-cell-created {
    width: 9vw;
    max-width: 9vw;
}

[b-sxec0cdsyt] .table-cell-creator {
    width: 14vw;
    max-width: 14vw;
}

[b-sxec0cdsyt] .table-cell-size {
    width: 4vw;
    max-width: 4vw;
}

[b-sxec0cdsyt] .table-cell-download {
    width: 92px;
    text-align: right;
    text-overflow: inherit;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/Homepage/Components/CommercialReleaseTable.razor.rz.scp.css */

.commercial-release-table-container[b-kbz1gxi4en] {
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
}

[b-kbz1gxi4en] .mud-toolbar .mud-typography-h6 {
    font-weight: 400;
}

[b-kbz1gxi4en] .mud-toolbar.mud-toolbar-gutters.mud-table-toolbar {
    padding: 8px;
}

[b-kbz1gxi4en] .commercial-release-action-btn {
    text-transform: none;
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}

[b-kbz1gxi4en] td {
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

[b-kbz1gxi4en] td:last-child {
    width: 60px;
    text-overflow: inherit;
    text-align: right;
}

[b-kbz1gxi4en] .table-cell-name {
    width: 10vw;
    max-width: 14vw;
}

[b-kbz1gxi4en] .table-cell-created {
    width: 10vw;
    max-width: 14vw;
}

[b-kbz1gxi4en] .table-cell-creator {
    width: 14vw;
    max-width: 14vw;
}

[b-kbz1gxi4en] .table-cell-size {
    width: 4vw;
    max-width: 4vw;
}

[b-kbz1gxi4en] .table-cell-download {
    width: 92px;
    text-align: right;
    text-overflow: inherit;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/Modules/Components/ModuleDescription.razor.rz.scp.css */
/* Make headings use the correct size and color */
[b-fvix9dwi1t] h1,
[b-fvix9dwi1t] h2,
[b-fvix9dwi1t] h3,
[b-fvix9dwi1t] h4,
[b-fvix9dwi1t] h5,
[b-fvix9dwi1t] h6 {
    color: var(--mud-palette-secondary);
    font-size: var(--mud-typography-h6-size);
    font-family: var(--mud-typography-h6-family);
    font-weight: var(--mud-typography-h6-weight);
    line-height: var(--mud-typography-h6-lineheight);
    letter-spacing: var(--mud-typography-h6-letterspacing);
    text-transform: var(--mud-typography-h6-text-transform);
}

[b-fvix9dwi1t] ol {
    margin: 1em 0;
    padding-left: 30px;
    list-style-type: decimal;
}

[b-fvix9dwi1t] ul {
    margin: 1em 0;
    padding-left: 30px;
    list-style-type: disc;
}

[b-fvix9dwi1t] li {
    display: list-item;
}

[b-fvix9dwi1t] :is(ol, ul) :is(ol, ul) {
    margin-top: 0;
    margin-bottom: 0;
}

[b-fvix9dwi1t] :is(ol, ul) ul {
    list-style-type: circle;
}

[b-fvix9dwi1t] :is(ol, ul) :is(ol, ul) ul {
    list-style-type: square;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/Modules/Components/ModuleNamesList.razor.rz.scp.css */

.module-list-wrapper[b-kqwgg4k35s] {
    height: 100%;
    overflow: hidden;
}

[b-kqwgg4k35s] .header-container {
    min-height: 3rem;
}

[b-kqwgg4k35s] .module-list-container {
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
    padding-top: var(--irp-spacing-2);
    overflow: hidden;
}

[b-kqwgg4k35s] .module-list-search-bar {
    margin: 0 var(--irp-spacing-4);
}

[b-kqwgg4k35s] .module-list {
    overflow-y: scroll;
}

[b-kqwgg4k35s] .module-list-selected-module {
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

[b-kqwgg4k35s] .module-list-prompt {
    font-style: italic;
    margin-left: 1rem;
}

[b-kqwgg4k35s] .module-list-item {
    padding-left: 1rem;
}

[b-kqwgg4k35s] .module-list-title {
    font-weight: 500;
    margin-left: 1rem;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/Modules/Modules.razor.rz.scp.css */

[b-i4k1biskrh] .module-header-container {
    min-height: 3rem;
    margin-bottom: var(--irp-spacing-3);
    border-bottom: var(--irp-border);
    align-items: flex-start;
}

[b-i4k1biskrh] .compare-versions-btn {
    text-transform: none;
}

[b-i4k1biskrh] .version-information-container {
    border-bottom: var(--irp-border);
    padding-bottom: var(--irp-spacing-2);
}

[b-i4k1biskrh] .version-information-subtitle {
    width: 170px;
    font-weight: 500;
}

[b-i4k1biskrh] .mud-chip {
    margin: 0;
}

[b-i4k1biskrh] .release-note-wrapper {
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
}

[b-i4k1biskrh] .release-note-wrapper .module-release-note-header {
    border-top: none !important;
}

[b-i4k1biskrh] .dependency-list-container {
    margin-top: calc(3rem + var(--irp-spacing-3));
}

[b-i4k1biskrh] .btn-tight {
    padding: 0;
    margin: 0;
    min-height: 0;
    justify-content: flex-start;
    text-transform: none;
    display: inline-flex;
    align-items: center;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/ModuleVersionComparer/Components/ModuleNamesList.razor.rz.scp.css */

.module-list-wrapper[b-trmto7x688] {
    height: 100%;
    overflow: hidden;
}

[b-trmto7x688] .header-container {
    height: 3rem;
}

[b-trmto7x688] .module-list-container {
    height: 100%;
    border: var(--irp-border);
    border-radius: var(--irp-default-border-radius);
    overflow: hidden;
    padding-top: var(--irp-spacing-2);
}

[b-trmto7x688] .module-list-search-bar {
    margin: 0 var(--irp-spacing-4);
}

[b-trmto7x688] .module-list {
    overflow-y: scroll;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/ModuleVersionComparer/Components/ModuleVersionOverview.razor.rz.scp.css */
[b-0emxpj62p0] .module-version-subtitle {
    color: var(--mud-palette-secondary);
    font-weight: 500;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/ModuleVersionComparer/VersionComparer.razor.rz.scp.css */
[b-t9jb5xs5h0] .version-information-container {
    border-bottom: var(--irp-border);
    padding-bottom: var(--irp-spacing-2);
}

[b-t9jb5xs5h0] .version-overview-container,
[b-t9jb5xs5h0] .release-note-container
{
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
}

[b-t9jb5xs5h0] .pdf-download-btn {
    background-color: var(--mud-palette-secondary-darken) !important;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/Search/Components/SearchResult.razor.rz.scp.css */

[b-lzyw5oeewq] .search-result-container {
    padding-bottom: var(--irp-spacing-4);
    margin-bottom: var(--irp-spacing-4);
    border-bottom: var(--irp-border);
}

/* Make headings use the correct size and color */
[b-lzyw5oeewq] h1,
[b-lzyw5oeewq] h2,
[b-lzyw5oeewq] h3,
[b-lzyw5oeewq] h4,
[b-lzyw5oeewq] h5,
[b-lzyw5oeewq] h6 {
    color: var(--mud-palette-secondary);
    font-size: var(--mud-typography-h6-size);
    font-family: var(--mud-typography-h6-family);
    font-weight: var(--mud-typography-h6-weight);
    line-height: var(--mud-typography-h6-lineheight);
    letter-spacing: var(--mud-typography-h6-letterspacing);
    text-transform: var(--mud-typography-h6-text-transform);
}

[b-lzyw5oeewq] ul {
    list-style: disc;
}

[b-lzyw5oeewq] img
{
    max-width: 100%;
}
/* _content/InnovaReleasePortal.Blazor/Components/Pages/Search/Search.razor.rz.scp.css */

[b-ycb7q3nnqe] .header {
    margin-bottom: var(--irp-spacing-4);
    padding-bottom: var(--irp-spacing-4);
}
/* _content/InnovaReleasePortal.Blazor/Components/ReleaseNotes/MasterReleaseNoteFilter.razor.rz.scp.css */
[b-7t1tth3o4m] .chip-layout {
    font-weight: bold;
    min-width: 90px;
    width: 4rem;
    margin: 0 0 0 5px;
    padding: 0.2rem 0.5rem;
}

[b-7t1tth3o4m] .clear-filter {
    margin: 0 0 0 5px;
    padding: 0.2rem 0.5rem;
}

[b-7t1tth3o4m] .chip-breaking {
    background-color: var(--mud-palette-primary-lighten);
    color: var(--mud-palette-primary-darken);
    border: none;
}

[b-7t1tth3o4m] .chip-feature {
    background-color: var(--mud-palette-warning-lighten);
    color: var(--mud-palette-primary-darken);
    border: none;
}

[b-7t1tth3o4m] .chip-bug {
    background-color: var(--mud-palette-success-lighten);
    color: var(--mud-palette-primary-darken);
    border: none;
}

[b-7t1tth3o4m] .chip-breaking:hover,
[b-7t1tth3o4m] .chip-breaking.mud-chip-selected {
    background-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-white);
}

[b-7t1tth3o4m] .chip-feature:hover,
[b-7t1tth3o4m] .chip-feature.mud-chip-selected {
    background-color: var(--mud-palette-warning-darken) !important;
    color: var(--mud-palette-white);
}

[b-7t1tth3o4m] .chip-bug:hover,
[b-7t1tth3o4m] .chip-bug.mud-chip-selected {
    background-color: var(--mud-palette-success-darken) !important;
    color: var(--mud-palette-white);
}
/* _content/InnovaReleasePortal.Blazor/Components/ReleaseNotes/ModuleReleaseNotes.razor.rz.scp.css */

[b-cmdudfc6dh] .module-release-note-header {
    border-top: var(--irp-border);
    margin-top: var(--irp-spacing-2);
    padding: var(--irp-spacing-2) 0;
}

[b-cmdudfc6dh] .expand-collapse {
    cursor: pointer;
}

[b-cmdudfc6dh] .sticky-header{
    position: sticky;
    top: 0;
    z-index: 3;
    background: var(--mud-palette-background);
}

[b-cmdudfc6dh] .module-release-note-header .module-version {
    margin-left: 0.5rem;
    font-weight: normal;
    color: inherit;
}
/* _content/InnovaReleasePortal.Blazor/Components/ReleaseNotes/ReleaseNoteFilterButtons.razor.rz.scp.css */
[b-hz0y6sfih3] .chip-layout {
    width: 4rem;
    margin: 0 0 0 5px;
    padding: 0.2rem 0.5rem;
}

[b-hz0y6sfih3] .clear-filter {
    margin: 0 0 0 5px;
    padding: 0.2rem 0.5rem;
}

[b-hz0y6sfih3] .chip-breaking {
    background-color: var(--mud-palette-primary-lighten);
    color: var(--mud-palette-primary-darken);
    border: none;
}

[b-hz0y6sfih3] .chip-feature {
    background-color: var(--mud-palette-warning-lighten);
    color: var(--mud-palette-primary-darken);
    border: none;
}

[b-hz0y6sfih3] .chip-bug {
    background-color: var(--mud-palette-success-lighten);
    color: var(--mud-palette-primary-darken);
    border: none;
}

[b-hz0y6sfih3] .chip-breaking:hover,
[b-hz0y6sfih3] .chip-breaking.mud-chip-selected {
    background-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-white);
}

[b-hz0y6sfih3] .chip-feature:hover,
[b-hz0y6sfih3] .chip-feature.mud-chip-selected {
    background-color: var(--mud-palette-warning-darken) !important;
    color: var(--mud-palette-white);
}

[b-hz0y6sfih3] .chip-bug:hover,
[b-hz0y6sfih3] .chip-bug.mud-chip-selected {
    background-color: var(--mud-palette-success-darken) !important;
    color: var(--mud-palette-white);
}
/* _content/InnovaReleasePortal.Blazor/Components/ReleaseNotes/ReleaseNotes.razor.rz.scp.css */
/* Make headings use the correct size and color */
[b-05dgm2fosj] h1,
[b-05dgm2fosj] h2,
[b-05dgm2fosj] h3,
[b-05dgm2fosj] h4,
[b-05dgm2fosj] h5,
[b-05dgm2fosj] h6 {
    color: var(--mud-palette-secondary);
    font-size: var(--mud-typography-h6-size);
    font-family: var(--mud-typography-h6-family);
    font-weight: var(--mud-typography-h6-weight);
    line-height: var(--mud-typography-h6-lineheight);
    letter-spacing: var(--mud-typography-h6-letterspacing);
    text-transform: var(--mud-typography-h6-text-transform);
}

[b-05dgm2fosj] ol {
    margin: 1em 0;
    padding-left: 30px;
    list-style-type: decimal;
}

[b-05dgm2fosj] ul {
    margin: 1em 0;
    padding-left: 30px;
    list-style-type: disc;
}

[b-05dgm2fosj] li {
    display: list-item;
}

[b-05dgm2fosj] :is(ol, ul) :is(ol, ul) {
    margin-top: 0;
    margin-bottom: 0;
}

[b-05dgm2fosj] :is(ol, ul) ul {
    list-style-type: circle;
}

[b-05dgm2fosj] :is(ol, ul) :is(ol, ul) ul {
    list-style-type: square;
}

[b-05dgm2fosj] img
{
    max-width: 100%;
}
