/* Aquifer Analyst Documentation Custom Styles */

/* Slightly wider content area */
.wy-nav-content {
    max-width: 900px;
}

/* Style admonition boxes */
.admonition {
    border-radius: 4px;
}

/* Better table styling */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

th, td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: left;
}

th {
    background-color: #f5f5f5;
    font-weight: 600;
}

/* Code block styling */
code {
    background-color: #f4f4f4;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Screenshot placeholder styling */
.screenshot-placeholder {
    background-color: #f0f4f8;
    border: 2px dashed #93c5fd;
    border-radius: 8px;
    padding: 2em;
    text-align: center;
    color: #64748b;
    margin: 1em 0;
    font-style: italic;
}

/* MathJax equation spacing */
.MathJax_Display {
    margin: 1em 0 !important;
}

/* Feature highlight boxes */
.feature-box {
    background-color: #f8fafc;
    border-left: 4px solid #3b82f6;
    padding: 1em;
    margin: 1em 0;
    border-radius: 0 4px 4px 0;
}

/* Keyboard shortcut styling */
kbd {
    background-color: #eee;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    display: inline-block;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 6px;
    white-space: nowrap;
}
