/* public/css/apps/sealed_nectar.css - Sealed Nectar & History Apps */

.sealed-nectar-app-content-siteos {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
}

.sealed-nectar-panel-siteos {
    display: flex;
    flex-direction: column;
    border: 1px solid #999;
    flex-grow: 1;
    overflow: hidden;
    background: #FFF;
}

.sealed-nectar-panel-title-siteos {
    background: #E0E0E0;
    padding: 4px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    font-size: 11px;
    flex-shrink: 0;
}

/* The scrollable container */
.sealed-nectar-cross-ref-content-siteos {
    flex-grow: 1;
    padding: 8px;
    font-size: 14px;
    line-height: 1.5;
    /* overflow-y: auto; is handled by .siteos-scrollable */
}

.sealed-nectar-app-footer-strip {
    font-size: 10px;
    color: #666;
    padding: 4px 0 0 0;
    text-align: right;
    flex-shrink: 0;
}
