/**
 * Book Quiz Tracker Styles
 * Author: OS 04/Jan/2025
 */

.wtd-quiz-complete-message {
    background: #1a1a1a;
    color: white;
    padding: 20px 30px;
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wtd-quiz-complete-message .icon {
    width: 30px;
    height: 30px;
    background: white;
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
} 