.cdx-scripture-icon svg {
    transform: rotate(180deg);
}

.cdx-scripture {}

.cdx-scripture__content {
    min-height: 158px;
    margin: 10px 0 5px;
}

.cdx-scripture__reference {}

.cdx-scripture [contentEditable=true][data-placeholder]::before {
    position: absolute;
    content: attr(data-placeholder);
    color: #707684;
    font-weight: normal;
    opacity: 0;
}

.cdx-scripture [contentEditable=true][data-placeholder]:empty::before {
    opacity: 1;
}

.cdx-scripture [contentEditable=true][data-placeholder]:empty:focus::before {
    opacity: 0;
}

.cdx-scripture-entry {}

.cdx-scripture__remove-button {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    cursor: pointer;
}

.cdx-scripture__add-button {
    border-radius: 0.25rem;
    cursor: pointer;
    background-color: #E05D28;
    color: white;
    font-weight: bold;
}

.cdx-scripture-settings {
    display: flex;
}

.cdx-scripture-settings .cdx-settings-button {
    width: 50%;
}

.scripture-preview {
    display: flex;
    height: 59px;
    padding: 20px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #E05D28;
    color: #292C33;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.36px;
}
