#palleon-text-input {
    width: 100% !important;
    min-height: 120px !important;
    resize: vertical !important;
    line-height: 1.45 !important;
}

/* Users should only see their own uploads. Admins retain the complete library. */
#library-all-images,
[data-target="#library-all-images"] {
    display: none !important;
}

#palleon-icon-menu [data-target="#palleon-frames"],
#palleon-frames {
    display: none !important;
}

.tbef-asset-warning {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 100000;
    max-width: min(90vw, 520px);
    transform: translateX(-50%);
    padding: 11px 16px;
    border-radius: 8px;
    background: #242932;
    color: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,.28);
}

@media (max-width: 767px) {
    #palleon-text-input { min-height: 105px !important; }
}
