ol li.dle-bullet {
    background-color: #f9fafb !important;
    border: 1px solid #d63638 !important;
    padding: 12px 14px !important;
    margin-bottom: 12px !important;
    border-radius: 8px !important;
}

/* Controls */
.dle-controls {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
}

/* Buttons */
.dle-controls button {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
}

/* Copy button */
.dle-controls button:first-child {
    color: #d63638;
    border-color: #d63638;
}

/* Speak button */
.dle-controls button:nth-child(2) {
    color: #2271b1;
    border-color: #2271b1;
}

/* Active states */
.dle-active-like {
    background: #d1f3dc !important;
    border-color: #3cb371 !important;
}

.dle-active-dislike {
    background: #ffd6d6 !important;
    border-color: #e5533d !important;
}

.dle-controls span {
    min-width: 40px;
    text-align: center;
    font-weight: 500;
}
