/* ============================================================
    TOOL & DIAGNOSTICS PAGE STYLES (/assets/css/tools.css)
   ============================================================ */

.tool-content-wrapper {
    max-width: 900px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.tool-description {
    background: var(--card-bg);
    border: 1px solid var(--dropdown-border);
    border-radius: 8px;
    padding: 25px;
    margin-top: 30px;
    line-height: 1.7;
}

.tool-description h2 {
    margin-top: 0;
    color: var(--brand-green);
    border-bottom: 1px solid var(--dropdown-border);
    padding-bottom: 10px;
}

.tool-description p {
    color: var(--text-light);
}

.tool-description ul {
    color: var(--text-light);
    padding-left: 20px;
}

.tool-description li {
    margin-bottom: 10px;
}

.tool-description code {
    background: rgba(255, 255, 255, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
}