#qotd-widget {
    background: #111827; /* matches your dark theme */
    border: 1px solid #3b82f6;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    max-width: 700px;
}

#qotd-widget h3 {
    color: #38bdf8;
    margin-bottom: 10px;
}

#qotd-widget h4 {
    color: #a5b4fc;
    font-weight: 600;
    margin-bottom: 10px;
}

#qotd-widget p {
    line-height: 1.6;
    margin: 8px 0;
}

#qotd-widget label {
    display: block;
    margin: 6px 0;
    cursor: pointer;
}

#qotd-widget button {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 12px;
    transition: background 0.2s ease;
}

#qotd-widget button:hover {
    background: #2563eb;
}

#qotd-feedback {
    padding: 12px;
    border-radius: 6px;
    background: #1f2937;
    margin-top: 15px;
}
