/**
 * DFB Fallback — Styling for unavailable chapters
 */

/* Mark unavailable chapters in red */
.dfb-fallback-unavailable {
    color: #c1272d !important;
    background-color: #ffe5e5 !important;
    opacity: 0.7;
}

.dfb-fallback-unavailable:hover {
    opacity: 1;
    background-color: #ffcccc !important;
    cursor: pointer;
}

/* Loading indicator */
.dfb-fallback-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 2px solid #0066cc;
    border-radius: 4px;
    padding: 20px 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    font-weight: bold;
    color: #0066cc;
}

/* Fallback notice */
.dfb-fallback-notice {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    color: #856404;
}

.dfb-fallback-notice p {
    margin: 0;
}

/* Style fallback verses same as normal verses */
.dfb-vers {
    margin: 10px 0;
    line-height: 1.8;
}

.dfb-vers-num {
    font-weight: bold;
    color: #0066cc;
    margin-right: 5px;
    font-size: 0.9em;
    vertical-align: super;
}

.dfb-vers-tekst {
    text-align: justify;
}
