/* Flex container to place the percentage alongside the progress bar */
.elementor-progress-outside-wrapper-083e1283 {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

/* Allow the progress wrapper to fill remaining space */
.elementor-progress-outside-wrapper-083e1283 .elementor-progress-wrapper {
    flex-grow: 1;
    margin-bottom: 0 !important;
}

/* Reset Elementor's absolute positioning for the percentage text */
.elementor-progress-outside-wrapper-083e1283 .elementor-progress-percentage {
    position: static !important;
    display: inline-block;
    padding: 0 !important;
    line-height: 1;
    color: var(--e-global-color-text, inherit);
    font-weight: bold;
}
