body {
    background: linear-gradient(135deg, #e0fdfd 0%, #fcffe0 100%) !important;
    min-height: 100vh;
}

.tuyen-dung-card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1) !important;
    border-color: #e2e8f0 !important;
}
.btn-ung-tuyen:hover {
    background: #2563eb !important;
}
.tuyen-dung-mota ul, .tuyen-dung-mota ol { margin-left: 20px; margin-bottom: 15px; }
.tuyen-dung-mota p { margin-bottom: 10px; }
.tuyen-dung-mota strong { font-weight: 600; color: #0f172a; }

.tuyen-dung-card {
    padding: 40px;
}

@media (max-width: 768px) {
    .tuyen-dung-card {
        padding: 20px;
    }
}

