/* Custom styles for Upwork Job Tracker */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.btn-success {
    background-color: #14a800;
    border-color: #14a800;
}

.btn-success:hover {
    background-color: #0f8500;
    border-color: #0f8500;
}

.bg-success {
    background-color: #14a800 !important;
}

.navbar-dark.bg-success {
    background-color: #14a800 !important;
}

.badge {
    padding: 0.35em 0.65em;
}

footer {
    margin-top: auto;
}

