.caelestia-inline-link {
    color: inherit;
    text-decoration: underline;
}

.caelestia-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.caelestia-modal-panel-dark {
    background: #1a2a35;
    border: 1px solid #4a9bb5;
    border-radius: 8px;
    max-width: 760px;
    width: 96vw;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 8px 32px #000a;
    padding: 0 0 18px 0;
    display: flex;
    flex-direction: column;
}

.caelestia-modal-panel-light {
    background: #fff;
    border-radius: 8px;
    max-width: 700px;
    width: 96vw;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 8px 32px #000a;
    padding: 0 0 18px 0;
    display: flex;
    flex-direction: column;
}

.caelestia-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px 6px 18px;
    background: #243b4a;
    border-radius: 8px 8px 0 0;
}

.caelestia-modal-title {
    color: #aed6f1;
    font-size: 1.08em;
    font-weight: 500;
}

.caelestia-modal-close-btn {
    background: #2c6e8a;
    color: #ecf0f1;
    border: 1px solid #4a9bb5;
    border-radius: 4px;
    padding: 3px 18px;
    font-size: 0.95em;
    cursor: pointer;
}

.caelestia-modal-content {
    padding: 14px 16px;
    color: #ecf0f1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.caelestia-modal-source {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #35556b;
    font-size: 0.86em;
    color: #b8d4e4;
    font-style: italic;
    text-align: right;
    letter-spacing: 0.01em;
}

.caelestia-dignities-body {
    padding: 18px 18px 0 18px;
}
