.contest-list .read-more {
    position: static !important;
    display: inline-block;
    margin-top: 10px;
}

.contest-title {
    font-size: 2em;
    color: #262c38;
    position: relative;
    text-align: center;
}

.contest-badge {
    padding: 7px 10px !important;
    font-size: 12px !important;
}

.contest-filters {
    margin-bottom: 50px;
}

.contest-filters .clean-input {
    display: none !important;
}

.contest-button-more {
    border-radius: 64px !important;
    color: rgb(17, 17, 17) !important;
    text-decoration: none !important;
    background: none !important;
    border: 1px solid rgb(17, 17, 17) !important;
    box-shadow: none !important;
    padding: 7px 40px !important;
    font-size: 13px !important;
}

.contest-progress-wrap {
    max-width: 200px;
    margin: 0 auto;
}

.contest-progress-label {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 8px;
}

.contest-progress-bar-track {
    width: 100%;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
}

.contest-progress-bar-fill {
    height: 100%;
    background-color: #111;
    /* nero stile IKEA, cambia a tuo piacere */
    border-radius: 2px;
    transition: width 0.4s ease;
}