/* Progress bar style */
#rprt-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 10px;
    background-color: #bc360a; /* WordPress blue (#0073aa) by default; change as desired */
    width: 0;
    z-index: 9999;
}

/* Frontend read time label style */
.rprt-read-time {
    font-style: italic;
    margin-bottom: 20px;
}
