
.djsetstop10-container {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: background-color 0.3s;
}

.djsetstop10-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: gray;
    font-size: 22px;
    font-weight: 500;
    flex: 0 0 auto;
    margin-right: 10px;
    position: relative;
}

.djsetstop10-info {
    flex: 1;
}

.djsetstop10-title {
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.djsetstop10-subtitle {
    color: #33b5b1;
    font-size: 12px;
    margin-top: 2px;
}

.djsetstop10-badge {
    background-color: red;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 10px;
    text-transform: uppercase;
}