section.competition-card .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}
section.competition-card  .elementor-widget-image a {
    display: inline-block;
    width: 100%;
}
/* Progress Bar */
.rgg-progress-bar {
    position: relative;
}
.rgg-sold.info-inside {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: 100%; 
    z-index: 2; 
}

.rgg-sold.info-inside>span {
   line-height: normal;
}

.rgg-progress-container {
    position: relative;
    z-index: 1; /* Positioned below the .rgg-sold text */
    border-radius: 5px; /* Optional: for rounded corners */
    overflow: hidden;
    position: relative;
    height: 6px; /* Height of the progress bar */
    width: 100%; /* Width of the progress bar */
}

.rgg-progress {
    height: 100%;
    transition: width 0.4s ease;
}
