/* Terminal Modal Styles
   Now uses data-component="dialog" from design system.
   Only visibility toggling and terminal-specific overrides needed here.
*/

#terminal_modal {
    display: none;
}

#terminal_modal.show {
    display: flex;
}

/* Ensure iframe fills the dialog body */
#terminal_modal #terminal_iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
