#isa-drawer-messages:empty {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 14px 20px;
    background:
        radial-gradient(circle at 20% 0%, rgba(14, 165, 233, 0.08), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #eef6fb 100%);
}

#isa-drawer-messages:empty::before {
    display: block;
    width: 100%;
    padding: 14px 14px 13px;
    color: #475569;
    background: rgba(255, 255, 255, 0.88);
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
    content: "Aguardando sua mensagem. Use este espaço para pedir ajuda à Isa sobre o campo selecionado.";
}

.isa-global-drawer #isa-drawer-context-box,
.isa-global-drawer #isa-drawer-context-box.isa-drawer-context {
    margin: 12px 14px 0 !important;
    padding: 12px 14px !important;
    color: #334155 !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%) !important;
    border: 1px solid #dbeafe !important;
    border-left: 4px solid #38bdf8 !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.isa-global-drawer #isa-drawer-context-box::before {
    display: block;
    margin-bottom: 6px;
    color: #0369a1;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    content: "Contexto do campo";
}

.isa-global-drawer #isa-drawer-context-box:empty {
    display: none !important;
}

#isa-drawer-fill-footer {
    display: none;
    position: sticky;
    bottom: 0;
    z-index: 8;
    padding: 10px 14px 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 24%);
    border-top: 1px solid #e6eef7;
    box-shadow: 0 -4px 14px rgba(15, 23, 42, 0.04);
}

#isa-drawer-fill-footer.is-visible {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.isa-drawer-fill-footer__hint {
    font-size: 12px;
    color: #5b6b7f;
    line-height: 1.35;
}

#isa-drawer-apply-response {
    white-space: nowrap;
    border-radius: 10px;
    padding: 8px 14px;
    font-weight: 600;
}
