/* Mantra tile: rendered markdown plus the editor popup. */

/* Mantra content styling */
#mantra-content {
    line-height: 1.4;
}

#mantra-content ul, #mantra-content ol {
    padding-left: 20px;
    margin: 0;
}

#mantra-content li {
    margin-bottom: 5px;
}

#edit-mantra-textarea {
    width: 100%;
}

.mantra-popup-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
}

.tab-button.danger {
    background-color: #f44336;
    color: white;
}

.btn-check {
    height: 2em;
    vertical-align: bottom;
}
