body {
    background-color: #f8f9fa;
}

.navbar {
    border-bottom: 2px solid #ddd;
}

.job-card {
    border-radius: 15px;
    overflow: hidden;
    border: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.job-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.sidebar-card {
    border-radius: 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
}

.sidebar-card h5 {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.latest-loker-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #0d6efd;
}

.pagination .page-link {
    border-radius: 8px;
}

.job-detail-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.job-header {
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.job-image-full {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 25px;
}

.apply-btn {
    margin-top: 25px;
}