  /* Job Card Styles */
.job-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 0 !important;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.card-title {
    color: #2c3e50;
    font-weight: 600;
}

.card-subtitle {
    color: #34495e;
}

/* Badge and Label Styles */
.badge {
    font-size: 0.85em;
    padding: 0.4em 0.8em;
    margin: 0.2em;
    border-radius: 0 !important;
}

.badge.bg-secondary {
    background-color: #6c757d !important;
}

.location-badge {
    background-color: #e9ecef;
    color: #495057;
    padding: 0.25em 0.75em;
    font-size: 0.9em;
    border-radius: 0 !important;
}

.pay-rate {
    color: #28a745;
    font-weight: 500;
}

/* Search and Filter Styles */
.search-container {
    background-color: #f8f9fa;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 0 !important;
}

.input-group {
    align-items: stretch;
}

.input-group-text {
    background-color: #fff;
    border-radius: 0 !important;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.form-control {
    border-radius: 0 !important;
    min-height: 48px;
    padding: 0.5rem 1rem;
}

.btn-group {
    border-radius: 0 !important;
}

.btn-group .btn {
    border-radius: 0 !important;
}

/* Primary color overrides */
.btn-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.filter-btn.active {
    background-color: #2b3990 !important;
    border-color: #2b3990 !important;
    color: #fff !important;
}

.btn-outline-primary {
    color: #2b3990 !important;
    border-color: #2b3990 !important;
}

.text-primary,
.job-details i {
    color: #2b3990 !important;
}

/* Modal Styles */
.modal-content {
    border-radius: 0 !important;
}

.modal-header {
    background-color: #f8f9fa;
    border-radius: 0 !important;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0;
    margin-top: 1rem;
}

/* Additional Bootstrap overrides */
.btn,
.form-control,
.input-group-text,
.alert {
    border-radius: 0 !important;
}
