/* Investment Calculator - Admin Styles */

#investment-calculator {
    background: white;
    padding: 20px;
    border-radius: 8px;
}

#investment-calculator .wrap {
    max-width: 900px;
}

#investment-calculator h1 {
    color: #667eea;
    margin-bottom: 20px;
    border-bottom: 3px solid #667eea;
    padding-bottom: 10px;
}

#investment-calculator h2 {
    color: #2d3748;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}

#investment-calculator p {
    color: #4a5568;
    line-height: 1.6;
}

#investment-calculator code {
    background: #f7fafc;
    padding: 4px 8px;
    border-radius: 4px;
    color: #667eea;
    font-family: 'Courier New', monospace;
}

#investment-calculator ul {
    background: #f7fafc;
    padding: 20px 40px;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

#investment-calculator ul li {
    color: #2d3748;
    margin-bottom: 10px;
    font-weight: 500;
}
