.portlet-layout.row {
    height: 100%;
}

.portlet-column,
.portlet-column-content {
    height: 100%;
}

#p_p_id_TracingandLogsAIWorkbench_ {
    height: 100%;
}

.portlet-content.portlet-content-editable {
    height: 100%;
}

.autofit-float.autofit-row.portlet-header {
    display: none;
}

.portlet-content-container {
    height: 100%;
}

.portlet,
.portlet-content {
    height: 100%;
}

.trace-log-container {
    width: 100% !important;
    height: 100% !important;
}

.invalid-license-container {
    margin: 40px auto;
    max-width: 720px;
    padding: 24px 32px;
    background: #fff8e5;
    border: 1px solid #f0ad4e;
    border-left: 5px solid #f0ad4e;
    border-radius: 6px;
    color: #8a6d3b;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.invalid-license-container p {
    margin: 0;
    font-weight: 500;
    text-align: center;
}