.content {
  max-width: 1250px;
  margin: 0 auto;
}

.input-daterange input {
  min-height: 38px;
}

.faq-item {
    margin-bottom: 20px;
    padding: 10px;
}

/* Styles for FAQ question */
.faq-question {
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

/* Hide answers by default */
.faq-answer {
    line-height: 1.5;
}

/* Data Protection Styles */
.box[data-title="Data Protection"] section {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.box[data-title="Data Protection"] section:last-of-type {
    border-bottom: none;
}

.box[data-title="Data Protection"] h4 {
    color: #343a40;
    margin-bottom: 12px;
    font-size: 1.1em;
}

.box[data-title="Data Protection"] ul {
    margin-left: 0;
    padding-left: 20px;
}

.box[data-title="Data Protection"] li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.box[data-title="Data Protection"] code {
    background-color: #f8f9fa;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

/* Dark mode adjustments for data protection */
.dark-mode .box[data-title="Data Protection"] h4 {
    color: #e9ecef;
}

.dark-mode .box[data-title="Data Protection"] section {
    border-bottom-color: rgba(255,255,255,0.1);
}

.dark-mode .box[data-title="Data Protection"] code {
    background-color: #495057;
}

/* Highlight Prediction menu item */
.nav-sidebar .nav-item > .nav-link[data-value="prediction_tab"] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 6px;
    margin: 4px 8px;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
    transition: all 0.2s ease;
}

.nav-sidebar .nav-item > .nav-link[data-value="prediction_tab"]:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004094 100%);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.4);
    transform: translateY(-1px);
}

.nav-sidebar .nav-item > .nav-link[data-value="prediction_tab"] .nav-icon {
    color: #ffffff !important;
}

/* Light mode adjustments */
.sidebar-light-primary .nav-sidebar .nav-item > .nav-link[data-value="prediction_tab"] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff !important;
}

.sidebar-light-primary .nav-sidebar .nav-item > .nav-link[data-value="prediction_tab"] .nav-icon {
    color: #ffffff !important;
}
