.calculator-card {
    max-width: 600px;
    margin: 2rem auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 15px;
}
.result-card {
    background-color: #f8f9fa;
    border-radius: 10px;
}
.tenure-toggle {
    cursor: pointer;
    color: #0d6efd;
}
.calculator-card {
    max-width: 600px;
    margin: 2rem auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 15px;
}
.result-card {
    background-color: #f8f9fa;
    border-radius: 10px;
}
.tenure-toggle {
    cursor: pointer;
    color: #0d6efd;
}
/* Custom Header/Footer Styles */
.main-header {
    background: #0d6efd;
    padding: 1rem 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.main-footer {
    background: #0d6efd;
    color: white;
    padding: 1.5rem 0;
    margin-top: auto;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 60px; /* Header height */
}