.pathlabel.AssetRestoreInProgress {
    font-size: 18px;
}

/* S3 Version Storage Bar Styling */
.PercentBarTotal .PercentBarVersions {
    height: 100%;
    border-radius: 0 4px 4px 0;
    background: #ff9800;
    opacity: 0.8;
}

/* Adjust main bar when versions are present */
.PercentBarTotal .PercentBarUsed:not(:only-child) {
    border-radius: 4px 0 0 4px;
}

/* Theme-specific colors */
html body.ColorThemeLight .PercentBarTotal .PercentBarVersions {
    background-color: #ff9800;
}

html body.ColorThemeDark .PercentBarTotal .PercentBarVersions {
    background-color: #ff9800;
}