.h5p-completion-message {
    padding: 1em 1.5em;
    background-color: #eaf7ea;
    border: 1px solid #c8e6c9;
    border-left: 5px solid #66bb6a;
    border-radius: 4px;
    margin-bottom: 1.5em;
    color: #388e3c;
    font-weight: bold;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.h5p-completion-message span {
    margin-left: 0.5em;
    font-size: 18px !important;
}

.h5p-reset-btn {
    margin-top: 10px !important;
    padding: 5px 10px !important;
    background: #dc3545 !important;
    color: white !important;
    border: none !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    transition: background-color 0.3s ease !important;
    text-decoration: none !important;
}

.h5p-reset-btn:hover {
    background: #c82333 !important;
    transform: translateY(-1px);
}

.h5p-reset-btn:active {
    transform: translateY(0);
}
