/* ============================================================
   CHAPELET / ROSAIRE
   ============================================================ */

.chapelet-app { font-family: inherit; }

.chapelet-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.chapelet-tab {
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 4px;
    background: #eee;
    border: none;
    font-size: 14px;
    transition: background 0.2s ease, color 0.2s ease;
}

.chapelet-tab:hover {
    background: #ddd;
}

.chapelet-tab.active {
    background: #c9a646;
    color: #fff;
}

.chapelet-section { display: none; }
.chapelet-section.active { display: block; }

.chapelet-mystere-titre {
    font-size: 1.2em;
    color: #003877;
    margin-bottom: 18px;
}

.chapelet-enonce { margin-bottom: 18px; }

.chapelet-enonce-label {
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c9a646;
    margin-bottom: 6px;
}

.chapelet-enonce p {
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.75;
    color: #222;
    margin: 0;
    padding: 12px 16px;
    background: #f8f5f0;
    border-left: 4px solid #c9a646;
}

.chapelet-meditation { margin-bottom: 18px; }

.chapelet-meditation-label {
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
    margin-bottom: 6px;
}

.chapelet-meditation p {
    font-size: 0.95em;
    line-height: 1.75;
    color: #555;
    font-style: italic;
    margin: 0;
}

.chapelet-separator {
    border: none;
    border-top: 1px dashed #ddd;
    margin: 20px 0;
}

.chapelet-bloc {
    padding: 14px 16px;
    background: #f8f5f0;
    border-left: 4px solid #c9a646;
    margin-bottom: 14px;
    line-height: 1.75;
}

.chapelet-priere-titre {
    font-weight: bold;
    color: #003877;
    margin: 0 0 8px !important;
}

.chapelet-bloc p {
    margin: 0 0 8px;
    line-height: 1.75;
}

.chapelet-bloc p:last-child { margin-bottom: 0; }

.chapelet-note {
    color: #888;
    font-size: 0.9em;
    margin: 10px 0 6px !important;
}

.chapelet-section h3 {
    margin-bottom: 16px;
    color: #003877;
}
