.rituel-quotidien-container {
    max-width: 520px;
    margin: 1.5em auto;
    padding: 1.5em;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    font-family: inherit;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.rituel-quotidien-container h3 {
    margin-top: 0;
    margin-bottom: 0.8em;
}

.rituel-quotidien-container p {
    margin: 0.4em 0;
    color: #333;
}

.progression-rituel {
    margin: 1em 0;
}

.progression-rituel .wp-block-progress__bar {
    width: 100%;
    height: 14px;
    background: #f0f0f0;
    border-radius: 7px;
    overflow: hidden;
}

.progression-rituel .wp-block-progress__fill {
    height: 100%;
    background: linear-gradient(90deg, #2ecc71, #27ae60);
    transition: width 0.4s ease;
    width: 0%;
}

.progression-rituel .wp-block-progress__percentage {
    margin-top: 0.3em;
    text-align: right;
    font-size: 0.9em;
    color: #555;
}

#boutonRituel {
    margin-top: 0.6em;
    padding: 0.7em 1.2em;
    font-size: 1em;
    border: none;
    border-radius: 8px;
    background: #3498db;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

#boutonRituel:hover:not(:disabled) {
    background: #2980b9;
}

#boutonRituel:active:not(:disabled) {
    transform: translateY(1px);
}

#boutonRituel:disabled {
    cursor: not-allowed;
    opacity: 0.9;
}

#messageConfirmation {
    color: #27ae60;
}

.rituel-aide {
    margin-top: 1em !important;
    font-size: 0.85em;
    color: #888;
}
