/* Force all elements to be visible */
.nav-container,
.nav-tabs,
.nav-tab,
.tool-section,
.tool-container,
.tool-panel,
.results-panel {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.nav-tabs {
    display: flex !important;
}

.nav-tab {
    display: flex !important;
}

.tool-container {
    display: grid !important;
}

/* Remove any conflicting styles */
.tool-section[style*="display: none"] {
    display: block !important;
}

/* Ensure proper spacing */
.tool-section {
    margin-bottom: 40px;
    padding: 0;
}

.tool-container {
    margin-bottom: 30px;
    padding: 0;
}
