.ultra-seo-gutenberg-progress {
    width: 100%;
    height: 6px;
    background-color: #ddd;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.ultra-seo-gutenberg-progress-bar {
    height: 100%;
    transition: width 0.3s ease, background-color 0.3s ease;
}
