.career-listing { margin-bottom: 3rem; .filters-container { background-color: #f8f9fa; border-radius: 8px; padding: 24px; margin-bottom: 24px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .careers-grid { margin-top: 1rem; } .career-card { height: 100%; display: flex; flex-direction: column; justify-content: space-between; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); border: 1px solid rgba(0, 0, 0, 0.06); overflow: hidden; &:hover { .view-job-btn { background-color: rgba(25, 118, 210, 0.04); } } } .no-jobs-found { background-color: #f8f9fa; border-radius: 8px; padding: 48px 24px; } } .careers-hero { background: linear-gradient(to right, #1a237e, #3949ab); color: white; padding: 80px 0; margin-bottom: 3rem; text-align: center; position: relative; &::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('/images/career-bg-pattern.png'); background-size: cover; opacity: 0.1; z-index: 0; } .careers-hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; h1 { font-size: 3rem; font-weight: 700; margin-bottom: 1rem; } p { font-size: 1.2rem; opacity: 0.9; } } } .careers-section { padding: 3rem 0; .section-header { text-align: center; margin-bottom: 3rem; h2 { font-size: 2.2rem; font-weight: 700; margin-bottom: 1rem; } p { font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto; } } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } } // Responsive adjustments @media (max-width: 768px) { .careers-hero { padding: 60px 20px; .careers-hero-content { h1 { font-size: 2.2rem; } p { font-size: 1rem; } } } .careers-section { .section-header { h2 { font-size: 1.8rem; } } } }