/**
 * Default theme for Episcopal Daily Office
 *
 * @link       https://saintsnextdoor.com
 * @since      1.0.0
 *
 * @package    Episcopal_Daily_Office
 */

/* Container */
.edo-container {
    font-family: 'Georgia', serif;
    line-height: 1.5;
    max-width: 900px;
    margin: 2em auto;
    padding: 0 1em;
    color: #333;
}

/* Header */
.edo-header {
    text-align: center;
    margin-bottom: 2em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}

.edo-title {
    font-size: 2.2em;
    margin-bottom: 0.5em;
    color: #2e4172;
}

.edo-season {
    font-style: italic;
    margin-bottom: 1em;
    font-size: 1.2em;
    color: #666;
}

/* Content */
.edo-content {
    position: relative;
}

/* Sections */
.edo-section {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #ddd;
}

.edo-section:last-child {
    border-bottom: none;
}

.edo-section-title {
    font-size: 1.5em;
    color: #2e4172;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #e8e8e8;
}

/* People and Officiant */
.edo-officiant,
.edo-people {
    margin-bottom: 1em;
    line-height: 1.6;
}

.edo-officiant {
    font-weight: bold;
}

.edo-people {
    margin-left: 2em;
    font-style: italic;
}

.edo-unison {
    margin: 1em 0;
    padding: 1em;
    background-color: #f8f8f8;
    border-left: 4px solid #ddd;
    line-height: 1.6;
}

/* Rubrics */
.edo-rubric {
    font-style: italic;
    color: #777;
    margin: 1em 0;
    padding: 0.5em;
    background-color: #f8f8f8;
    border-left: 4px solid #b31b1b;
    font-size: 0.9em;
}

/* Scripture */
.edo-scripture {
    margin: 1.5em 0;
    padding: 1em;
    background-color: #f9f9f9;
    border-left: 4px solid #2e4172;
}

.edo-scripture-reference {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #2e4172;
}

.edo-scripture-text {
    line-height: 1.8;
}

.edo-scripture-error {
    color: #b31b1b;
    font-style: italic;
    padding: 1em;
    border: 1px dashed #b31b1b;
    margin: 1em 0;
}

/* Psalms */
.edo-psalm {
    margin: 1.5em 0;
}

.edo-psalm-title {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    color: #2e4172;
}

.edo-psalm-text {
    margin-bottom: 1em;
    line-height: 1.8;
}

.edo-psalm-gloria {
    font-style: italic;
    margin-top: 1em;
    padding-top: 0.5em;
    border-top: 1px solid #eee;
}

/* Canticles */
.edo-canticle,
.edo-venite,
.edo-light,
.edo-nunc-dimittis {
    margin: 1.5em 0;
    padding: 1em;
    background-color: #f9f9f9;
    border-left: 4px solid #e8aa14;
}

.edo-canticle-title,
.edo-venite-title,
.edo-light-title,
.edo-nunc-dimittis-title {
    font-size: 1.2em;
    margin-bottom: 1em;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
}

.edo-canticle-title em,
.edo-venite-title em,
.edo-light-title em,
.edo-nunc-dimittis-title em {
    font-size: 0.9em;
    color: #666;
}

.edo-canticle-title cite,
.edo-venite-title cite,
.edo-light-title cite,
.edo-nunc-dimittis-title cite {
    display: block;
    font-size: 0.8em;
    color: #888;
    font-style: normal;
}

/* Navigation */
.edo-navigation {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin: 2em 0;
    padding: 1em 0;
    border-top: 1px solid #eee;
}

.edo-nav-button {
    padding: 0.75em 1.5em;
    background-color: #2e4172;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.edo-nav-button:hover {
    background-color: #1d2a4a;
}

.edo-nav-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.edo-scroll-top {
    background-color: #777;
}

.edo-scroll-top:hover {
    background-color: #555;
}

/* Antiphon Styles */
.edo-antiphon {
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
    font-style: italic;
    color: #2e4172;
}