/* MeuRag Style Overrides for VisualRag */

/* Hide the unwanted text */
.footer-text {
  display: none !important;
}

/* Hide the "Powered by RO API" text */
.footer-text + div {
  display: none !important;
}

/* Adjust the main container */
.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Style buttons to match MeuRag */
.btn-primary {
  background-color: #3182ce !important;
  border-color: #2c5282 !important;
}

.btn-primary:hover {
  background-color: #2c5282 !important;
}

/* Style panels to match MeuRag */
.card {
  border-radius: 0.5rem !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.card-header {
  background-color: #f7fafc !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

/* Style tabs to match MeuRag */
.nav-tabs .nav-link.active {
  color: #3182ce !important;
  border-bottom-color: #3182ce !important;
}

/* Remove any 4th class content if needed */
.class-selector option[value*="4th"] {
  display: none !important;
}

/* Add MeuRag branding */
.navbar-brand::after {
  content: " - MeuRag";
  font-weight: normal;
}
